body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1b2830;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #1b2830;
}
p {font-size: 14px;}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-4x {
    font-size: 4em;
	color:#f75b1e;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 43px;
	font-weight:700;
	margin-bottom:30px;
}
h2 {
	font-size: 27px;
	font-weight:700;
	line-height:40px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
	margin:10px 0;
	font-weight:700;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #1b2830;
}
a:hover {
	color: #f75b1e;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 22px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: background-color ease-in-out .15s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
	color:#666;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	color:#666;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
	color:#666;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 30px;
	font-size: 13px;
	font-weight:700;
	letter-spacing:1.5px;
	border-radius: 4px;
	text-transform:uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #1c262f;
	border:0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	color:#FFF;
	background-color: #000;
}

.btn-line {
	color: #1c262f;
	background-color: #fff;
	border: 1px solid #666;
	padding:15px 40px;
	font-size:18px;
	margin-top:40px;
}
.btn-line:hover, .btn-line:focus, .btn-line:active, .btn-line.active, .btn-line.disabled, .btn-line[disabled] {
	color:#1c262f;
	background-color: #f2f2f2;
	border: 1px solid #F60;
}

.btn-primary {
	color: #fff;
	background-color: #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	border:0 !important;
	color: #ffffff;
	background-color: #da4f49;
	padding:10px 12px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
border:0 !important;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/********************************************************************************************/

/*#my_logo{ min-width:256px; max-width:256px;}*/
#my_logo{ min-width:256px; max-width:380px;}

.radio label, .checkbox label {
    display: inline;
    font-weight: 700;
    cursor: pointer;
	font-size:18px;
}

.fleet_name{ text-align:center; font-size:16px; font-weight:700; letter-spacing:0.5px; margin-bottom:20px;}
.fleet_seat{ text-align:center;font-size:16px}
.map{ min-height:300px; margin-top:112px}
.bg_gray{ background:#F2F2F2; margin:50px 0; padding:40px 15px}
.top_white{
	background-color:#FFF;
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
}
.top_white #menu .nav > li > a, .top_white #menu .nav > li > a.borde{color:#1b2830;}
.top_white #menu .nav > li > a:hover{color:#1b2830;}
.no_margin{
	margin:0;
}
.no_padding{
	padding:0;
}
.pl_0{
	padding-left:0;
}
.pl_3{
	padding-left:3px;
}
.pl_100{
	padding-left:100px;
}
.pr_100{
	padding-right:100px;
}
.pb_30{
	padding-bottom:30px;
}
.pb_10{
	padding-bottom:10px;
}
.pt_30{ padding-top:30px;}
.pt_80{ padding-top:80px;}
.row_footer{
/*	padding-left:100px;
	padding-right:100px;*/
}

.f1{
	padding-left:200px;
	padding-top:110px;
}
.f1 h1{
	font-size:60px;
	padding-left:0;
	padding-bottom:15px;
	margin-left:0;
	margin-bottom:15px;
	font-weight:700;
	background:url(../image/line.png) left bottom no-repeat;	
}
.f1 h3{
	font-size:18px;
	font-weight:700;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:7px	
}
.f1 .h3_list{
	padding-left:20px;
}

.img_100 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.home_flota{
	background-color:#e6e6e6;
	padding-top:100px;
	padding-bottom:80px;
	text-align:center;
}
.home_flota h2{
	font-size:34px;
	text-align:center;
	font-weight:700;
	padding-bottom:50px;
	line-height:50px;
	
}
.home_flota .text_block{
	max-width:850px;
	display:inline-block;
	text-align:center;
}
.home_flota p{
	font-size:18px;
	text-align:center;
	line-height:36px;
}

.home_flota h3{
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:700;
	background:url(../image/line2.png) bottom center no-repeat;
	padding-bottom:50px;
	padding-top:30px;
}

.home_logos{
	padding: 50px;
}



.home_empresa{
    background: url(../image/empresas_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto;
	background-color:#38454d;
	padding-top:140px;
	padding-bottom:120px;
	text-align:center;
}
.home_empresa .block_line{
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding-bottom:30px;
	max-width:1050px;
	display:inline-block;
	text-align:center;
	background:url(../image/line_top_empresas.png) top center no-repeat
}
.home_empresa h2{
	color:#FFF;
	font-size:70px;
	letter-spacing:10px;
	text-align:center;
	font-weight:700;
	padding-bottom:50px;
	line-height:50px;
	margin-top:-25px;
	
}
.home_empresa .text_block{
	padding:30px 120px;
	display:inline-block;
	text-align:center;
}
.home_empresa p{
	color:#cccdcf;
	font-size:18px;
	text-align:center;
	line-height:36px;
}

.home_empresa h3{
	color:#FFF;
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:700;
	background:url(../image/line2.png) bottom center no-repeat;
	padding-bottom:50px;
	padding-top:30px;
}

.info_titulo{
    position: relative;
    text-align: center;
}
.info_titulo .centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.info_titulo .centered h2{
	color:#FFF;
	font-size:45px;
	letter-spacing:10px;
	text-align:center;
	font-weight:700;
	padding-bottom:20px;
	line-height:55px;	
}

.info_titulo .centered h3{
	color:#FFF;
	font-size:22px;
	text-align:center;
/*	text-transform:uppercase;*/
	line-height:30px;
	letter-spacing:3px;
	font-weight:700;
	background:url(../image/line2.png) bottom center no-repeat;
	padding-bottom:50px;
	padding-top:30px;	
}


.info_titulo_bus{
    position: relative;
    text-align: center;
}
.info_titulo_bus .centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.info_titulo_bus .centered h2{
	color:#FFF;
	font-size:40px;
	letter-spacing:8px;
	text-align:center;
	font-weight:700;
	padding-bottom:20px;
	line-height:60px;
	padding-left:45px;
	padding-right:45px;		
}

.info_titulo_bus .centered h3{
	color:#FFF;
	font-size:22px;
	text-align:center;
	text-transform:none;
	letter-spacing:3px;
	background:url(../image/line2.png) bottom center no-repeat;
	padding-bottom:50px;
	padding-top:30px;
}
.bus{}

.bus h1{ font-size:70px}

.bus h4{ font-weight:700; padding-top:45px;}
.big_line{ border-bottom:5px solid #F15E24}

.powered_by{
	text-align:right;	
}


.orange{ color:#f75b1e}
.bg_orange{ color:#f75b1e}

.navbar-inner{
background:transparent;

}


.olvide{ margin-top:15px;}
.olvide i{color:#F75B1E; padding-right:5px; padding-left:2px}
.btn-cart {
	color: #f75b1e;
	background-color: transparent;
	padding:8px;
	border:0;
}
.btn-cart:hover, .btn-cart:active, .btn-cart.active, .btn-cart.disabled, .btn-cart[disabled] {
	color: #f75b1e;
	background-color: transparent;
	border:0;
}

.btn-cart i{
	font-size:26px; margin-right:0px;
}

.menu-overlay{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}


.well{ background:#FFF; border:none; -webkit-box-shadow: none; box-shadow: none; padding:20px 40px;}
.well h2{ border-bottom:1px solid #CCC; margin-bottom:15px; padding-bottom:15px}

.well_trans{ background: none; border:none; -webkit-box-shadow: none; box-shadow: none;}

.login_bg{ background:#e6e6e6; margin-top:100px;
background:url('/image/tienda_leon_background-2.jpg') no-repeat;

}
.login_bg .well{ min-height:364px; padding-bottom:35px;}

.terminal{ padding-left:60px;}

.text_transform_none{
	text-transform:none !important;
	letter-spacing:0 !important;
	font-weight:400 !important;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #F75B1E;
}

.destinos{ padding-top:0px;}

/********************************************************************************************/

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	position:relative;
	margin: 20px 0 10px 0;
	padding-left:30px;
	z-index: 999;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
	max-width:55px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	border:none;
	/*color: #FFF;*/
}
#cart > .btn:focus {
	color: #f75b1e;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border:0;
	color: #f75b1e;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #f75b1e;
}
#cart.open > .btn:focus {
	color: #f75b1e;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	/*min-width: 100%;*/
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	z-index: 1000;
	margin-top:35px;
	margin-right:35px;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-weight:700;
	font-size:13px;
	letter-spacing:0.3px
}
#menu .nav > li > a.borde {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	border:1px solid #F60;
	border-radius:6px;
	margin-right:5px;
	margin-left:10px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	background:#f75b1e;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 144px;
    padding: 10px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    /*background-color: rgba(102,102,102,0.8);*/
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

#menu .dropdown-menu {
	    background-color: rgba(102,102,102,0.8);
}


#menu .dropdown-inner a {
	min-width: 100px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}

	nav#menu .navbar-collapse
	{
	        box-shadow: 0px 0px 3px #e3e3e3;
	}
	
	nav#menu .navbar-collapse ul.nav
	{
	        background: #fff;
	        margin-bottom: 0;
	        margin-top: 0;
	}
	
	nav#menu .navbar-collapse ul.nav > li a
	{
	        color: #484848;
	}
}
/* content */
#content {
	min-height: 600px;
	padding-top:60px
}
#content p{
	font-size:16px;
	line-height:30px;
}
.col_right{
	background:url(../image/line2.png) 15px 0 no-repeat;
	padding-top:50px;
	margin-top:26px;
	font-weight:700;	
}
.col_right img{
	margin-top:26px;	
}

/* footer */
footer {
	padding-top: 30px;
	background-color: #fff;
	padding-bottom:30px;
	margin-top:50px;
-webkit-box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.10);
-moz-box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.10);
box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.10);
}

