h1, h2, h3, h4, h5, h6{
    margin: 0px;
}
a, a:hover{
    text-decoration: none;
    -webkit-transition: color 1s;
    -moz-transition:    color 1s;
    -ms-transition:     color 1s;
    -o-transition:      color 1s;
    transition:         color 1s;
}
p{
    font-size: 11pt;
    line-height: 2;
    margin: 0px;
    margin-bottom: 10px;
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
ul{
	margin: 0px;
}
.spt-top-5{
    padding-top: 5px;
}
.spt-top-10{
    padding-top: 10px;
}
.spt-top-15{
    padding-top: 15px;
}
.spt-top-20{
    padding-top: 20px;
}
.spt-top-25{
    padding-top: 25px;
}
.spt-top-30{
    padding-top: 30px;
}
.spt-top-35{
    padding-top: 35px;
}
.spt-top-45{
    padding-top: 45px;
}
.spt-btm-5{
    padding-bottom: 5px;
}
.spt-btm-10{
    padding-bottom: 10px;
}
.spt-btm-15{
    padding-bottom: 15px;
}
.spt-btm-20{
    padding-bottom: 20px;
}
.spt-btm-25{
    padding-bottom: 25px;
}
.spt-btm-30{
    padding-bottom: 30px;
}
.spt-btm-35{
    padding-bottom: 35px;
}
.spt-btm-40{
    padding-bottom: 40px;
}
.spt-btm-45{
    padding-bottom: 45px;
}
header{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #1c173f;
    overflow: auto;
    color: white !important;
}
header img{
    width: 120px;
}
header nav ul li a{
    font-size: 10pt;
    color: white !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
header nav ul li a:hover{
    color: #fcb717 !important;
}
header nav ul li.active a{
    border: 1px solid #fcb717;
    border-radius: 20px;
}
.home_title{
   color: #352d6a;
   font-size: 35px;
   margin-bottom: 20px;
   font-weight: bold;
   margin-top: 35px;
}
.home_title span{
    font-size: 45px;
    color: white;
    font-weight: 500;
}
.home_title span::before {
    content: '\A';
    white-space: pre;
}
.home_text{
    color: white;
    margin-bottom: 35px;
}
.purple{
    background-color: #1c173f;
}
.btn_generic{
    color: white;
    padding: 5px 25px;
    border: 1px solid #fcb717;
    border-radius: 20px;
    display: inline-block;
}
.btn_generic:hover{
    color: #fcb717 !important;
}
.box_content{
    background-image: url(/static/img/azul_back.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
    overflow: auto;
    height: 260px;
}
.box_content div.left_ p, .box_content div.right_ p{
	margin-bottom: 15px;
	margin-top: 15px;
}
.box_content div.left_{
    float: left;
    width: 50%;
    clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
    background-color: #171717;
    padding: 35px 35px;

    background-image: url(/static/img/black_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    padding-left: 100px;
    height: 100%;
}
.box_content div.right_{
    float: right;
    width: 50%;
    padding: 35px 35px;
    color: white;
    padding-right: 100px;
    height: 100%;
}
.box_content div.right_ .img_right{
	height: 45px;
}
.box_content div.left_ .img_left{
	height: 45px;
}
.box_content img{
    width: 140px;
}
.whats_eaffix{
	font-size: 11pt;
	color: #8092a7;
}
.whats_eaffix strong{
	color: #001739;
}
.can_make_title{
	font-size: 20pt;
    color: #001739;
    margin-bottom: 60px;
    line-height: 1.5;
}
.colaborate_title{
	font-size: 11pt;
	color: #001739;
	margin-bottom: 10px;
	margin-top: 25px;
}
.content_affix p{
	color: #8092a7;
}
.gray_bg{
	background-color: #f9fafc;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 9;
}
body#index .gray_bg{
	margin-top: -75px;
}
section.section_info{
	text-align: center;
	padding: 25px 25px;
	background-color: white;
	border-radius: 0px;
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
    margin-bottom: 35px;
}
section.section_info svg{
	height: 180px;
	margin-bottom: 25px;
}
section.section_info h2{
	font-size: 12pt;
	font-weight: bold;
	color: #001739;
	margin-bottom: 10px;
}
section.section_info p{
	color: #8092a7;
}
section.section_info p strong{
	color: #001739;
}
.locations_title{
	font-size: 11pt;
	margin-bottom: 15px;
	color: #001739;
	font-weight: bold;
}
.good-list ul {
    list-style: none;
    padding: 0;
}
.good-list {
    margin: 0;
    margin-top: 8 px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10pt;
}
.good-list ul li.item_{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    margin-top: 0;
    margin-bottom: 15px;
}
body#city-car-rental .good-list ul li.item_{
	width: 25%;
}

.good-list ul li.item_ a, .good-list ul li.item_{
	color: #8092a7;
	font-size: 10pt;
}
.good-list ul li.item_ a:hover, ul.shuttle_destinations_list li a:hover{
	color: #fcb717;	
}
ul.shuttle_destinations_list{
	list-style: none;
    padding: 0;
}
ul.shuttle_destinations_list li{
	margin-bottom: 15px;
	color: #8092a7;
	font-size: 10pt;
}
ul.shuttle_destinations_list li a{
	color: #8092a7;
	font-size: 10pt;
}
.interested_bg{
	/*background-color: #1c173f;
    background-image: url(/static/img/interested_bg.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;*/
    
    background-color: #1c173f;
    background-image: url("/static/img/interested_bg.png");  
    background-repeat: no-repeat;  
    background-position: 0% 0%;
    background-size: 100% 100%;
}
.interested_bg h3{
	font-size: 18pt;
    color: #ffbc00;
    margin-bottom: 15px;
}
.interested_bg p{
	font-size: 12pt;
	color: #f9fafc;
}
.form-interested input {
    border-color: #14181c;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
    border-radius: 5;
    color: #14181c;
    border-color: #14181c;
    height: 50px;
}
.form-interested label{
	font-size: 10pt;
	color: #bdccdc;
	text-align: left;
}
.btn_interested{
    color: #ffffff;
    border-width: 1px;
    background-color: #ffbc00;
    border-color: #ffbc00;
    padding: 13px 20px;
    font-size: 10pt;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0px 20px 20px 0px;
    height: 45px !important;
}
#send_form select.form-control{
    height: 50px !important;
}
footer p{
	color: #8092a7;
	font-size: 10pt;
}
footer ul.menu li a{
	color: #8092a7;
	font-size: 10pt;
}
footer img{
	margin-top: -8px;
}
.arrow:before{
	content: "";
    display: block;
    background: url(/static/img/arrow_left.png) no-repeat;
    width: 40px;
    height: 50px;
    float: left;
    margin-left: -50px;
}
.can_make_title span::before {
    content: '\A';
    white-space: pre;
}
.real_money{
	font-size: 70pt;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: right;
    color: #f9fafc !important;
    z-index: -1;
    letter-spacing: 8px;
    position: absolute;
    right: 0;
    margin-top: -10px;
}

.blue_bg_container{
	background: -webkit-linear-gradient(left,#171717 50%,#2424BF 50%);
    background: -o-linear-gradient(right,#171717 50%,#2424BF 50%);
    background: -moz-linear-gradient(right,#171717 50%,#2424BF 50%);
    background: linear-gradient(to right,#171717 50%,#2424BF 50%);
    color: #d5d5d5;
}
.img_girl{
	width: 100%;
	margin-top: 55px;
    z-index: -1;
    position: relative;
}
.btn_interested{
	background-color: #ffbc00;
	width: 100%;
	color: white !important;
	font-size: 11pt;
	border-radius: 35px !important;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
label.error{
	color: #ffbc00;
}
#success_message{
	color: #ffbc00 !important;
}
#error_message{
	color: #dc3545 !important;
}
.btn_interested.disabled{
	background-color: #6c757d;
}

.form-interested:before {
    content: "";
    display: block;
    background: url(/static/img/time_to_shine.png) no-repeat;
    width: 190px;
    height: 116px;
    position: absolute;
    right: -210px;
}
.tab_panel_footer{
	display: flex;
	margin-bottom: 10px;
	margin-top: 20px;
}
.tab_panel_footer .left_{
	width: 40%;
	border-bottom: 1px solid #bdccdc;
	text-align: left;
	cursor: pointer;
	-webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}
.tab_panel_footer .right_{
	width: 60%;
	border-bottom: 1px solid #bdccdc;
	text-align: right;
	cursor: pointer;
	-webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}
.tab_panel_footer .left_.active{
	-webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
	border-bottom: 1px solid #ffbc00 !important;
}
.tab_panel_footer .right_.active{
	-webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
	border-bottom: 1px solid #ffbc00 !important;
}
.img-resp{
	width: 80%;
}
.navbar-light .navbar-toggler{
	background-color: #ffbc00;
}
.wrong_user_password{
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.wrong_user_password p{
	margin: 0px;
	line-height: 1;
	color: #721c24;
}

.success_user_password{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.success_user_password p{
	margin: 0px;
	line-height: 1;
	color: #155724;
}
body#city-car-rental header{
	background-color: transparent;
}
body#city-car-rental div.boxgrey{
    display: block;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    animation: all .5s easing;
    
    background-image: url(/static/img/city-car-rental/dark.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
body#etransfers header{
	background-color: transparent;
}
body#etransfers div.boxgrey{
    display: block;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    animation: all .5s easing;
    
    background-image: url(/static/img/etransfers/blue_backgroud.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.city_title{
	color: white;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 35px;
}
.service_image_top{
	width: 50%;
}
.img_logo_city_car{
	width: 150px;
}

.btn_generic_blue {
    color: white;
    padding: 5px 25px;
    border: 1px solid #0038ae;;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
}

.btn_generic_blue_et {
    color: white;
    padding: 5px 25px;
    border: 1px solid #fcb717;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
}
.btn_generic_blue_et:hover{
	color: white !important;
	cursor: pointer;
}
.car_rental_text{
	font-size: 90pt;
    letter-spacing: 5px !important;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: right;
    color: #292929 !important;
    z-index: -1;
    letter-spacing: 8px;
    position: absolute;
    right: 20%;
    font-weight: bold;
}

.car_rental_text span::before {
    content: '\A';
    white-space: pre;
}

.etransfers_text{
	font-size: 90pt;
    letter-spacing: 5px !important;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: right;
    color: #232fb9 !important;
    z-index: -1;
    letter-spacing: 8px;
    position: absolute;
    right: 20%;
    font-weight: bold;
}

.etransfers_text span::before {
    content: '\A';
    white-space: pre;
}

.about-section{
	font-size: 20pt;
    color: #001739;
    margin-bottom: 60px;
    line-height: 1.5;
}
.about-section-back-text{
	font-size: 40pt;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: right;
    color: #f9fafc !important;
    z-index: -1;
    letter-spacing: 8px;
    position: absolute;
    left: 12px;
    margin-top: 25px;
}
.comission_schema{
	font-size: 16px;
	color: #00235e;
	font-weight: bold;
	margin-bottom: 0px;
}
.commision_make_title{
	font-size: 25pt;
	color: #00235e;
}
.member-image{
	width: 100px;
    height: 100px;
}
.commision_texts .title_{
	color: #001739;
    margin-top: 25px;
    font-weight: bold;
}
.commision_texts .content_{
	color: #8092a7;
	width: 80%;
    margin: 0 auto;
}
.commision_texts .blue_{
	color: #2562d0;
	font-weight: bold;
}
.seat_car_rental{
	width: 100%;
	margin: 0 auto;
}
.about-section {
    font-size: 20pt;
    color: #001739;
    margin-bottom: 60px;
    line-height: 1.5;
}
.cc-win-travel-title{
	font-size: 20pt;
    color: #001739;
    margin-top: 80px;
    line-height: 1.5;
    margin-bottom: 60px;
}
.cc-win-travel-title-back{
    font-size: 70pt;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: right;
    color: #f9fafc !important;
    z-index: -1;
    letter-spacing: 8px;
    position: absolute;
    left: 0;
    margin-top: 70px;
}
.cc-win-travel-subtitle{
	font-size: 16px;
    color: #00235e !important;
    font-weight: 600;
}
.dots-left:before{
	content: "";
    display: block;
    background: url(/static/img/dots.png) no-repeat;
    width: 190px;
    height: 116px;
    position: absolute;
    left: -210px;
    top: 25%;
}

body#update-password .interested_bg, body#update-password nav{
	display: none;
}
body#update-password footer{
	background: #f9fafc;
    margin-top: 35px;
}
#etransfers .service_image_top{
	width: 70%;
}
@media screen and (max-width:938px){
	.box_content{
		height: 340px;
	}
}

@media screen and (max-width:991px){
	.img-resp {
	    width: 100%;
	}
	.navbar{
		float: left !important;
		width: 100%;
		padding: 0px !important;
		margin-top: 15px;
	}
	section.section_info svg{
		width: 100%;
	}
	section.section_info{
		min-height: 400px;
	}
	body#index .gray_bg{
		margin-top: -35px;
	}
	.form-interested:before{
		display: none;
	}
	.tab_panel_footer .left_{
		width: 50%;
	}
	.tab_panel_footer .right_{
		width: 50%;
	}
	.img_girl{
		display: none;
	}
	body#city-car-rental .car_rental_text, body#etransfers .etransfers_text{
		right: 0%;
	}
	body#city-car-rental .good-list ul li.item_{
		width: 50%;
	}
}
@media screen and (max-width:1174px){
	.form-interested:before {
		right: -190px;
	}
}

