
/* typography.css */
body {min-width: 1200px;font-size:75%;background:#fff;font-family: 'Montserrat', sans-serif;overflow-x:hidden;background:#fafafa;margin:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;text-align:center;}
h1 {font-size: 3.6em;line-height: 1;color: #fff;margin: 8% 0 0 0;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
a,p {color: #000;text-decoration: none;font-family: 'Montserrat', sans-serif;}
::-webkit-scrollbar-track {  
background:url(../images/bg.jpg);
background-position:center;
background-size: contain;  
box-shadow:1px 1px 3px inside;  
}  
::-webkit-scrollbar-thumb:vertical {  
background:url(../images/taxi.png) no-repeat;  
background-position:center;
background-size: contain;  
height:150px;
} 
::-webkit-scrollbar-thumb:horizontal {  
background:#000;  
background-position:center;
background-size:contain;  
width:150px;
}  
::-webkit-scrollbar{  
width: 35px;  
}  
/* Header */
header {
	position:relative; 
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	text-align: center;
}
.header-background {
    position: fixed;
	top: 0;
    z-index: -9;
    width: 150%;
	height: 100%;
    margin-left: -25%;
}
.header-left, .header-right {
    display: inline-block;
    vertical-align: top;
	text-align: center;
	height: 100%;
	position: relative;
}
.header-left {
    width: 30%;
}
.header-right {
    width: 69%;
}
.header-left:after {
	content: '';
	display: block;
	position: absolute;
    background-image: url(../images/border-chess.svg);
	background-size: 12px 12px;
    top: 0;
    bottom: 0;
    background-repeat: repeat-y;
    left: auto;
    right: 0;
    width: 12px;
    height: auto;
}
.logo {
    width: 100%;
    height: 34%;
    margin: 16% auto 0 auto;
}
.header-time {
    margin-top: 20%;
}
.header-left h1, .header-left a, .header-left p {
    color: #fff;
	font-size: 22px;
}
.header-time p {
    text-transform: uppercase;
}
.number a {
    font-size: 32px;
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 4%;
}
.number a:hover {
    color: #faed02;
}
a.whatsapp {
    margin-right: 10px;
}
.header-call {
    background: #faed02;
    border-radius: 20px 20px 0 0;
    display: inline-block;
    padding: 10px 20px;
    margin: 6% 0 0 0;
}
a.header-btn {
    display: inline-block;
    padding: 4px 8px;
    background: #000;
    color: #faed02;
    border-radius: 5px;
	text-transform: uppercase;
}
.header-call a:hover {
    color: #fff;
}
.auto-background {
    width: 80%;
    height: 62%;
    margin: 0 auto 0 auto;
}
.header-right .header-midle-text p:first-child {
    margin-bottom: 2%;
}
.header-right .header-midle-text p {
    color: #fff;
    font-size: 24px;
	margin: 0;
    line-height: 1.6;
}
p.slogan {
    display: inline-block;
    width: 40%;
    text-align: left;
}
.border-line {
	background-image: url(../images/border-chess-yelow.svg);
	background-size: 32px 32px;
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
	position: relative;
    background-color: #000;
}
.after-header {
    text-align: center;
	position: relative;
    background: rgba(0,0,0,0.6);
    padding: 3% 0 4% 0;
}
.after-title h3 {
    text-transform: uppercase;
    font-size: 30px;
	position: relative;
    display: inline-block;
	padding: 0 0 10px 0;
	color: #fff;
}
.after-title h3:after {
    content: '';
    background: #fff;
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto 0 auto;
    display: block;
}
.after-header-block {
	opacity: 0;
	background: url(../images/point.png) no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: top;
    width: 150px;
    height: 200px;
	position: relative;
    margin: 1% 6% 0% 6%;
}
.after-header-block p {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 0;
    margin: auto;
    height: max-content;
	height: 10%;
    font-size: 16px;
    font-weight: bold;
}
.route {
    text-align: center;
    padding: 6% 0;
	background: rgb(0 0 0 / 60%);
}
.route-fa .fa {
    font-size: 160px;
	color: rgb(255 255 255 / 45%);
	transition: 1.5s;
}
.route-fa:hover .fa {
    color: #fff;
    transition: 1.5s;
}
.route-fa {
    display: inline-block;
    width: 24%;
}
.route-fa p {
    font-size: 22px;
    color: #fff;
}
.taxipark {
    text-align: center;
    position: relative;
	padding: 1% 0 1% 0;
}
.taxipark-foto {
	position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
}
.taxipark-title, .taxipark-text {
    position: relative;
    z-index: 9;
}
.taxipark-title h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #fff;
	padding: 0 0 10px 0;
}
.taxipark-title h3:after {
    content: '';
    background: #fff;
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto 0 auto;
    display: block;
}
.taxipark-text {
    margin: 38% 0 0 0;
}
.taxipark-text p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
footer {
    border-top: 1px solid #8b8a8a;
}
footer p {
    font-size: 14px;
}
.footer-right {
    float: right;
}
.footer-left {
    float: left;
}
.error {
    text-align: center;
	display: block;
    background: rgb(255 255 255 / 82%);
    padding: 4% 0;
}
.error p {
    font-size: 30px;
	margin-top: 0;
}
.error a {
    font-size: 30px;
}