footer .icons{
	text-align:right
}
footer .icons .fa{
	font-size:24px;
	padding-right:15px;
}
footer .icons .fa:hover{
	color:#F15E24;
}
footer img.logo_footer{
	margin-top:-15px;
	margin-bottom:15px;
	max-width:270px;
}
footer a{
	font-size:14px;
	text-decoration:none;
}
footer p{
	font-size:14px;
}
footer li{
	padding:5px
}


footer hr {
	border-top: none;
	border-bottom: 1px solid #CCC;
}

footer h5 {
	font-size: 13px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
}

footer .whatsapp{
	padding:20px 0
}
footer .whatsapp p{
	font-size:13px;
}
footer .whatsapp h4{
	letter-spacing:1px;
}
footer .whatsapp i{
    vertical-align:top;
	font-size:26px;
	padding-right:8px;
	margin-top:-3px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin-top:20px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	padding:20px
}
.product-thumb .price_block{
	background:#e6e6e6;
	min-height:48px;
}
.product-thumb .price_block span{
	display:inline-block;
	font-size:28px;
	line-height:18px;
	font-weight:700;
	padding:15px 15px;
}

.product-thumb .btn{
	padding:15px 30px;
}
.product-thumb .image {
	text-align: center;
	padding-bottom:10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight:700;
	padding-top:4px;
	line-height:22px;
}
.product-thumb .caption {
	padding: 0px;
	min-height: 120px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	
	.home_empresa h2 {
		color: #FFF;
		font-size: 40px;
		letter-spacing: 10px;
		text-align: center;
		font-weight: 700;
		padding-bottom: 0px;
		line-height: 50px;
		margin-top: -25px;
	}
	.home_empresa h3 {
		color: #FFF;
		font-size: 20px;
		letter-spacing: 2px;
		text-align: center;
		font-weight: 700;
		padding-bottom: 20px;
		line-height: 30px;
		margin-top: -25px;
	}	
	
.home_empresa .text_block {
    padding: 30px 50px;
    display: inline-block;
    text-align: center;
}

.home_empresa .block_line {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding-bottom: 30px;
    max-width: 1050px;
    display: inline-block;
    text-align: center;
    background: url(../image/line_top_empresas_s.png) top center no-repeat;
}
	
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}