@media screen and (max-width:767px){
	.mon_image{
		display: none;
	}
	.purple{
		padding-bottom: 25px;
	}
	header{
		padding-bottom: 0px;
	}
	#etransfers .service_image_top{
		margin-top: 15px;
	}
	.box_content{
		height: auto;
	}
}

@media screen and (max-width:716px){
	.box_content div.left_{
		width: 100%;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		text-align: center !important;
		padding-left: 15px;
	}
	.box_content div.right_{
		width: 100%;
		text-align: center !important;
		padding-right: 15px;
	}
	.purple{
		padding-bottom: 25px;
	}
	.home_title{
		margin-top: 0px;
	}
	.interested_bg{
		background-image: none !important;
	}
}

@media screen and (max-width:560px){
	.real_money{
		font-size: 70px;
	}
	footer{
		text-align: center;
	}
	.good-list ul li.item_{
		width: 100%;
	}
}


@media only screen and (max-width: 991px) and (min-width: 768px)  {
	.img-resp{
	    display: none !important;
    }
    .purple{
	    padding-bottom: 25px;
    }
    header{
	    padding-bottom: 0px;
    }	
}

@media screen and (max-width:991px){
	.cr-spt-top-mov{
		margin-top: 15px !important;
	}
}

@media screen and (max-width:480px){
	body#city-car-rental .car_rental_text, body#etransfers .etransfers_text{
		text-align: left;
	    font-size: 70pt;
	    right: auto;
	}
	body#city-car-rental .service_image_top{
		width: 60%;
		margin-top: 28px;
	}
	body#city-car-rental .about-section-back-text{
		font-size: 30pt;
		margin-bottom: 40px;
	}
	body#city-car-rental .cc-win-travel-title-back{
		margin-top: 90px;
		font-size: 30pt;
	    margin-top: 50px;
	    left: auto;
        text-align: left;
	}
	.cc-win-travel-title{
		margin-top: 20px;
	}
}
@media screen and (max-width:380px){
	body#city-car-rental .car_rental_text, body#etransfers .etransfers_text{
	    font-size: 60pt;
	    margin-top: 25px;
	}
	body#city-car-rental .cc-win-travel-title-back{
		font-size: 25px;
	}
	.cc-win-travel-title{
		font-size: 15px;
	}
}
@media screen and (max-width:348px){
	body#city-car-rental .car_rental_text, body#etransfers .etransfers_text{
		font-size: 60px;
	}
	body#city-car-rental .about-section-back-text{
		text-align: left;
		font-size: 30px;
	}
}