@media (max-width: 1440px) {
.f1{
	padding-left:150px;
	padding-top:80px;
}
.f1 h3{
	font-size:14px;
}
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
.btn-line{ font-size:14px; padding:6px 12px; margin-top:20px}
.f1{
	padding-left:80px;
	padding-top:50px;
}

.info_titulo_bus .centered h3{
	color:#FFF;
	font-size:16px;
	text-align:center;
	text-transform:none;
	letter-spacing:1px;
	background:url(../image/line2.png) bottom center no-repeat;
	padding-bottom:20px;
	padding-top:10px;
}

.info_titulo_bus .centered h2{
	color:#FFF;
	font-size:30px;
	letter-spacing:4px;
	text-align:center;
	font-weight:700;
	padding-bottom:10px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;		
}
	
}
@media (min-width: 1200px) {
	.info_titulo .centered h2{
		font-size:60px;
		line-height:70px;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

@media (max-width: 1080px) {

	.PaymentMethodsSection
	{	
		font-size: 0.7em;
	}

	#menu .nav > li > a {
		color: #fff;
		padding: 10px 8px 10px 8px;
		min-height: 15px;
		background-color: transparent;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 0.1px;
	}
}
@media (max-width: 992px) {

.bus h4{ font-weight:700; padding-top:45px; font-size:15px;}

footer img.logo_footer {
    margin-top: -15px;
    margin-bottom: 15px;
    max-width: 220px;
}
footer h4 {
    letter-spacing: 1px;
	font-size:14px
}
footer .whatsapp h4 {
    letter-spacing: 1px;
	font-size:14px
}
#menu {
    z-index: 1000;
    margin-top: -30px;
    margin-right: 25px;
}
	
.info_titulo .centered h2 {
    color: #FFF;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: 30px;
	margin-bottom:0;
}

.info_titulo .centered h3 {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background: url(../image/line2.png) bottom center no-repeat;
    padding-bottom: 20px;
    padding-top: 0px;
}
	
.f1 {
    padding-left: 60px;
    padding-top: 30px;
}
	
.f1 h1{
	font-size:50px;
	padding-left:0;
	padding-bottom:15px;
	margin-left:0;
	margin-bottom:15px;
	font-weight:700;
	background:url(../image/line.png) left bottom no-repeat;	
}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (max-width: 768px) {	
.bus h4{ font-weight:700; padding-top:0px;}
.destinos{ padding-top:20px;}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}
#cart .dropdown-menu{ background:#fcfcfc}
.no-drop {cursor: no-drop;}
option:disabled{color: #CCC}
option:disabled:hover{cursor: not-allowed;}
option.disabled:hover{cursor: not-allowed;}
.text-danger {
    color: #F30;
}

.img-responsive-slide{
    display: block;
    width: 100%;
    height: auto;	
}

/*******************************/

.PaymentContainer
{
	background: #fafafa;
	padding: 30px 15px;
}


/*****************customs-styles******************/

.CustomPadding
{
    padding: 0 20px;
}

.ViewportContent
{
    position: relative;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    background: url("../../../../../image/catalog/buses.jpg") no-repeat center;
    background-size: cover;
}

.ViewportContent .ViewportInsider
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
}

.ViewportContent .LogoWrapper
{
    width: 80%;
    margin: auto;
}

.ViewportContent .LogoWrapper img
{
    width: 100%;
    height: 0;
    padding-bottom: 25%;
    background: url("../../../../../image/logo.svg") no-repeat center bottom;
    background-size: contain;
}

.ViewportContent .ViewportInsider h2
{
    margin: 5px 0 0 0;
    font-size: 0.85em;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.Workspace
{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

@media screen and (min-width: 450px)
{
    .ViewportContent .ViewportInsider h2
    {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 900px)
{
    .ViewportContent .ViewportInsider h2
    {
        font-size: 1.7em;
    }

    .ViewportContent .ViewportInsider
    {
        display: none;
    }
}

/**************history-styles*****************/

.MyHistoryContent
{
	display: flex;
	flex-wrap: wrap;
}

.MyHistoryContent .ContentWrapper h2
{
	font-size: 2.4em;
	color: #1b2730;
	margin-bottom: 20px;
}

.MyHistoryContent .ContentWrapper p, .MyHistoryContent .SidebarContent p
{
	font-size: 1.1em;
	line-height: 1.8;
	color: #1b2730;
	margin-bottom: 20px;
}

.MyHistoryContent .SidebarContent
{
	width: 100%;
	position: relative;
	padding-top: 30px;
	font-weight: 600;
}

.MyHistoryContent .SidebarContent.HacemosSection
{
	padding-bottom: 30px;
}

.MyHistoryContent .SidebarContent::before
{
	content: "";
	position: absolute;
	top: 0;
	width: 50px;
	height: 5px;
	background: #f75b1e;
	display: inline-block;
}

.MyHistoryContent .SidebarContent.HacemosSection::before
{
	content: none;
}

.MyHistoryContent .SidebarContent.HacemosSection ul
{
	width: 100% !important;
}

@media screen and (min-width: 1000px)
{
	.MyHistoryContent
	{
		flex-wrap: nowrap;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.MyHistoryContent .ContentWrapper
	{
		width: 100%;
		padding-right: 25px;
	}

	.MyHistoryContent .SidebarContent
	{
		width: 300px;
		flex-shrink: 0;
	}

	.MyHistoryContent .SidebarContent.HacemosSection
	{
		width: 350px !important;
	}
}

/***************faqs-styles***************/

.MyFaqsContent
{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.MyFaqsContent .SideContent
{
    width: 100%;
    padding-bottom: 30px;
}

.MyFaqsContent .SideContent h1
{
    font-size: 2.2em;
    color: #1b2730;
    margin: 0;
    margin-bottom: 25px;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem
{
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqTitle
{
	display: flex;
	cursor: pointer;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqTitle h2
{
    width: 100%;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqTitle button
{
    position: relative;
    background: transparent;
    border: 0;
    width: 40px;
    flex-shrink: 0;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqTitle button::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid #1b2730;
    border-width: 2px 2px 0 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem.Open .FaqTitle button::before
{
    transform: translate(-50%, -70%) rotate(135deg);
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqContent
{
    display: none;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem.Open .FaqContent
{
    display: block;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqContent p
{
    font-size: 1em;
    line-height: 1.7;
}

.MyFaqsContent .SideContent .FaqsWrapper .FaqItem .FaqContent p span
{
    font-size: 1em !important;
    line-height: 1.7 !important;
    color: #484848;
    font-family: Open Sans !important;
}

.MyFaqsContent .SidebarContent
{
    width: 100%;
    padding-top: 30px;
    position: relative;
}

.MyFaqsContent .SidebarContent::before
{
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 5px;
    background: #f75b1e;
    display: inline-block;
}

.MyFaqsContent .SidebarContent p
{
    font-size: 1.1em;
    color: #1b2730;
    font-weight: 600;
    line-height: 1.8;
}

@media only screen and (min-width: 900px)
{
    .MyFaqsContent
    {
        flex-wrap: nowrap;
    }

    .MyFaqsContent .SideContent
    {
        padding-right: 25px;
    }

    .MyFaqsContent .SidebarContent
    {
        width: 300px;
        flex-shrink: 0;
    }
}

/***************fleets-styles***************/

.FleetHeader .Insider
{
    padding: 20px 0;
}

.FleetHeader .Insider h1
{
    margin: 0;
    margin-bottom: 15px;
    font-size: 3em;
    color: #1b2730;
}

.FleetHeader .Insider p
{
    margin: 0;
    font-size: 1em;
    font-family: Open Sans;
    color: #1b2730;
}

.MajorFleetsWrapper
{
    background: #f2f2f2;
}

.MajorFleets
{
    padding-bottom: 40px;
}

/***************contacts-styles********************/

.MyContactContent .ErrorSection
{
	padding: 10px;
	text-align: center;
}

.MyContactContent .ErrorSection .ErrorWrapper
{
	padding: 10px 20px;
	border: 2px solid #f75b1e;
	border-radius: 5px;
	display: inline-block;
	margin: auto;
}

.MyContactContent .ErrorSection .ErrorWrapper p
{
	margin: 0;
}

.MyContactContent .Insider
{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 40px;
}

.MyContactContent .Insider.Regret
{
	justify-content: space-between;
}

.MyContactContent .Insider .Header h2
{
    font-family: Open Sans;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.MyContactContent .Insider .Header p
{
    font-family: Open Sans;
    font-size: 0.95em;
    color: #484848;
    font-weight: 500;
}

.MyContactContent .Insider .Header .Note
{
    padding-top: 50px;
}

.MyContactContent .Insider .Header .Note b
{
    color: red;
}

.MyContactContent .Insider .FormContainer
{
	width: 100%;
}

.MyContactContent .Insider.Regret .FormContainer
{
	max-width: 500px;
}

.MyContactContent .Insider .FormContainer h3
{
    font-size: 1.5em;
    font-weight: 600;
    color: #1b2730;
    margin-top: 20px;
}

.MyContactContent .Insider .FormContainer .CustomFieldset
{
    padding-bottom: 15px;
}

.MyContactContent .Insider .FormContainer form input, .MyContactContent .Insider .FormContainer form textarea, .MyContactContent .Insider .FormContainer form select
{
    width: 100%;
    border: 1px solid #1b2730;
    padding: 8px 15px;
}

.MobileLabel
{
    display: block;
    text-align: left;
    font-size: 1.1em;
}

.MyContactContent .Insider .FormContainer form input, .MyContactContent .Insider .FormContainer form select
{
    width: 100%;
    height: 40px;
}



.MyContactContent .Insider .FormContainer form select
{
	border-radius: 5px;
	width: 100%;
	font-weight: 600;
}

.MyContactContent .Insider .FormContainer form input::placeholder, .MyContactContent .Insider .FormContainer form textarea::placeholder,
.MyContactContent .Insider .FormContainer form input[type=date]::placeholder, .MyContactContent .Insider .FormContainer form input[type=date]
{
    text-transform: uppercase;
    color: #1b2730;
    font-weight: 600;
}

.MyContactContent .Insider .FormContainer .buttons
{
    width: 100%;
    margin: 0;
}

.MyContactContent .Insider .FormContainer .buttons button
{
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.MyContactContent .Insider .FormContainer .text-danger
{
    font-size: 0.85em;
}

.MyContactContent .Insider.Regret .CaptchaSection
{
	padding-bottom: 15px;
}

.MyContactContent .Insider.Regret .CaptchaSection .Insider
{
	display: flex;
	padding: 0;
}

.MyContactContent .Insider.Regret .CaptchaSection .CustomFieldset
{
	padding-bottom: 0;
	align-self: flex-end;
}

.MyContactContent .Insider.Regret .CaptchaSection .CustomFieldset:first-child
{
	margin-right: 10px;
}

.MyContactContent .Insider.Regret .captcha-holder
{
	width: 100%;
}

.MyContactContent .Insider.Regret .CaptchaSection .control-label
{
	width: 100%;
	padding-left: 0;
	text-align: left;
}

.MyContactContent .Insider.Regret .captcha-holder sup
{
	color: red;
}

.MyContactContent .Insider.Regret .CaptchaSection input
{
	width: 100%;
}

@media only screen and (min-width: 800px)
{
    .MyContactContent .Insider
    {
        flex-wrap: nowrap;
    }

    .MyContactContent .Insider .Header
    {
        min-width: 340px;
        width: 100%;
        max-width: 500px;
        /* flex-shrink: 0; */
        padding-right: 15px;
    }

}

#CartContent
{
	min-height: 600px;
}

/***********************************************************************************************************************************/

.DollarIcon
{
    width: 50px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    background: #f7f7f7;
    font-weight: 900;
    font-size: 1.2em;
}

.DetailsData
{
    display: flex;
    padding: 20px 30px;
}

.DetailsData .SideLeft
{
    width: 150px;
    flex-shrink: 0;
}

.CommonList h2
{
    color: #1b2730;
	margin-top: 0;
	text-align: left;
    text-transform: uppercase;
}

.CommonTitle
{
    position: relative;
    font-size: 2.5em;
}

.CommonTitle::before
{
    content: "";
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 25px;
    height: 5px;
    background: #f75b1e;
    transform: translateY(200%);
}

.CommonList ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.CommonList ul li
{
    position: relative;
    font-weight: 600;
    color: #1b2730;
	padding-left: 15px;
	text-align: left;
}

.CommonList ul li::before
{
    position: absolute;
    top: 50%;
    left: 5px;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f75b1e;
    margin-right: 5px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px)
{
	.DetailsData
	{
		flex-wrap: wrap;
	}
}

/***********************************************************************************************************************************/

.DualSection
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "Content"
                         "Banner";
}

.DualSection.BusSection
{
    grid-template-rows: auto auto;
    grid-template-areas: "Content"
                         "Banner";
}

.DualSection.RemisSection
{
    grid-template-rows: auto auto;
}

.DualSection::before
{
    content: none;
}

.DualSection .Banner
{
    position: relative;
    grid-area: Banner;
}

.DualSection .Banner img
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.DualSection.BusSection .Banner img
{
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.DualSection.RemisSection .Banner img
{
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.DualSection .Content
{
    display: grid;
    padding: 40px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "Left"
                         "Right";
}

.DualSection .Content
{
    text-align: center;
}

.DualSection .Content .SideLeft
{
    grid-area: Left;
}

.DualSection .Content .SideLeft h1
{
    position: relative;
    font-size: 2.5em;
}

.DualSection .Content .SideLeft h1::before
{
    content: "";
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 25px;
    height: 5px;
    background: #f75b1e;
    transform: translateY(200%);
}

.DualSection .Content .SideRight
{
    grid-area: Right;
}

.DualSection h1, .DualSection h2
{
    color: #1b2730;
	margin-top: 0;
	text-align: left;
}

.DualSection .Content .SideRight h2
{
    text-transform: uppercase;
}

.DualSection .Content .SideRight ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.DualSection .Content .SideRight ul li
{
    position: relative;
    font-weight: 600;
    color: #1b2730;
	padding-left: 15px;
	text-align: left;
}

.DualSection .Content .SideRight ul li::before
{
    position: absolute;
    top: 50%;
    left: 5px;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f75b1e;
    margin-right: 5px;
    transform: translate(-50%, -50%);
}

.DualSection .Content .SideRight a, .DualSection.RemisSection .Content .VehiculesContainer a
{
    padding: 10px 40px;
    border-radius: 5px;
    background: #000000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 10px;
	font-size: 0.85em;
	border: 3px solid #f75b1e;
}

.DualSection.RemisSection .Content .VehiculesContainer a.RegretButton, .DualSection.BusSection .Content a.RegretButton
{
	background: #fff !important;
	border: 3px solid #000 !important;
	color: #000 !important;
}

.DualSection.RemisSection .Content .SideRight
{
    text-align: center;
}

.DualSection.RemisSection .Content .SideRight h2
{
    text-align: left;
}

.CenterSpace
{
	text-align: center;
}

.ActionContent a
{
    padding: 10px 40px;
    border-radius: 5px;
    background: #000000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 10px;
	font-size: 0.85em;
	border: 3px solid #f75b1e;
}

.ActionContent a.RegretButton
{
	background: #fff !important;
	border: 3px solid #000 !important;
	color: #000 !important;
}

.DualSection.RemisSection .Content .SideRight ul
{
    text-align: left;
}

.VehiculesContainer
{
    width: 100%;
}

.VehiculeOptions
{
    max-width: 550px;
    margin-top: 20px;
}

.VehiculeOptions ol
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.VehiculeOptions ol li
{
    padding: 10px 0;
    list-style-type: none;
    width: 100%;
    max-width: 180px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}

.VehiculeOptions ol li:last-child
{
    border: 0;
}

.VehiculeOptions ol li h4
{
    font-size: 0.95em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 7px;
    text-align: center;
}

.DualSection .Content .VehiculeOptions ol li::before
{
    content: none;
}

.VehiculeOptions ol li img
{
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.VehiculeOptions ol li.CorollaIcon img
{
    background-image: url("../../../../../image/corolla-icon.png");
}

.VehiculeOptions ol li.ChevroletIcon img
{
    background-image: url("../../../../../image/chevrolet-spin.png");
}

.VehiculeOptions ol li.HyndaiIcon img
{
    background-image: url("../../../../../image/hynday-h1.png");
}

.VehiculeOptions ol li .Details
{
    width: 80%;
    max-width: 150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.VehiculeOptions ol li .Details span
{
    width: 49%;
    font-weight: 600;
}

.VehiculeOptions ol li .Details span::before
{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.VehiculeOptions ol li .Details .PassangersIcon::before
{
    background-image: url("../../../../../image/group-icon.png");
}

.VehiculeOptions ol li .Details .LuggagesIcon::before
{
    background-image: url("../../../../../image/luggage-icon.png");
}

.DualSection.RemisSection .Content
{
    display: grid;
    padding: 30px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "Left"
                         "Right"
                         "Vehicules";
}

.DualSection.RemisSection .Content .VehiculesContainer
{
    grid-area: Vehicules;
}

@media only screen and (min-width: 550px)
{
    .DualSection
    {
        grid-template-rows: auto minmax(250px, 450px);
    }

    .DualSection .Content
    {
        padding: 60px 20px;
        grid-template-columns: minmax(100px, 180px) 1fr;
        grid-template-rows: auto;
        grid-template-areas: "Left Right";
	}
	
    .DualSection.RemisSection .Content .SideRight h2
    {
        text-align: left;
    }

    .VehiculeOptions ol
    {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .VehiculeOptions ol li
    {
        width: 31%;
        border: 0;
    }
}

@media screen and (min-width: 800px)
{
    .DualSection.RemisSection .Content
    {
        grid-template-columns: minmax(100px, 180px) 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas: "Left  Right"
                            "Left   Vehicules";
    }
}

@media only screen and (min-width: 950px)
{	
	/* .DualSection.RemisSection .Banner img
	{
		padding-bottom: 45% !important;
		background-position: center bottom;
	} */

}

@media only screen and (min-width: 1080px)
{
	.DualSection.RemisSection
    {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(auto, 520px);
        grid-template-areas: "Content Banner";
	}
	
    .DualSection.RemisSection .Content
    {
        grid-template-columns: minmax(100px, 180px) 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas: "Left			Right"
                             "Vehicules		Vehicules";
    }

    .DualSection.RemisSection .Banner img
    {
		height: 100%;
		padding: 0;
	}

	.DualSection.BusSection
    {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(auto, 500px);
        grid-template-areas: "Banner Content";
	}

    .DualSection.BusSection .Banner img
    {
		height: 100%;
		padding: 0;
	}
}


/****************************/

.PersonalTransportationSection
{
	padding: 30px 20px;
	background: url("../../../../../image/empresa-transportation-image.png") no-repeat center;
	background-size: cover;
}

.PersonalTransportationSection .ContentBox
{
	padding-top: 30px;
	overflow: hidden;
	max-width: 600px;
	margin: auto;
}

.PersonalTransportationSection .Insider
{
	position: relative;
	margin: auto;
	border: 1px solid #fff;
	border-top: 0;
	padding: 30px;
	padding-top: 0;
	text-align: center;
}

.PersonalTransportationSection .Insider::after
{
	content: "";
	bottom: 30px;
	width: 40px;
	height: 5px;
	background: #f75b1e;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.PersonalTransportationSection .Insider .HeaderContainer
{
	position: relative;
	margin-bottom: 20px;
	text-align: left;
}

.PersonalTransportationSection .Insider h2
{
	text-transform: uppercase;
	text-align: left;
	font-size: 2.5em;
	margin: 0;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #e6e6e7;
}

.PersonalTransportationSection .Insider h2.Legend
{
	position: relative;
	transform: translateY(-50%);
	display: inline-block;
}

.PersonalTransportationSection .Insider h2.Legend::before, .PersonalTransportationSection .Insider h2.Legend::after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 0;
}

.PersonalTransportationSection .Insider h2.Legend::before
{
	left: -10px;
	transform: translate(-100%, -50%);
}

.PersonalTransportationSection .Insider h2.Legend::after
{
	width: 300%;
	left: calc(100% + 10px);
	transform: translate(0%, -50%);
}

.PersonalTransportationSection .Insider h2.SecondLegend
{
	margin-top: -26px;
}

.PersonalTransportationSection .Insider p
{
	text-align: left;
	font-size: 0.95em;
	line-height: 2;
	margin-bottom: 20px;
	color: #e6e6e7;
}

.PersonalTransportationSection .Insider a
{
	width: 90%;
	max-width: 400px;
	height: 40px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.7em;
	display: inline-block;
	line-height: 40px;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

@media only screen and (min-width: 450px)
{
	.PersonalTransportationSection .Insider a
	{
		font-size: 0.8em;
	}
}

@media only screen and (min-width: 550px)
{
	.PersonalTransportationSection .Insider a
	{
		font-size: 0.9em;
	}
}

@media only screen and (min-width: 1000px)
{
	.PersonalTransportationSection
	{
		padding: 100px 20px;
		background-position: center top;
	}

	.PersonalTransportationSection .ContentBox
	{
		padding-top: 30px;
		overflow: hidden;
		max-width: 800px;
		margin: auto;
	}

	.PersonalTransportationSection .Insider p
	{
		font-size: 1.1em;
	}
}

/************************/

.HistorySection
{
	background: #e6e6e7;
	text-align: center;
}

.HistorySection .Insider
{
	width: 100%;
	max-width: 600px;
	margin: auto;
	padding: 25px 25px 45px;
}

.HistorySection .Insider h2
{
	font-size: 1.6em;
	font-weight: 600;
	color: #1b2730;
}

.HistorySection .Insider p
{
	font-weight: 600;
	font-size: 1em;
	line-height: 2;
}

.HistorySection .Conclution
{
	padding: 20px 5px;
}

.HistorySection .Conclution span
{
	font-size: 1.7em;
	font-weight: 600;
	color: red;
	display: inline-block;
	margin-bottom: 20px;
}

.HistorySection .Conclution h3
{
	margin: 0;
	font-size: 1.1em;
	font-weight: 700;
	margin-top: 5px;
	letter-spacing: 2px;
	color: #1b2730;
	position: relative;
}

.HistorySection .Conclution h3::after
{
	content: "";
	position: absolute;
	bottom: -25px;
	width: 50px;
	height: 5px;
	background: #f75b1e;
	left: 50%;
	transform: translateX(-50%);
}

/**************************/


.LeonBanner
{
	background: #000000;
	text-align: center;
	padding: 15px 12px;
}

.LeonBanner .Content h2
{
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 0;
}

.LeonBanner .Content .AppsLogo
{
	width: 100%;
	max-width: 300px;
	display: flex;
	margin: auto;
}

.LeonBanner .Content .AppsLogo a:first-child
{
	text-align: right;
}

.LeonBanner .Content .AppsLogo a:last-child
{
	text-align: left;
}

.LeonBanner .Content .AppsLogo a
{
	display: inline-block;
	width: 50%;
	padding: 0 10px;
	max-width: 150px;
}

.LeonBanner .Content .AppsLogo .LogoWrapper
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 34%;
}

.LeonBanner .Content .AppsLogo img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center;
	border: 2px solid #f75b1e;
	border-radius: 7px;
}

.LeonBanner .Content .AppsLogo img#Android
{
	background-image: url("../../../../../image/play-store-logo-icon.png");
}

.LeonBanner .Content .AppsLogo img#Ios
{
	background-image: url("../../../../../image/logo-appstore-icon.png");
}

/**************************header*****************************/

.DesktopHeader
{
	position: relative;
	z-index: 1000;
	display: flex;
}

.DesktopHeader .LogoWrapper
{
	flex-shrink: 0;
	width: 350px;
}

.DesktopHeader .LogoWrapper img.LogoIcon
{
	width: 100%;
	height: 0;
	padding-bottom: 35%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.DesktopHeader .MenuWrapper
{
	width: 100%;
}

.DesktopHeader .MenuWrapper .MainMenu
{
	width: 100%;
	padding-top: 20px;
}

.DesktopHeader .MenuWrapper .MainMenu ul li > a
{
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
}

.DesktopHeader .MenuWrapper .MainMenu ul li > a:hover, .DesktopHeader .MenuWrapper .MainMenu ul li > a:focus
{
	background: rgba(0,0,0,0.5);
}

.MobileHeader
{
	position: relative;
	display: none;
	z-index: 1000;
	margin-top: 20px;
}

.MobileHeader *
{
	box-sizing: border-box;
}

.MobileHeader .MenuMobileSection
{
	position: relative;
	width: 100%;
	height: 0;
}

.MobileHeader .MenuMobileSection .TriggerWrapper
{
	overflow: hidden;
}

.MobileHeader .MenuMobileSection .MobileButtonTrigger
{
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 0;
}

.MobileHeader .MenuMobileSection .MobileButtonTrigger::before, .MobileHeader .MenuMobileSection .MobileButtonTrigger::after, .MobileHeader .MenuMobileSection .MobileButtonTrigger .CenterLine
{
	content: "";
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 60%;
	height: 5px;
	border-radius: 5px;
	background: #f75b1e;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

#top_menu.MenuOn .MenuMobileSection .MobileButtonTrigger
{
	background: #fafafa;
}

#top_menu.MenuOn .MenuMobileSection .MobileButtonTrigger::before
{
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#top_menu.MenuOn .MenuMobileSection .MobileButtonTrigger span
{
	height: 0;
	opacity: 0;
}

#top_menu.MenuOn .MenuMobileSection .MobileButtonTrigger::after
{
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-nav>li>.dropdown-menu
{
	background-color: rgba(102,102,102,0.8);
}

.MobileHeader .MenuMobileSection .MobileButtonTrigger::before
{
	top: 30%;
}

.MobileHeader .MenuMobileSection .MobileButtonTrigger .CenterLine
{
	top: 50%;
}

.MobileHeader .MenuMobileSection .MobileButtonTrigger::after
{
	top: 70%;
}

@media screen and (max-width: 1000px)
{
	.DesktopHeader .LogoWrapper img.LogoIcon
	{
		padding-bottom: 30%;
		background-position: top center;
	}
}

@media screen and (max-width: 900px)
{
	.DesktopHeader
	{
		display: none;
	}

	.MobileHeader
	{
		display: flex;
	}
}

.MobileMenuWrapper
{
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0;
	transition: all 0.5s;
	z-index: -1;
	transform: translateY(-150%);
}

.MenuOn .MobileMenuWrapper
{
	top: 50px;
	opacity: 1;
	z-index: 1000;
	transform: translateY(0%);
}

.MobileMenuWrapper nav.Main, .MobileMenuWrapper ul.SecondaryMenu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.MobileMenuWrapper nav.Main > a li, .MobileMenuWrapper .CompoundMenu .SecondaryMenu li, .MobileMenuWrapper nav.Main .CompoundMenu .SecondaryTrigger
{
	background: #fff;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 15px;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px 1px
}

.MobileMenuWrapper nav.Main > a li .CompoundMenu .SecondaryMenu
{
	width: 100%;
	height: 0;
	display: none;
}

.MobileMenuWrapper nav.Main .CompoundMenu .SecondaryMenu li
{
	background: #fafafa;
}

.MobileMenuWrapper nav.Main .CartWrapper
{
	width: 100%;
	position: relative;
}

.MobileMenuWrapper nav.Main .CartWrapper #cart
{
	position: absolute;
	right: 0;
	background: #f0f0f0;
}

/***********************************************/

footer.Main
{
	margin: 0;
	padding: 30px;
	box-shadow: -2px 0px 6px rgba(0,0,0,0.08);
}

footer.Main .FooterInsider
{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(9, auto);
	grid-template-areas: "Logo"
						  "Menu"
						  "Location"
						  "Contact"
						  "Social"
						  "Apps"
						  "Payment"
						  "QCode"
						  "Rights"
						  "Developer";
}

footer.Main .FooterInsider .LogoSection
{
	grid-area: Logo;
}

footer.Main .FooterInsider .LogoWrapper
{
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin: auto;
}

footer.Main .FooterInsider .LogoWrapper img
{
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	background: url("../../../../../image/logo_footer.svg") no-repeat center;
	background-size: contain;
}

footer.Main .MenuContainer
{
	grid-area: Menu;
	padding: 20px 0 30px;
	border-bottom: 1px solid #b3b3b3;
}

footer.Main .MenuContainer .MenuItem
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

footer.Main .MenuContainer .MenuItem a li
{
	font-weight: 600;
	color: #1b2730;
}

.LocationSection
{
	grid-area: Location;
	text-align: center;
}

.LocationSection .LocationInsider
{
	padding: 15px 7px;
}

.LocationSection h3, .LocationSection p
{
	margin: 0;
}

.LocationSection .LocationInsider p
{
	font-size: 0.95em;
	font-weight: 600;
	color: #1b2730;
}

.LocationSection .LocationInsider h3
{
	font-size: 1.3em;
	font-weight: 700;
}

.ContactSection
{
	grid-area: Contact;
	padding: 10px 0;
}

.ContactSection .ContactInsider *
{
	margin: 0;
	text-align: center;
	font-weight: 700;
}

.ContactSection .ContactInsider span
{
	font-size: 0.9em;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ContactSection .ContactInsider h2
{
	font-size: 1.5em;
	line-height: 1.5;
	letter-spacing: 2px;
}

.ContactSection .ContactInsider p
{
	font-size: 0.85em;
}

.SocialSection
{
	grid-area: Social;
}

.SocialSection .WhatsappContainer
{
	padding: 10px 5px;
}

.SocialSection .WhatsappContainer
{
	text-align: center;
}

.SocialSection .WhatsappContainer .WhatsAppItem
{
	display: inline-flex;
	border: 1px solid #f75b1e;
	border-radius: 5px;
	padding: 5px;
	margin: auto;
}

.SocialSection .WhatsappContainer .WhatsAppItem .Icon
{
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: url("../../../../../image/whatsapp-icon.png") no-repeat center;
	background-size: contain;
}

.SocialSection .WhatsappContainer .WhatsAppItem .Info
{
	width: 100%;
	padding: 0 10px;
}

.SocialSection .WhatsappContainer .WhatsAppItem .Info span
{
	font-size: 0.75em;
	margin: 0;
}

.SocialSection .WhatsappContainer .WhatsAppItem .Info h2
{
	font-size: 1.2em;
	margin: 0;
	line-height: 1;
}

.SocialSection .SocialInsider .NetworksContainer
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.SocialSection .SocialInsider .NetworksContainer .SocialMenu
{
	list-style-type: none;
	overflow: hidden;
	margin: auto;
	display: inline-block;
}

.SocialSection .SocialInsider .NetworksContainer li
{
	float: left;
}

.SocialSection .SocialInsider .NetworksContainer li img
{
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.SocialSection .SocialInsider .NetworksContainer li img#Facebook
{
	background-image: url("../../../../../image/footer-facebook-icon.png");
}


.SocialSection .SocialInsider .NetworksContainer li img#Instagram
{
	background-image: url("../../../../../image/footer-instagram-icon.png");
}


.AppsSection
{
  grid-area: Apps;
  padding: 20px 5px;
}

.AppsSection .AppsSectionInsider h2
{
  font-size: 1.3em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}

.AppsSection .AppsSectionInsider .AppsWrapper
{
  text-align: center;
}

.AppsSection .AppsSectionInsider .AppsMenu
{
  display: inline-flex;
  margin: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.AppsSection .AppsSectionInsider .AppsMenu a
{
  width: 130px;
}

.AppsSection .AppsSectionInsider .AppsMenu a li
{
  width: 100%;
}

.AppsSection .AppsSectionInsider .AppsMenu a li img
{
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  border: 1px solid #1b2730;
  background-size: 90% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7px;
}

.AppsSection .AppsSectionInsider .AppsMenu a#Android li img
{
  background-image: url("../../../../../image/play-store-logo-icon-black.png");
}

.AppsSection .AppsSectionInsider .AppsMenu a#IOS li img
{
  background-image: url("../../../../../image/logo-appstore-icon-black.png");
}

.QCodeSection
{
	grid-area: QCode;
}

.QCodeSection .QCodeInsider
{
  width: 100%;
  max-width: 70px;
  margin: auto;
}

.QCodeSection .QCodeInsider img
{
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  background: url("../../../../../image/image008.png") no-repeat center;
  background-size: contain;
}

.RightsSection
{
  grid-area: Rights;
  display: flex;
  margin-top: 20px;
}

.RightsSection p
{
  width: 100%;
  text-align: center;
  padding: 0 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-self: center;
  margin: 0;
  font-size: 0.8em;
}

.DeveloperSection
{
  grid-area: Developer;
  text-align: center;
}

.DeveloperSection .DeveloperInsider
{
  display: inline-flex;
}

.DeveloperSection .DeveloperInsider .DeveloperContent
{
  position: relative;
  display: flex;
}

.DeveloperSection .DeveloperInsider .DeveloperContent p
{
  align-self: center;
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
  font-size: 0.8em;
}

.DeveloperSection .DeveloperInsider .DeveloperInsider
{
  width: 100px;
  height: 50px;
  border: 1px solid;
}

.DeveloperSection .DeveloperInsider .DevelopedIcon
{
  width: 50px;
  height: 50px;
  background: url("../../../../../image/lcmedia-logo-2.png") no-repeat center;
  background-size: contain;
}

.PaymentMethodsSection
{	
	grid-area: Payment;
	margin-top: 5px;
	margin-bottom: 15px;
}

.PaymentMethodsSection .Insider
{
	text-align: center;
}

.PaymentMethodsSection .Insider h2
{
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.PaymentMethodsSection .Insider ul
{
	display: inline-flex;
	padding: 0;
	margin: auto;
}

.PaymentMethodsSection .Insider ul li
{
	list-style-type: none;
	margin: 0 5px;
}

.PaymentMethodsSection .Insider ul li img
{
	width: 50px;
	height: 30px;
	border-radius: 5px;
	display: inline-block;
}

.PaymentMethodsSection .Insider ul li h4
{
	margin-top: 5px;
}

.PaymentMethodsSection .Insider ul li img#CurrentAccountsWrapper
{
	width: 50px;
	height: 30px;
	border-radius: 5px;
	display: inline-block;
	background: url('../../../../../image/current-account-icon.png') no-repeat center;
	background-size: contain;
}

.PaymentMethodsSection .Insider .CurrentAccounts
{
	text-align: center;
	padding-top: 10px;
}

.PaymentMethodsSection .Insider .CurrentAccounts h4
{
	margin: 0;
	font-size: 0.9em;
}

.PaymentMethodsSection .Insider .CurrentAccounts img
{
	width: 75px;
	height: 40px;
	display: inline-block;
	background: url('../../../../../image/current-account-icon.png') no-repeat center;
	background-size: contain;
	margin-bottom: 10px;
}

.PaymentMethodsSection .Insider .CurrentAccounts h3
{
	font-size: 1.2em;
}

.PaymentMethodsSection .Insider ul li img#Amex
{
	background: url('../../../../../image/amex-card.png') no-repeat center;
	background-size: contain;
}

.PaymentMethodsSection .Insider ul li img#Cabal
{
	background: url('../../../../../image/cabal-logo-icon.png') no-repeat center;
	background-size: contain;
}

.PaymentMethodsSection .Insider ul li img#DinnersClub
{
	background: url('../../../../../image/dinners-club-icon.png') no-repeat center;
	background-size: contain;
}

.PaymentMethodsSection .Insider ul li img#Mastercard
{
	background: url('../../../../../image/mastercard-logo-icon.png') no-repeat center;
	background-size: contain;
}

.PaymentMethodsSection .Insider ul li img#Visa
{
	background: url('../../../../../image/visa-card-icon.png') no-repeat center;
	background-size: contain;
}

@media screen and (max-width: 1280px)
{
	.PaymentMethodsSection .Insider ul li h4
	{
		font-size: 1.05em;
	}
}

@media screen and (max-width: 500px)
{
	.PaymentMethodsSection .Insider ul
	{
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.PaymentMethodsSection .Insider ul li
	{
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 600px)
{
  footer.Main .FooterInsider
  {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-template-rows: repeat(auto, 7);
	  grid-template-areas: "Logo        Contact"
							"Menu       Social"
							"Location    Location"
							"Apps        Apps"
							"Payment        Payment"
							"QCode       QCode"
							"Rights      Rights"
							"Developer   Developer";
  }

  .SocialSection
  {
	  border-bottom: 1px solid #b3b3b3;
  }
}

@media screen and (min-width: 1000px)
{
  footer.Main .FooterInsider
  {
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  grid-template-rows: repeat(auto, 5);
	  grid-template-areas: "Logo        Apps      Contact"
							"Menu       Social    Location"
							"Menu       Social    QCode"
							"Menu       Payment      QCode"
							"Rights     Rights    Developer";
  }

  footer.Main .FooterInsider .LogoWrapper
  {
	  margin: 0;
  }

  footer.Main .MenuContainer
  {
	  padding: 0;
	  border-bottom: 0;
  }

  footer.Main .MenuContainer .MenuItem
  {
	  text-align: left;
  }

  .AppsSection
  {
	  padding-bottom: 0;
  }

  .ContactSection .ContactInsider *
  {
	  text-align: right;
  }

  .LocationSection .LocationInsider
  {
	  text-align: right;
  }

  .SocialSection
  {
	  border-bottom: 0;
  }

  .RightsSection, .DeveloperSection
  {
	  border-top: 1px solid #e3e3e3;
  }

  .RightsSection
  {
	  margin-top: 0;
  }

  .RightsSection p
  {
	  text-align: left;
  }

  .DeveloperSection
  {
	  text-align: right;
  }

  .QCodeSection
  {
	  display: flex;
	  justify-content: flex-end;
	  padding-bottom: 20px;
  }

  .QCodeSection .QCodeInsider
  {
	  margin: 0;
  }
}

/*************************************/


.Screener
{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.Screener.On
{
    opacity: 1;
    z-index: 1000000;
}

.Messanger
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 700px;
    max-height: 80%;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    line-height: 1.5;
}

.Messanger a.Closer
{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background-color: #f75b1e;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.Messanger a.Closer::before, .Messanger a.Closer::after
{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 58%;
    height: 2px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
}

.Messanger a.Closer::before
{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.Messanger a.Closer::after
{
    transform: translate(-50%, -50%) rotate(45deg);
}

.Messanger p b
{
    color: #f75b1e;
}

.Screener .Messanger ul li a
{
    color: #0571d6;
}
