@charset "UTF-8";
/*!
 * Avis Rent a Car Chile
 * Design & Dev by Drilo
 * www.drilo.cl
*/

/* ---- GENERAL CSS ---- */


:root{
	--gray: #e1ded9;
	--red: #d4002A;
	--red-hover: #BB1B1B;
}
*:focus, *:hover{
	outline: 0!important;
	text-decoration: none!important;
}
a, .ease, button, .cta-tarjeta, .caja-coberturas{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
a, button{
	outline: none!important;
}
img{
	max-width: 100%;
	height: auto;
}
.banner{
	margin-bottom: 20px;
	display: block;
}
.banner img{
	max-width: 100%;
	height: auto;
}
.banner-res{
	display: none;
}
.bg-dark {
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
button.btn > i {
    margin-left: 7px;
}
body{
	background-color: #fff;
	font-family: 'Open Sans', sans-serif!important;	
	-webkit-backface-visibility: hidden!important;
	-webkit-font-smoothing: antialiased!important;
	text-rendering: optimizeLegibility;
}
.btn{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0;
    border-radius: 0;
    font-weight: 400;
}
.btn-dark {
    background-color: #333;
    color: #fff;
}
.btn-dark:hover{
	color: #fff;
	background: #111
}
.btn-sm{
	padding: 1em 2em;
}
.btn-xs{
	padding: .5em 1em;
}
.btn.red-bg:hover{
	background-color: #BB1B1B!important;
    border-radius: 15px;
    color: #fff;
}
.center{
	text-align: center!important;
}
.checkbox{
	padding-left: 0;
}
.checkbox label.check-ubicacion, .checkbox.check-wrap label{
	padding-left: 20px;
}
.checkbox label.check-ubicacion::before, .checkbox label.check-ubicacion::after, .checkbox.check-wrap label::before, .checkbox.check-wrap label::after{
	margin-left: 0;
}
.cover > img {
    max-width: 100%;
    height: auto;
}
.clear{
	clear: both;
}
.container-fluid{
	background-color: #fff;
	padding-bottom: 20px;
}
.container.container-item {
    margin: 30px auto;
}
div#at4-share {
    z-index: 6!important;
}
.dropdown-backdrop{
	display: none;
}
.dropdown-toggle .fa-caret-down{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-responsive{
	display: none;
}
.inline{
	display: inline-block;
}
.lista {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lista-check > li {
    padding-bottom: 1em;
}
.lista-check > li > i {
    width: 3%;
	margin-top: 3px;
	font-size: 16px;
}
.lista-check > li > i, .lista-check > li > span {
    display: inline-block;
    vertical-align: top;
}
.lista-check > li > span {
	width: 90%;
	font-size: 14px;
}
.loading-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    z-index: 99999999;
    display: none;
}
.loading-wrap.open{
	display: block;
}
#login{
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.main-bloque{
	margin-bottom: 3em;
}
.ul-pdf{
	padding: 0;
	margin: 1em 0;
	list-style: none;
	max-width: 600px;
}
.ul-pdf > li > a{
	position: relative;
	padding-left: 50px;
	margin-bottom: 2em;
	color: #333;
	display: block;
}
.ul-pdf > li > a:before{
	content: "";
	position: absolute;
	background: url(/img/pdf-icon.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 0;
	background-size: cover;
	top: 0;
    bottom: 0;
    margin: auto;
}
.ul-pdf > li > a:hover{
	color: #d4002A;
}
.denuncias {
    margin: 50px 0;
}
.denuncias a.btn{
	font-size: 16px;
	padding: 1em 2em;
}
.main-content {
    margin: 2em 0;
}
.main-content p {
    font-size: 14px;
    margin-bottom: 1.5em;
    /*text-align: justify;*/
}
.main-content p.big-p{
    font-size: 16px;
}
.main-content .btn{
    font-weight: 600!important;
}
.main-content .btn span{
    display: block;
    font-size: 16px;
}
.main-content ul {	
    font-size: 14px;	
}
.main-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    border-bottom: solid 1px #eee;
    padding-bottom: .5em;
}
.main-content img{
	margin-bottom: 20px;
}
.empresa-box a.btn.btn-xs.red-bg{
	font-size: 12px;
    padding: .5em 2em;
    font-weight: 600;
}
.empresa-box p{
	font-size: 15px;
}
.empresa-box h2{
	text-align: center;
}
.navbar{
	z-index: 9!important;
}
.no-padding{
	padding: 0!important;
}
.no-padding-right{
	padding-right: 0px;
}
.no-margin{
	margin: 0!important;
}
.open .fa-caret-down{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel.panel-default {
    border: solid 1px #ECECEC;
    border-radius: 0;
    -webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 10px;
}
.panel-default>.panel-heading {
    background: #f5f5f5;
}
.panel .panel-title{	
	font-size: 16px;	
}
.panel .panel-title a {
    color: #fff;
    display: block;
    background-color: #D4002A;
    padding: 1em;
	font-weight: 600;	
}
.panel .panel-title a.collapsed {
    color: #333;
    background-color: #ddd;
    font-size: 14px;
    font-weight: 600;
}
.panel-default>.panel-heading {
    background: #333;
    padding: 0;
}
.panel-body a {
    color: #333;
    font-weight: 600;
}
.panel-body a:hover {
    color: #D4002A;
}
.panel-body h2{
	font-size: 16px;
}
.quote {
    font-size: 18px!important;
    text-align: left!important;
    padding-left: 2em;
    border-left: solid 7px #ddd;
    margin-bottom: 2em!important;
}
.red-bg{
	background: #D4002A!important;
}
.red-bg:focus, .red-bg a:focus{
	color: #fff!important;
}
.red-color{
	color: #D4002A!important;
}
.table{
	font-size: 13px;
}
.txt-right{
	text-align: right;
}
.txt-center{
	text-align: center;
}
.white-bg{
	background-color: #fff!important;
}
.white-color{
	color: #fff!important;
}
.right-5{
	padding-right: 5px!important;
}
.left-5{
	padding-left: 5px!important;
}
.container.container-usuarios, .login-empresas {
    min-height: calc(100vh - 370px);
}
/* ---- // GENERAL CSS ---- */
.addthis-smartlayers {
    display: none;
}
body.body-home .addthis-smartlayers {
    display: block;
}
/* ---- MODAL ----- */
.modal{
  z-index: 9999999!important;
}
.modal-body{
	padding: 1em 5em;
}
.modal-body > h2{
	font-size: 24px;
}
.modal-ok{
	color: #129a00;
}
.modal-alert{
	color: #FFC000;
}
.modal-error{
	color: #D4002A;
}
.modal-txt{
	font-size: 15px;
}
#modal-alert, #modal-error, #modal-success {
    z-index: 99999999 !important;
}

/* ---- ICON SPRITE ---- */
.sprite {
	background-image: url(/img/sprite.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
    width: 100%;
    height: 100%;
}
.sprite > a{
	display: block;
	width: 100%;
	height: 100%;
}
.sprite-detalle {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: 0 -90px;
    vertical-align: middle;
}
.sprite-combustible {
    background-position: 0 -120px;
}
.sprite-aire {
    background-position: 0 -150px;
}
.sprite-maletas {
    background-position: -2px -184px;
}
.sprite-pai {
    background-position: 0 -485px;
    width: 60%!important;
}
.sprite-puertas {
    background-position: -3px -217px;
}
.sprite-newsletter {
    background-position: 0 -90px;
}
.sprite-travel {
    background-position: 0 -185px;
}
.sprite-saca {
    background-position: 0 -590px;
    height: 70%!important;
}
.sprite-ali {
    background-position: 0 -728px;
}
.sprite-rsn {
    background-position: 0 -787px;
}
.sprite-gps {
    background-position: 0 -632px;
    width: 60%!important;
}
.sprite-bebe {
    background-position: 0 -800px;
    width: 70%!important;
}
.sprite-ski {
    background-position: 0 -987px;
}
.sprite-minero-basico {
    background-position: 0 -1055px;
}
.sprite-minero-especial {
    background-position: 0px -838px;
    width: 60%!important;
}
.sprite-chofer {
    background-position: 0 -1215px;
}
.sprite-chofer-bilingue {
    background-position: 0 98.7%;
    width: 73%!important;
}
.sprite-detalles-wrap{
	width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.sprite-detalles.sprite-transmision {
    background-position: 0 -105px;
}
.sprite-detalles.sprite-combustible {
    background-position: 0 -140px;
}
.sprite-detalles.sprite-aire {
    background-position: 0 -173px;
}
.sprite-detalles.sprite-maletas {
    background-position: -2px -215px;
}
.sprite-detalles.sprite-puertas {
    background-position: -3px -253px;
}
.sprite-detalles.sprite-personas {
    background-position: 0px -667px;
}
.sprite-transmision {
    background-position: 0 -90px;
}
/* ---- // ICON SPRITE ---- */


/* ---- HEADER ---- */
.sucursal-menu {
    margin: 2em 0;
}
.auto-menu{
	margin-bottom: .5em;
	min-height: 78px;
}
.auto-menu .cover-auto {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    min-height: 75px;
}
.auto-menu .cover-auto img{
	padding: .5em;
}
.auto-menu .auto-txtwrap{
	display: inline-block;
	width: 58%;
    margin-left: 3%;
    vertical-align: top;
}
.auto-menu .cover .red-square{
	height: 30px;
	width: 30px;
}
.auto-menu .cover .red-square > i {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 7px;
}
.sucursal-menu{
	margin-bottom: 0;
}
.auto-menu h2, .sucursal-menu h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.auto-menu h2, .sucursal-menu h2{
	font-size: 16px;
}
.auto-menu h2 > a, .sucursal-menu h2 > a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.auto-menu h2 > a:hover, .sucursal-menu h2 > a:hover {
	color: #D4002A;
}
.autos-submenu-list {
    padding-top: 2em;
}
#empresas {
    min-width: 210px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/* display: block;
	top: -83px;
	*/	
	left: 0;
	right: auto;
}
header {
	position: relative;
}
header i {
	outline: none!important;
}
a.logo > svg {
    width: 115px;
}
.logo path {
    fill: #d4002A!important;
}
.logo.sprite {
	width: 140px;
	height: 50px;
	display: block;
	background-position: 0 -4px;
	margin-top: 13px;
}
li.open #empresas{
	/*top:100%;*/
}
.login-responsive{
	display: none;
}
.login-menu > li{
	position: relative;
}
.login-menu > li > a > i.fa-user{
	margin-right: 5px;
}
.login-menu > li > a > i.fa-caret-down{
	margin-left: 5px;
}
.login-menu > li > .dropdown-menu {
	width: 100%;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: -135px;
	z-index: -1;
}
.login-menu > li.open > .dropdown-menu{
	top: 100%;
}
.login-menu > li.open > a > i.fa-caret-down{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.login-menu > li > .dropdown-menu > li > a, #reservar.dropdown-menu > li > a, #empresas.dropdown-menu > li > a, .login-menu > li > .dropdown-menu > li > span,
 #promociones.dropdown-menu > li > a  {
	font-size: 14px;
	padding: 1em 2em;
	border-top: solid 1px #EDEDED;
	overflow: hidden;
	outline: none!important;
}
.login-menu > li > .dropdown-menu > li > span{
	display: block;
}
.login-menu > li > .dropdown-menu > li:first-child > a, #reservar.dropdown-menu > li:first-child > a, #empresas.dropdown-menu > li:first-child > a,
#promociones.dropdown-menu > li:first-child > a{
	border-top: 0;
}
.login-menu > li > .dropdown-menu > li > a > span, #reservar.dropdown-menu > li > a > span, #empresas.dropdown-menu > li > a > span,
#promociones.dropdown-menu > li > a > span{
	float: left;
}
.login-menu > li > .dropdown-menu > li > a > i, #reservar.dropdown-menu > li > a > i, #empresas.dropdown-menu > li > a > i,
#promociones.dropdown-menu > li > a > i {
	float: right;
	padding-top: 3px;
}
body.menu-open:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    z-index: 9;
}
#MainMenu .list-group.panel {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: transparent;
}
#MainMenu .list-group-item{
	border: 0;
	background: #333;
	color: #fff;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px;
  padding-left: 20px;
}
#MainMenu .list-group-item .fa-caret-down{
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
}
#MainMenu .list-group.panel > div > a {
    background-color: transparent;
    color: #9E9E9E;
}
#MainMenu .list-group-item.collapsed{
	background: transparent;
	color: #fff;
  text-shadow: none;
}
#MainMenu .list-group-item.collapsed .fa-caret-down{
	-moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#MainMenu .list-group-item.active{
	color: #fff;
}
#MainMenu #reservar-res, #MainMenu #vehiculos-res, #MainMenu #empresas-res, #MainMenu #sucursales-res,
#MainMenu #login-res {
    background-color: #222;
}
.menu-action{
	margin: 2em 0;
}
.menu-action .btn {
    padding: 1em 2em;
    font-size: 14px;
}
.menu-action .btn > i{
	margin-left: 5px;
}
.menu-action.center p {
    background-color: #FFFADA;
    padding: 1em;
    border: dashed 1px #eee;
	margin-bottom: 1.5em;
	font-size: 14px;
	line-height: 1;
}
.menu-li{
	position: relative;
}
.menu-li > a{
	border-left: solid 1px #c6c3c0;
	padding-left: 45px!important;
}
.menu-li > a > i{
	color: #D4002A;
	font-size: 20px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
}
li.menu-email > a{
	text-transform: none!important;
	font-size: 14px!important;
}
.menu-li.menu-email > a > i{
	font-size: 16px;
}
.mesa-central {
	margin-left: 10px;
}
.navbar-collapse{
	border: 0!important;
}
.nav-responsive{
	display: none;
}
#navbar {
	padding: 0;
}
.navbar-nav > li > a{
	font-weight: 600;
	padding: 2.2em 1.5em;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	outline: none!important;

}
.navbar-nav > li > a.open, .navbar-nav > li > a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: #fff!important;
}
.navbar-nav > li > a > i{
	margin-left: .5em;
}
#reservar {
    min-width: 230px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/*display: block;
	z-index: -1;
	top: -83px;*/
	left: 0;
	right: auto;
}
li.open #reservar{
	/*top:100%;*/
}
.reservas, .mesa-central{
	position: relative;
}
.reservas:after, .mesa-central:after {
	content: "";
	background-color: #dca5aa;
	width: 1px;
	height: 20px;
	right: -1px;
	position: absolute;
	top: 8px;
}
.reservas > p, .mesa-central > p{
	text-transform: uppercase;
	font-weight: 700;
}
.reservas-menu, .rrss-menu, .mesa-menu, .login-menu {
	font-size: 0;
}
.reservas-menu, .mesa-menu, .login-menu{
	vertical-align: middle;
}
.reservas-menu > li, .mesa-menu > li, .login-menu > li{
	vertical-align: middle;
	list-style: none;
}
.reservas-menu > li > a, .mesa-menu > li > a, .login-menu > li > a {
	color: #fff;
	font-size: 11px;
	display: block;
	min-height: 35px;
	padding: .6em 1em;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-weight: 700;

}
.login-menu > li > a{
	min-width: 200px;
	text-align: center;
}
.reservas-menu > li > a > span, .reservas-menu > li > a > i, .mesa-menu > li > a > span, .mesa-menu > li > a > i,
.login-menu > li > a > span, .login-menu > li > a > i{
	vertical-align: middle;
}
.reservas-menu > li > a > i, .mesa-menu > li > a > i{
	margin-right: .3em;
}
.reservas-menu > li > a > i.fa-mobile {
    font-size: 19px;
}
.reservas-menu > li.celular > a > i{
	font-size: 18px;
}
.reservas-menu > li.email > a > i{
	font-size: 11px;
}
.rrss-menu {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	margin-left: .5em;
}
.rrss-menu > li {
	list-style: none;
	margin: 0;
	display: inline-block;
}
.rrss-menu > li > a {
	color: #fff;
	text-align: center;
	display: inline-block;
	min-height: 35px;
	min-width: 35px;
	vertical-align: middle;
	padding-top: 6px;
	font-size: 14px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;

}
.rrss-menu > li > a:hover, .reservas-menu > li > a:hover, .mesa-menu > li > a:hover, .login-menu > li > a:hover, .login-menu > li.open > a {
	background-color: #7C020B;
	text-decoration: none;
}
.rrss-top > p, .reservas > p, .mesa-central > p{
	font-size: 11px;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: .5em;
}
#sidebar-wrapper{
	display: none;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  top: 0;
  z-index: 999999999!important;
  background: #D4002A!important;
}
.sidebar-brand {
    background-color: #D4002A;
    padding: .5em 0;
}
.sidebar-brand > .logo.sprite {
    margin-top: 0;
}
.sucursales-wrap{
	position: relative;
}
.sucursales-wrap > .menu-sucursales {
	position: fixed;
	width: 100%;
	height: 0;
	background-color: #fff;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index: 99;
	min-height: 450px;
	top: -530px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

}
.sucursales-wrap > .menu-sucursales.open {
	/*top: 81px;*/
	top: 111px;
}
#toggle-menu {
	display: block;
	padding: 14px;
	cursor: pointer;
	margin: 1em;	
}
#toggle-menu:hover{
	cursor: pointer;
}
#toggle-menu div {
	width: 15px;
	height: 15px;
	position: relative;
}
#toggle-menu span {
	display: block;
    width: 35px;
	height: 3px;
	background: #333;
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
    -moz-transition: -moz-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
    transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	-webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
}
#toggle-menu span.top {
	top: 0px;
}
#toggle-menu span.middle {
	top: 9px;
}
#toggle-menu span.bottom {
	top: 19px;
}

#toggle-menu.menu-is-active span {
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#toggle-menu.menu-is-active span.top, #toggle-menu.menu-is-active span.middle {
	top: 10px;
	-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
#toggle-menu.menu-is-active span.middle {
	opacity: 0;
}
#toggle-menu.menu-is-active span.bottom {
	top: 10px;
	-webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
}
.top-bar {
	background: #9d010d;
	position: absolute;
	width: 100%;
	z-index: 10;
	font-weight: 700;
}
.top-right{
	text-align: right;
	font-size: 0;
}
.vehiculos-wrap{
	position: relative;
}
.vehiculos-wrap > .menu-vehiculos {
	position: fixed;
	width: 100%;
	height: 0;
	background-color: #fff;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index: 99;
	min-height: 515px;
	top: -600px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

}
.vehiculos-wrap > .menu-vehiculos.open {
	/*top: 81px;*/
	top: 111px;
}
/* ---- // HEADER ---- */


/* ---- FOOTER ---- */
.certificado-box {
  width: 120px;
  height: 170px;
  display: none;
}
.webpay-logo{
  margin-top: 30px;
}
.webpay-logo img{
  max-width: 220px;
  height: auto;
}
.confianza {
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-right: 13px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
.copyright > p{
	font-size: 11px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
}
footer.red-bg, footer{
	padding: 1em 0;
	background: #333!important;
}
.footer-nav {
    text-align: center;
    margin-bottom: 30px;
}
.footer-nav-li a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px;
    outline: none;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.footer-nav-li a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}
.footer-nav-li a::after {
    right: 0;
    bottom: -2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.footer-nav-li a::before, .footer-nav-li a::after {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;

}
.footer-nav-li a:hover::before, .footer-nav-li a:focus::before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}
.footer-nav-li a:hover::after, .footer-nav-li a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}
.footer-nav-li a:hover::before, .footer-nav-li a:hover::after, .footer-nav-li a:focus::before, .footer-nav-li a:focus::after {
    opacity: 1;
}
.logo-footer {
    display: block;
    width: 160px;
    height: auto;
    margin-top: 30px;
}
.logo-footer svg .st0 {
    fill: #fff;
}

.robo-hurto-footer {
    display: block;
    height: auto;
    margin: 30px auto 0 auto;
}
.robo-hurto-footer .btn {
    text-transform: none;
    font-weight: 600;
    white-space: unset;
}
.robo-hurto-footer .btn span{
    font-size: 14px;
}
.robo-hurto-footer .btn i{
    margin-right: 4px;
}
.menu-rrss > li {
    display: inline-block;
    list-style: none;
}
.menu-rrss > li:first-child {
    margin-left: 0;
}
.menu-rrss > li > a {
    padding: 1em;
    display: block;
    border-radius: 100%;
    margin-bottom: 1em;
    font-size: 1em;
    color: #fff;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    position: relative;
    margin: 0 .5em;
    width: 48px;
    height: 48px;

}
.menu-rrss > li > a:hover {
    box-shadow: 0 0 0 6px rgba(255,255,255,0.4);
    color: #fff;
}
.menu-rrss > li > a:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 2px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}
.menu-rrss > li > a:hover::after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.responsive-footer{
	display: none;
}
.social-media{
	text-align: center;
}
/* ---- // FOOTER ---- */


/* ---- NEWSLETTER ---- */
#formulario-newsletter .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
#formulario-newsletter .form-control, .container-newsletter .form-control{
  height: 40px;
}
#newsletter {
	/*background: url(../img/bg_01.jpg) 50% 0 fixed no-repeat; */
	background: #D4002A;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
  padding-bottom: 50px;
}
#newsletter .btn-lg{
  width: 100%;
  font-weight: 600;
}
/*#newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
    right: 0;
    margin: auto;
}*/
#newsletter .btn-lg {
    font-size: 14px;
    background: #333!important;
    padding: 11px 25px!important;
    min-height: 0;    
}
#newsletter .form-control{}
#newsletter h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 35px 0;
    text-align: center;
    font-family: 'Open Sans';
}
.newsletter-icono {
    width: 200px;
    height: 200px;
    float: right;
}
.container-newsletter{
	width: 900px;
	max-width: 100%;
	margin: auto;
}
/* ---- // NEWSLETTER ---- */


/* ---- HOME PAGE ---- */
body.body-home div#at4-share {
    display: none!important;
}
.banner-horizontal {
    border: solid 1px #eee;
    margin-top: 35px;
    margin-bottom: 50px;
}
.banner-horizontal h2 > a {
    color: #333;
    font-size: 17px;
    font-weight: 600;
}
.cover{
	overflow: hidden;
}
.cover > a {
    display: block;
    position: relative;
}
.cover > a:hover .cover-black, .cover > a:hover .red-square{
	left: 0;
}
.cover .red-square {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 99;
    left: -200%;
    right: 0;
    top: 0;
    bottom: 0;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.cover .red-square > i {
    font-size: 25px;
    margin-left: 0px;
    margin-top: 14px;
}
.cover-black {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.cover-lo {
    width: 233px;
    height: 220px;
    overflow: hidden;
}
.cover-lo img{
	max-width: 100%;
	height: auto;
}
.descripcion > h2 {
    font-size: 19px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: .5em;
}
.descripcion > h2 > a:hover{
	color: #D4002A;
}
.descripcion > .extracto{
	font-size: 14px;
}
.fill {
	width: 100%;
	height: 355px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.fill > a{
	width: 100%;
	height: 100%;
	display: block;
}
.form-action{
	margin: 1em 0;
}
.form-action .btn {
	border: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 1em 2.5em;
	outline: none!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 1em 0;
	line-height: 1.1;
}
.form-action .btn:hover {
	background-color: #BB1B1B!important;
	border-radius: 15px;
}
.form-action .btn > i {
	font-size: 16px;	
	vertical-align: top;	
}
#form-internacional .ubicacion-col > .checkbox {
    display: none;
}
#form-internacional .row-first .col-sm-4{
	padding-bottom: 0;
}
#form-internacional .row-second .col-sm-4{
	padding-top: 0;
}
#form-nacional label, #form-internacional label, #form-mantenciones label, #form-mplo label{
	font-size: 12px;
	margin-top: 0px;
	font-weight: 400;
}
#form-nacional label > i, #form-internacional label > i, #form-mantenciones label > i, #form-mplo label > i{
	margin-right: 3px;
	padding-left: 3px;
}
#form-nacional .separador, #form-internacional .separador, #form-mantenciones .separador, #form-mplo .separados{
	border-bottom: solid 1px  #ccc;
	margin: 7px 0;
}
#form-nacional .checkbox, #form-internacional .checkbox, #form-mantenciones .checkbox{
	margin-top: 0;
}
#form-nacional input.form-control, .form-empresas input.form-control, .form-empresas .form-control{
	border: solid 1px #fff;
	background: #fff;
	height: 40px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#form-nacional textarea, .form-empresas textarea{
	border-radius: 5px;
	border: solid 1px #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: auto!important;
}
#form-nacional input.form-control, #form-nacional textarea{
	border: solid 1px #ccc;
}
#form-nacional input.form-control::placeholder, #form-nacional input.form-control::-webkit-input-placeholder{
    font-size: 14px;
}
.formulario-reserva {
	margin-top: -305px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 20px;

}
.formulario-reserva > .nav-tabs > li > a {
	border: 0!important;
	text-align: center;
	background: #f5f5f5;
	color: #999999;
}
.formulario-reserva > .nav-tabs > li.active > a{
	background: #D4002A;
	color: #fff;
	font-weight: 600;
}
.formulario-reserva > .nav-tabs > li.active > a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #D4002A;
}
#dpDesde, #dpHasta {
	cursor: pointer;
}
.op-check{
	padding-left: 20px;
}
p.label-form {
	padding: 0 15px;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 600;
}
#promo-carrusel {
    margin-bottom: 50px;
}
#promo-carrusel .carousel-control {
    position: absolute;
    left: -60px;
    width: 50px;
    font-size: 20px;
    color: #333;
    text-align: center;
    height: 50px;
    background-color: #f5f5f5;
}
#promo-carrusel .carousel-control > i {
    margin-top: 18px;
    font-size: 15px;
}
#promo-carrusel .carousel-control.right{
	right: -60px;
	left: auto;
}
.promo-box h2 {
    font-size: 17px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: .5em;
}
.promo-box h2 > a {
    color: #333;
    font-size: 17px;
    font-weight: 600;
}
.promo-box h2 > a:hover {
    color: #D4002A;
}
.promo-box > .extracto{
	font-size: 13px;
	margin-bottom: 20px;
	min-height: 75px;
}
#tab-form {
	background-color: #e1deda;
	color: #333;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#tab-form form .row {
    margin: 0;
}
#tab-form form .row > div {
    padding: 1em 2em;
}
#tab-form #cupon-col{
	background: #eee;
	min-height: 186px; 
}
.div-cod-alianza {
    margin-bottom: 0!important;
}
.div-cod-alianza p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}
.txt-accion{
	font-size: 14px!important;
	margin-bottom: 15px;
}
.txt-form {
    font-size: 12px;
    text-align: justify;
}
.ubicacion-2, .ubicacion-2 .col-sm-6, .ubicacion-2 .col-sm-12, .opcionales-wrap, .opcionales-wrap .opcionales, .opcionales-wrap .opcionales .col-sm-6, .opcionales-wrap .opcionales .col-sm-12 {
	opacity: 0;
	filter:Alpha(opacity=0);
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.ubicacion-2.open, .ubicacion-2.open .col-sm-6, .ubicacion-2.open .col-sm-12, .opcionales-wrap.open, .opcionales-wrap.open .opcionales, .opcionales-wrap.open .opcionales .col-sm-6, .opcionales-wrap.open .opcionales .col-sm-12 {
	opacity: 1;
	filter:Alpha(opacity=100)
}
.opcionales-wrap.open .opcionales {
    height: 74px;
}
.opcionales-wrap.open .opcionales.op1 {
    height: 90px;
}
.opcionales-wrap.open {
    height: 245px;
}
.ubicacion-2.open {
	height: 74px;
}
.widget-titulo {
    margin-bottom: 20px;
}
.widget-titulo > h2{
	font-size: 22px;
	border-bottom: solid 1px #e5e5e5;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    margin-top: 0;
}
/* ---- // HOME PAGE ---- */


/* ---- PLAN DE VIAJE ---- */
.auto-big-container {
    margin: 1em auto;
    padding-bottom: 2em;
    border-bottom: solid 1px #ccc;
}
.auto-big-container .auto-detalle{
	margin: 1em 0;
}
.auto-big-container .auto-detalle > li {
    font-size: 14px;
    padding: .2em 0;
}
.auto-big-container .precio-box > p{
	margin-bottom: 0;
}
.auto-big-container .precio-box .btn {
    padding: 1em 2em;
    font-size: 18px;
}
.auto-big-container .precio-box .nombre-dcto {
    font-size: 11px;
    margin-bottom: 10px;
}
.auto-big-container .precio-box .referencia{
	font-size: 14px;
}
.auto-big-container .precio-box .precio {
    font-size: 24px;
    font-weight: 600;
    border-bottom: solid 1px #eee;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.auto-big-container .precio-box .precio > .diario{
	color: #333;
	font-size: 18px;
	font-weight: 400;
}
.auto-big-container .precio-box .referencia > span {
    font-size: 11px;
}
.auto-big-container .precio-box .precio-promo {
    margin: .5em 0;
    padding-bottom: .5em;
    border-bottom: solid 1px #ececec;
}
.auto-big-container .precio-box .precio-accion {
    margin: 20px 0;
}
.autos-filtro {
    margin: 1em 0;
}
.autos-filtro .filtro {
    display: inline-block;
    position: relative;
}
.autos-filtro #filtro {
    background-color: #fff;
    padding: 1em .5em;
    margin-top: .5em;
    border: solid 1px #ccc;
}
.autos-filtro #filtro > li:hover{
	cursor: pointer;
}
.autos-filtro a{
	color: #333;
	font-weight: 600;
}
.autos-list .auto-row {
    margin: 2em -15px;
    padding-bottom: 2em;
    border-bottom: solid 1px #eee;
}
.autos-list .auto-row:last-child {
    border: 0;
}
.autos-list .cover-auto.cover-small {
    padding: 3em 1em;
}
.autos-list .detalle-box > h2{
	font-size: 21px;
}
.autos-list .detalle-box > h3{
	font-size: 15px;
}
.autos-list .auto-detalle > li {
    font-size: 14px;
    padding: .2em 0;
    position: relative;
    padding-left: 30px;
    line-height: 2;
}
.autos-list .auto-detalle > li > span.sprite {
    position: absolute;
    left: 0;
}
.autos-list.detalle-box h2{
	font-size: 20px;
}
.autos-list .precio-box > p{
	margin-bottom: 0;
}
.autos-list .precio-box .btn {
    padding: 1em 1.5em;
    font-size: 13px;
}
.autos-list .precio-box .nombre-dcto {
    font-size: 11px;
    margin-bottom: 10px;
}
.autos-list .precio-box .referencia{
	font-size: 12px;
}
.autos-list .precio-box .precio {
    font-size: 21px;
    font-weight: 600;
    border-bottom: solid 1px #eee;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.autos-list .precio-box .precio > .diario{
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.autos-list .precio-box .referencia > span {
    font-size: 11px;
}
.autos-list .precio-box .precio-promo {
    margin: .5em 0;
    padding-bottom: .5em;
    border-bottom: solid 1px #ececec;
    font-size: 13px;
}
.autos-list .precio-box .precio-accion {
    margin: 20px 0;
}
.autos-list .sprite-detalle {
    width: 25px;
    height: 25px;
    background-position: 0 -75px;
}
.autos-list .sprite-combustible {
    background-position: 0 -99px;
}
.autos-list .sprite-aire {
    background-position: 0 -125px;
}
.autos-list .sprite-maletas {
    background-position: -2px -151px;
}
.autos-list .sprite-personas {
	background-position: -3px -476px;
}
.autos-list .sprite-puertas {
    background-position: -3px -182px;
}
.btn-group.bootstrap-select.btn-opciones {
    max-width: 55px;
}
.btn-group.bootstrap-select.btn-opciones > button {
    border: solid 1px #ccc;
}
.btn-opciones .dropdown-menu.open {
    border: solid 1px #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.btn-edit {
    background: #616161;
    font-size: 13px;
    padding: 1em 3em;
    color: #fff!important;
}
.btn-edit:hover, .btn-edit.open{
	color: #fff;
	border-radius: 15px;
	background: #D4002A;
}
.btn-edit.open:hover{
	background: #BB1B1B;
}
.call-fono, .call-chat {
    color: #D4002A;
    font-weight: 700;
}
.call-wrap {
    margin-bottom: 20px!important;
}
.coberturas-box {
    border: solid 1px #cccccc;
    padding: 1em;
    margin: 20px 0 40px 0;
}
.coberturas-box > h2 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
}
.coberturas-box .cobertura-row:last-child{
	border: 0;
	margin-bottom: 0;
}
.cobertura-row {
    margin: 20px 0;
    border-bottom: 0;
    padding-bottom: 10px;
}
.cobertura-row .checkbox label:before {
    border: solid 1px #ccc;
    top: 5px;
}
.cobertura-row .checkbox label:after{
	border: solid 1px #29a60c; 
	top: 5px;
	padding-left: 1px;
}
.cobertura-row .checkbox label {
    font-size: 12px;
}
.cobertura-row h3{
	margin-top: 0;
	font-size: 14px!important;
}
.cobertura-row p {
    font-size: 12px;
}
.cobertura-row .precio-opcional {
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.cobertura-row .iconos-opcionales{
	width: 90px;
    height: 90px;
    border-radius: 100%;
    padding-top: 15px;
}
.check-pago img {
    width: 80%;
    margin-left: 10px;
    height: auto;
}
#detalleArriendo .panel.panel-default {
    border: 0;
}
.detalle-descripcion > h2 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.detalle-descripcion > p{
	font-size: 12px;
}
.detalle-info > h2, .detalle-subtotales > h2 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 1px #454545;
    padding-bottom: .5em;
}
.detalle-dark-box {
    background-color: #333;
    padding: 1em;
    color: #fff;
    position: relative;
}
.detalle-retiro > h3, .detalle-entrega > h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}
.detalle-retiro > p, .detalle-entrega > p {
    font-size: 12px;
    margin-bottom: 2px;
}
.detalle-replanificar {
    text-align: right;
    padding: 1em 0;
}
.detalle-replanificar > .btn-outline {
    border: solid 1px #4b4b4b;
    font-size: 11px;
    color: #e0e0e0;
    text-transform: none;
}
.detalle-replanificar > .btn-outline:hover {
    background-color: #4b4b4b;
    color: #fff;
}
.detalle-replanificar > .btn-outline > i {
    margin-right: 1em;
}
.iconos-opcionales > .sprite {
    width: 80%;
    margin: auto;
    height: 80%;
    padding-top: 10%;
}
.iconos-opcionales > .sprite.sprite- {
    background-position: 0 10px;
    height: 60%;
}
.detalle-box > h2, .detalle-box > h3{
	margin: 0;
	margin-bottom: .2em;
}
.detalle-box > h2 {
    font-weight: 600;
    font-size: 24px;
}
.detalle-box > h3 {
    font-size: 16px;
}
.detalle-auto .cover-detalle {
    background-color: #fff;
    padding: 1em;
}
.detalle-auto .cover-detalle > img{
	max-width: 100%;
	height: auto;
}
.detalle-subtotales .panel-group {
    margin-bottom: 0;
}
.detalle-subtotales .subsubtotal-txt i{
	position: relative;
	margin-left: 5px;
}
.detalle-subtotales .subsubtotal-txt i:after {
    background-color: #fff;
    height: 7px!important;
    width: 4px!important;
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    z-index: -1;
}
.cover-auto {
    background-color: #fff;
    border: solid 1px #d8d8d8;
    text-align: center;
    padding: 1em;
    position: relative;
    overflow: hidden;
}
.cover-auto img {
    max-width: 100%;
    height: auto;
}
.cover-auto.no-disp img{
	-webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}
.cover-auto.no-disp .oferta.red-bg {
    background: #333!important;
}
.cover-small .oferta {
    left: -60px;
    top: 19px;
}
.cover-small .oferta .dcto {
    font-size: 14px;
    line-height: 13px;
}
.cover-small .oferta .dcto .compras {
    font-size: 10px;
}
.edit-action {
    text-align: right;
}
.formulario-reserva.form-plan{
	margin-top: 0;
}
.form-action .btn-outline {
    color: #7c7c7c;
    border: solid 1px #7c7c7c;
    font-size: 12px;
    vertical-align: middle;
}
.form-action .btn-outline:hover{
	background-color: #fff!important;
	border-color: #fff;
}
.form-action .btn-outline > i {
    font-size: 16px;
}
.form-action .col-sm-6 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.form-edit{
	margin-top: 0;
	opacity: 0;
	filter:Alpha(opacity=0);
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
.form-edit.open {
	opacity: 1;
	filter:Alpha(opacity=100);
	overflow: visible;
}
.form-edit.form-retiro.open{
	height: 486px;
}
.form-edit.form-entrega.open {
	height: 378px;
}
.form-paso-edit {
    background: #ffffff;
    color: #333;
    padding: 0;
}
.form-paso-edit.retiro-box {
    border-right: solid 1px #ccc;
}
.form-paso-edit .col-sm-7, .form-paso-edit .col-sm-5 {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.form-paso-edit .col-sm-7 {
    width: 57%;
}
.form-paso-edit p{
	margin-bottom: 0;
	font-size: 18px;	
}
.form-paso-edit .retiro-edit{
	font-size: 12px;
}
.form-paso-edit .fecha-edit{
	font-size: 15px;
}
.form-paso-edit .vehiculo-edit{
	font-size: 12px;
}
.form-paso-edit.entrega-box .fecha-edit {
    padding-bottom: 17px;
}
.info-de-pago .checkbox {
    min-height: 67px;
	padding-left: 20px;
}
.info-de-pago .col-sm-6:first-child{
	border-right: solid 1px #DCDCDC;
}
.info-de-pago .tit-pago {
    font-weight: 600;
    font-size: 18px;
}
.info-de-pago .subtit-pago {
    font-size: 15px;
}
.info-de-pago .checkbox .check-pago:before {
    border: solid 1px #ccc;
    height: 20px;
    width: 20px;
    top: 10px;
    margin-left: -20px;
}
.info-de-pago .checkbox .check-pago:after{
	border: solid 1px #29a60c;
    height: 20px;
    width: 20px;
    top: 10px;
    margin-left: -20px;
    font-size: 13px;
}
.info-de-pago .checkbox.sucursal-pago label {
    padding-top: 9px;
    padding-left: 10px;
}
.info-de-pago .legal-sucursal {
    font-size: 12px;
}
#info-personal {
	margin: 20px 0;
	margin-top: 50px;
}
#info-personal input{
	background: #f5f5f5;
	border: solid 1px #ccc;
}
#info-personal label {
    font-weight: 600;
    color: #333;
}
#info-personal .checkbox label {
    font-weight: 400;
}
#info-personal .check-news:before, .check-tyc:before {
    border: solid 1px #ccc!important;
    top: 2px!important;
}
#info-personal .check-news:after, .check-tyc:after {
    border: solid 1px #29A60F!important;
    top: 2px!important;
    padding-left: 1.5px!important;
}
.info-personal, .info-de-pago{
	margin-bottom: 5em;
}
.info-personal .cuenta, .info-de-pago .cuenta {
    font-size: 18px;
    margin-top: 20px;
}
.info-personal .cuenta > a{
	font-weight: 600;
}
.info-personal .checkbox, .terms-condiciones .checkbox {
    padding-left: 20px;
}
#info-personal button.btn.dropdown-toggle.btn-default {
    background: #f5f5f5;
	border: solid 1px #ccc;
	height: 40px;
}
#info-personal div.dropdown-menu {
    border: solid 1px #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.lista-paso > li > a{
	font-size: 16px;
	padding: .2em 0;
	color: #333;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.lista-paso > li > a:hover{
	color: #D4002A;
}
.lista-paso > li > a > i{
	text-align: center;
	min-width: 20px;
	margin-right: 5px;
}
.lista-paso > li > a > i.fa-mobile {
    font-size: 20px;
}
.menu-paso{
	margin-bottom: 30px;
}
.menu-paso .paso {
    background-color: transparent;
    color: #333;
    display: block;
    padding: .5em 0;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight: 600;
	font-size: 13px;
	position: relative;	
}
.menu-paso .paso:after {
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    width: 100%;
    height: 4px;    
	bottom: 0;
	background: #e1ded9;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu-paso .paso.current:after{
	background: #d4002A;
}
.menu-paso .paso:before {	
    position: absolute;
    left: -22px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 22px solid #e6e6e6;
    border-bottom: 22px solid #e6e6e6;
    border-left: 22px solid transparent;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu-paso .paso.current:before, .menu-paso .paso:hover:before{
	border-top: 22px solid #D4002A;
    border-bottom: 22px solid #D4002A;
}
.menu-paso .paso.paso-01:before{
	border-top: 22px solid transparent!important;
    border-bottom: 22px solid transparent!important;
}
.menu-paso .paso > span {
    margin-right: .5em;
}
.menu-paso .paso.current, .menu-paso .paso:hover{}
.oferta {
    position: absolute;
    left: -60px;
    top: 23px;
    color: #fff;
    font-weight: 600;
    padding: .5em 4em;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.oferta .dcto {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    line-height: 15px;
}
.oferta .dcto .compras {
    font-size: 12px;
    text-transform: none;
    vertical-align: middle;
    display: block;
    font-weight: 600;
}
.pagos-wrap .accion-pagos .btn {
    font-size: 16px;
    padding: 1em 2em;
}
.pagos-wrap .accion-pagos .btn > i{
	margin-left: 5px;
}
.pagos-wrap .tit-pago {
    font-weight: 600;
    font-size: 16px;
}
.pagos-wrap .subtit-pago {
    font-size: 12px;
}
.pago-online, .pago-sucursal {
    margin-bottom: 20px;
}
.pagos-online {
    border-bottom: solid 1px #454545;
}
.plan-container{
	padding: 30px 0;
}
.panel.panel-subtotales {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.panel.panel-subtotales > .row > .col-sm-6 > a > i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 5px;
}
.panel.panel-subtotales > .row > .col-sm-6 > a.collapsed > i{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.panel.panel-subtotales .subtotal-precio{
	text-align: right;
	font-weight: 600;
	font-size: 12px;
}
.panel.panel-subtotales a{
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}
.panel.panel-subtotales .subtotal-list {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 10px;
    margin-bottom: 0!important;
}
.panel.panel-subtotales .subtotal-list > li {
    background-color: transparent;
    border: 0;
    font-size: 11.5px;
    padding: .2em 0 .2em 1em;
}
.panel.panel-subtotales .subtotal-list > li:before{
	content: "- "
}
.panel.panel-subtotales .subtotal-list > li > .subsubtotal-txt {
    text-align: left;
    display: inline-block;
    width: 47%;
}
.panel.panel-subtotales .subtotal-list > li > .precio-subsubtotal {
    text-align: right;
    font-weight: 600;
    display: inline-block;
    width: 49%;
}
.paso-lateral > h2, .info-personal > h2, .info-de-pago > h2, .terms-condiciones > h2{
	font-size: 24px;
	border-bottom: solid 1px #ccc;
	padding: 0 .2em .5em .2em;
	margin-top: 0;
}
.paso-lateral > h2 i, .info-personal > h2 i, .info-de-pago > h2 i, .terms-condiciones > h2 i, .resumen-solicitud > h2 i, .resumen-valores > h2 i{
	font-size: 18px;
}
.resumen-solicitud > h2, .resumen-valores > h2{
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	padding: 0 .2em .5em .2em;
	margin-top: 0;
}
.resumen-solicitud > h2 i{
	font-size: 16px;
}
.paso-lateral > h2 > i.fa-envelope{
	font-size: 20px;
}
.paso-lateral h3{
	font-size: 13px;
	font-weight: 600;
}
.check-terms {
    font-size: 12px;
}
.checkbox label.check-terms:before {
    width: 10px;
    height: 10px;
    margin-left: -12px;
    top: 3px;
}
.checkbox label.check-terms:after{
	width: 10px;
    height: 10px;
    margin-left: -12px;
    top: 3px;
    font-size: 7px;
    padding-left: 0;
}
.check-terms a{
	color: #fff;
	font-weight: 600;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.check-terms a:hover {
    color: #D4002A;
}
.clp {
    display: inline-block!important;
    font-size: 14px;
}
.pagos-wrap .dcto-online{
	margin-top: 15px;
	font-size: 11px;
    font-weight: 600;
}
.pagos-wrap .precio-accion .btn {
    padding: 1em;
    /* min-width: 250px; */
    font-size: 14px;
    max-width: 100%;
    display: block;
    white-space: pre-wrap;
}
.pagos-wrap .precio-accion .btn span, .precio-accion .btn i {
    display: inline-block;
    vertical-align: middle;
}
.pagos-wrap .precio-accion .btn span {
    width: 75%;
}
.pagos-wrap .precio-accion .btn i {
    font-size: 20px;
}
.detalle-arriendo-box {
    position: relative;
}
.detalle-dark-box .legal{
	font-size: 11px;
}
.detalle-dark-box .legal i{
	position: relative;
}
.detalle-dark-box .legal i:after{
	background-color: #fff;
    height: 7px!important;
    width: 4px!important;
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    z-index: -1;
}
.loading-bg{
	background: #333;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	display: none;
}
.load-box {
    background-color: #454545;
    padding: .5em;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.loading-bg.open , .load-box.open{
	display: block;
}
.pagos-wrap {
    border-bottom: solid 1px #454545;
    border-top: solid 1px #454545;
    margin: 1em 0;
    padding: 1em 0;
}
.pagos-sucursal {
    border-bottom: solid 1px #454545;
    margin-bottom: 20px;
}
.precios-finales {
    margin: 2em 0 1em 0;
}
.precios-finales > i {
    font-size: 30px;
}
.precios-finales .pa1-2{
	display: block;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}
.precios-finales span {
    display: block;
}
.precios-finales .pa2, .precios-finales .pa2-2 {
    font-size: 12px;
}
.precios-finales .pa2-2{
	font-weight: 600;
}
.precio-accion .btn.red-bg {
    border: solid 1px #D4002A;
}
.precio-accion .btn-outline {
    border: solid 1px #4b4b4b;
    color: #e0e0e0;
}
.precio-accion .btn-outline:hover {
    background-color: #4b4b4b;
    color: #fff;
}
.precios-finales .p1, .precios-finales .p1-2 {
    font-weight: 600;
    font-size: 18px;
}
.precios-finales .p1-2{
	text-transform: uppercase;
}
.precios-finales .p1, .precios-finales .p2 {
    text-align: left;
    display: inline-block;
    width: 60%;
}
.precios-finales .p1-2, .precios-finales .p2-2 {
    text-align: right;
    display: inline-block;
    width: 38.9%;
}
.resumen-solicitud, .resumen-valores {
    margin-bottom: 3em;
}
#transaccionExito .resumen-valores p, #transaccionExito .resumen-valores ul li {
    font-size: 14px;
}
#transaccionExito .resumen-valores ul li{
	display: flex;
}
#politicas-devolucion.resumen-valores ul{
    padding-left: 0;
    margin-left: 0;
}
#politicas-devolucion.resumen-valores ul > li{
    padding-left: 20px;
    position: relative;
}
#politicas-devolucion.resumen-valores ul li:before{
    content: "\f058";
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #d01322;
}
#transaccionFracaso ul li {
    font-size: 16px;
}
#transaccionFracaso ul{
	margin-top: 20px;
}
.res-acciones {
    margin-bottom: 5em;
}
.res-acciones .btn {
    padding: 1em;
    font-size: 16px;
}
.res-acciones .btn > i{
	margin: 0 10px;
}
.res-acciones .btn-outline {
    border: solid 1px #333;
    color: #333;
}
.res-acciones .btn-outline:hover {
    background-color: #333;
    color: #fff;
    border-radius: 15px;
}
.res-det {
    margin-bottom: 2em;
}
.res-totales {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dedede;
    padding: 1em;
    margin: 0 auto;
}
.res-totales h2{
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.res-totales li{
	border-color: #dedede!important;
	padding: 1em 0!important;
}
.res-totales li > span{
	font-size: 14px!important;
}
.res-vehiculo {
    border: solid 1px #ececec;
    padding: 2em;
    margin-top: 20px;
    min-height: 330px;
}
.res-vehiculo .auto-detalle {
	margin-top: 15px;
	padding-top: 0;
}
.res-vehiculo h3 {
    margin-top: 0;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: .5px;
	color: #d01423;
	text-transform: uppercase;
	border-bottom: solid 1px #ececec;
	padding-bottom: 10px;
}
.res-vehiculo .autos-list h3 {
    font-weight: 400;
	margin-bottom: 8px;
	color: #333;
}
.res-vehiculo .cover-auto {
	padding: 2em 1em;
	margin-bottom: 20px;
}
.res-vehiculo.datos li {
    border-bottom: solid 1px #ececec;
    margin: 0;
    padding: .8em 0;
}
.res-vehiculo.datos li:last-child{
	border: none;
}
.res-vehiculo.datos li > span {
    font-size: 14px;
	padding: 0;
	margin: 1px 0;
}
.res-vehiculo.datos li > span:first-child {
    font-weight: 600;
}
.res-vehiculo.datos h3{
	margin-bottom: 0;
}
.reserva-txt {
    font-size: 20px;
    font-weight: 600;
}
.reserva-txt span {
    background-color: #f5f5f5;
    padding: .3em 1em;
    border: solid 1px #dedede;
    margin-left: 10px;
}
.rrss-wrap, .soporte-wrap, .comercial-wrap{
	margin-bottom: 30px;
}
.terms-condiciones a {
    font-weight: 600;
    color: #D4002A;
    -webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.terms-condiciones a:hover {
    color: #A01111;
}
.tit-pagos-online {
    display: block;
    font-size: 12px;
}
.titulo-detalle-arriendo {
    padding: 1em;
    color: #fff;
}
.titulo-detalle-arriendo .col-sm-6{
	display: inline-block;
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	float:none;
}
.titulo-detalle-arriendo p{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
}
.titulo-detalle-arriendo .precio-titulo {
    font-size: 18px;
    text-align: right;
    font-weight: 600;
}
.tooltip{
	padding: 10px;
	font-weight: 600;
}
/* ---- // PLAN DE VIAJE ---- */


/* PLAN DE VIAJE INTERNACIONAL */
.auto-precio h3 {
    font-size: 16px!important;
    margin-bottom: 4px!important;
}
.auto-precio h3 span{
    color: #d01322;
}
span#span-medio-pago{
    color: #000000;
}
.auto-precio h4 {
    margin-bottom: 0!important;
}
.auto-precio h4 i{
    color: #d2032b;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
}  
.auto-detalle{
	padding-top: 10px;	
}
.trigger-detalle {
    position: absolute;
    text-align: center;
    padding: 1em;
    border: solid 1px #ccc;
    line-height: 0;
    right: 0;
    bottom: 0; 
    cursor: pointer;
}
.trigger-detalle:hover, .trigger-detalle.active-menu{
    background: #eee;
}
.trigger-detalle i {
    line-height: .5;
    font-size: 16px;
}
.trigger-detalle.active-menu i{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.detalle-menu {
    margin-top: 1em;
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
}
.detalle-menu.active-menu {
    max-height: 9990px;
    transition: max-height 0.5s ease-in;
}
.titulo-detalle-menu hr {
    margin-top: -8px;
    margin-bottom: 0;
    border-color: #ccc;
}
.titulo-detalle-menu h3 {
    margin: 0;
    font-size: 16px;
    color: #d01322;
    font-weight: 600!important;
    background: #fff;
    padding-right: 1em;
    display: inline-block;
}
ul.ul-subtotales-menu {
    list-style: none;
    padding: 0;
    margin: 2em 0;    
}
ul.ul-subtotales-menu > li {
    display: flex;
    justify-content: space-between;
}
ul.ul-subtotales-menu > li span:first-child {
    max-width: 280px;
}
ul.ul-subtotales-menu > li i {
    color: #d2032b;
    font-size: 14px;
    margin-left: 4px;
}
ul.ul-subtotales-menu > li.totales-li {
    font-weight: 700;
}
.col-totales ul.ul-subtotales-menu {
    padding: 1em;
}
.col-totales ul.ul-subtotales-menu:first-child{
    background: #eee;
    margin-bottom: 0;
}
.col-totales ul.ul-subtotales-menu:last-child{
    margin-top: 1em;
}
.col-totales ul.ul-subtotales-menu > li.totales-li{
    font-size: 16px;
}
.edit-forms-container .auto-detalle{
	padding-top: 10px;
	margin: 10px 0;
    display: flex;
    position: relative;
}
.auto-cover {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.auto-info {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.auto-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.auto-info h4 {
    margin-top: 0;
    font-size: 14px;
}
.autos-list .sucursal-precio {
    margin-left: 30px;
}
.autos-list .detalle-box.precio-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    line-height: 26px;
}
.autos-list h4.usd-counter {
    line-height: 1!important;
    margin-bottom: 3px;
}
.autos-list .detalle-box.precio-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    line-height: 26px;
}
.autos-list .detalle-box.precio-box.sucursal-precio h4.precio-referencia {
    margin-bottom: 20px!important;
}
.autos-list h4.precio-referencia {
    font-size: 13px!important;
    color: #333333;
    line-height: 1!important;
    margin: 3px 0 10px 0!important;
    font-weight: 400!important;
    display: inline-block;
}
.autos-list .detalle-box.precio-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.autos-list .detalle-box.precio-box h3 span.diario{
	font-size: 14px;
}
.autos-list .ahorro p {
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}
.autos-list button.btn.btn-sucursal{
	background: #444;
}
.autos-list button.btn.btn-sucursal:hover{
	border-radius: 20px;
	background: #333;
	color: #fff;
}
.container.edit-forms-container {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.container.edit-forms-container .row {
    position: relative;
}
.edit-rent {
    position: absolute;
    bottom: -40px;
    right: 0px;
    background: #fff;
    padding: 10px;
}
.edit-rent a {
    color: #D4002A;
	font-weight: 700;
	font-size: 12px;
}
.edit-rent a i {
	margin-right: 5px;
}
.edit-rent-modal input {
    background: #f7f7f7;
    border: solid 1px #ccc;
}
.edit-rent-modal .i-date input{
	border-left: 0!important;
}
.edit-rent-modal .i-hour input{
	border-left: 0!important;
	border-right: solid 1px #ccc;
}
.edit-rent-modal .modal-header{
	background: #fff;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.edit-rent-modal .modal-title{
	font-weight: 400;
	color: #000;
	font-size: 16px;
}
.edit-rent-modal label{
	font-size: 12px;
}
.edit-rent-modal .action-form-res{
	text-align: center;
	margin: 20px -15px;
}
.edit-rent-modal .action-form-res > p{
	text-align: left;
	font-size: 12px;
}
.edit-rent-modal input#dpDesde, .edit-rent-modal input#dpHasta {
    background: #fff;
}
.form-modal button.btn.dropdown-toggle.btn-default {
    padding: 14px;
    padding-right: 35px!important;
}
.form-modal input.fDate {
	border-right: 0!important;
    background: none;
    border-left: 0!important;
}
.form-modal .i-hour ul.dropdown-menu.inner {
    border: solid 1px #ccc!important;
    border-top: 0;
}
.form-modal .icon-input.i-hour .caret {
    display: none;
}
.form-modal .bootstrap-datetimepicker-widget{
	border: solid 1px #ccc!important;
}
.form-modal .bootstrap-select.btn-group:not(.input-group-btn), .form-modal .bootstrap-select.btn-group[class*=col-]{
	height: auto;
}
.form-modal .select-picker-ajax .dropdown-menu{
    background: #fff;
    border: solid 1px #ccc;
    border-top: 0;
}
.form-modal .bs-searchbox .form-control {
    margin: 10px auto;
    width: 95%;
    padding: 10px;
}
.form-modal .dropdown-menu.open {
    border: solid 1px #ccc;
    border-top: 0;
}
.form-res {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}
.legal-budget {
    background: #f5f5f5;
    padding: 1em;
    border: solid 1px #d8d8d8;
}
.legal-budget > p {
    font-size: 11px;
}
.bootstrap-select>.dropdown-toggle {
    border: solid 1px #ccc;
    background: #fff;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    outline: none!important;
    font-size: 14px; 
    color: #666;
    text-transform: none;
    font-weight: 400;
    line-height: 1.6;
}
.coberturas-action {
    margin-bottom: 50px;
    text-align: right;
}
.coberturas-wrap .extra-item.row > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.coberturas-wrap .extra-item.row > div.col-sm-2 {
    width: 15%;
}
.cobertura-row .iconos-opcionales {
    margin: auto;
}
.cobertura-row .iconos-opcionales > .sprite {
    width: 80%!important;
    margin: auto;
    height: 65%;
    padding-top: 10%;
    background-position: 0px 10px;
    padding-bottom: 10%;
}
.cobertura-row .extra-name h3 {
    margin: 0;
    font-size: 24px!important;
}
.edit-modify {
    position: absolute;
    bottom: -45px;
    right: 0;
    background: #fff;
    padding: 10px 20px;
}
.edit-modify a {
    color: #D4002A;
	font-weight: 700;
	font-size: 12px;    
}
.edit-modify a i{
	margin-right: 5px;
}
.extra-item {
    margin: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}
.extra-item .extra-name h3 {
    font-size: 24px!important;
}
.form-res .row-return {
    display: none;
    margin: 20px -15px;
}
.form-res.active .row-return {
    display: block;
}
.form-res input {
    height: auto;
    padding: 1em;
}
.form-modal input.fDate {
    border: solid 1px #ccc;
    border-right: 0!important;
    background: none;
    border-left: 0!important;
}
.form-res .row > div {
    padding: 0;
}
.action-form-res button {
    margin: 20px;
	background: #D4002A;
	font-size: 16px;
	font-weight: 600;
	padding: 1em 2em;
}
.action-form-res button:hover {
	background: #c00018;
	color: #fff;
	border-radius: 20px;
}
.icon-input:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #555;
}
.icon-input.i-date:after {
    content: '\f073';
}
.icon-input.i-hour:after{
	content: '\f017'!important;
}
.info-personal, .info-de-pago, .terms-condiciones{
	margin-bottom: 5em;
	width: 100%;
    max-width: 700px;
    margin: 50px auto;
}
#info-personal label {
    font-weight: 600;
    color: #333;
}
#info-personal input {
    background: #f5f5f5;
    border: solid 1px #ccc;
}
.select-wrap{
	position: relative;	
}
.select-wrap:after{
	content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	position: absolute;
	right: 15px;
	top: 14px;
	color: #333;
}
.select-wrap select{
	border: solid 1px #ccc;
	background: #f5f5f5;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	cursor: pointer;
}
.select-wrap select:hover, .select-wrap select:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1)!important;
    border: 1px solid rgba(81, 203, 238, 1)!important;
}
.info-viaje label {
    display: block;
    font-size: 12px;
}
.info-viaje input, .info-viaje select {
    width: 100%;
    padding: .5em;
}
.filtros-full {
    background: #eee;
    margin-top: 30px;
}
.filtros-full .autos-filtro {
    margin: 1em 0;
}
.filtros-full .autos-filtro .filtro {
    display: inline-block;
    position: relative;
}
.filtros-full .autos-filtro a {
    color: #333;
    font-weight: 600;
}
.filtros-full .autos-filtro #filtro {
    background-color: #fff;
    padding: 1em .5em;
    margin-top: .5em;
    border: solid 1px #ccc;
}
.pay-resume {
    border-left: solid 1px #ccc;
    padding-left: 20px;
}
.panel.panel-subtotales a {
    color: #D4002A;
    font-weight: 700;
    font-size: 12px;
}
.panel.panel-subtotales a span {
    color: #333;
}
.reservas-promo {
    background: url(../img/bg-reservas.png) repeat;
    text-align: center;
}
.reservas-promo p {
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
    color: #D4002A;
}
.select-optional label.check-ubicacion {
    font-size: 12px;
    font-weight: 400;
    margin-left: 35px;
}
.select-optional .form-group.cantidad {
    text-align: right;
    margin-bottom: 0;
    border-right: solid 1px #ccc;
    padding-right: 40px;
    margin-right: -20px;
}
.subtit-extras h3 {
    font-size: 16px;
    margin: 30px 0 20px 0;
}
.tit-extras {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.tit-extras h3 {
    width: 84%;
    display: inline-block;
}
.tit-extras a{
	display: inline-block;
}
.tit-extras .red-bg, .coberturas-action .red-bg {
    font-size: 14px;
    padding: 1em 2em;
}
.form-group.cantidad label {
    font-size: 12px;
    display: block;
}
.form-group.cantidad select{
	width: 50%;
}
p.dcto-online{
	margin-top: 20px;
}
.ul-pay{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
.ul-pay li {
    overflow: hidden;
    margin-bottom: 5px;
}
.ul-pay li span {
    display: inline-block;
    width: 49%;
}
.ul-pay li span:first-child {
    text-align: left;
    font-weight: 600;
}
.ul-pay li span:last-child {
    text-align: right;
}
.ul-pay li span a {
    color: #f68a1f;
}
.ul-pay li span a i{
	margin-right: 5px;
}
.ul-pay li.total {
    margin: 20px 0;
}
.ul-pay li.total span:last-child {
    font-size: 20px;
    font-weight: 600;
    color: #D4002A;
}


/* ----- LOG IN ----- */
.bienvenido-box{
	position: relative;
}
.bienvenido-box p {
    font-size: 16px;
    margin-bottom: 20px;
}
.bienvenido-box h1 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: .5em;
    margin: 0!important;
}
.bienvenido-box h1 br{
	display: none;
}
.bienvenido-box h2 {
    background-color: #14A5D0;
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
.bienvenido-box-inner{
	width: 100%;
	max-width: 570px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 2em 0;
}
.check-datos:before {
    border: solid 1px #ccc;
}
.form-login {
    background: #fff;
    padding: 2em;
    margin: 0 0 1em 0;
}
.form-login input:focus, .form-login textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1)!important;
    border: 1px solid rgba(81, 203, 238, 1)!important;
}
.form.form-login.ingresar > div {
    color: #D4002A;
}
.form-login .checkbox{
	margin: 0;
	padding-left: 20px;
}
.form-login input[type="text"], .form-login input[type="email"], .form-login input[type="password"], .form-login button.btn.dropdown-toggle.btn-default,
.form-login textarea{
    border-radius: 0;
    font-size: 12px;
    color: #222;
    padding: .5em 1em;
    outline: none!important;
    box-shadow: none;
    border: solid 1px #ccc;
}
.form-login button.btn.dropdown-toggle.btn-default{
	background: #fff!important;
	min-height: 34px;
}
.form-login button.btn.dropdown-toggle.btn-default .filter-option{
	font-size: 12px!important;
	color: #999!important;
	text-transform: none!important;
}
.form-login .tiny {
    font-size: 13px;
    color: #666;
}
.form-login .tiny a {
    color: #555;
    -webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 600;
}
.form-login .tiny a:hover{
	color: #D4002A;
}
.form-login.ingresar {
    margin-bottom: 3em;
}
.form-login.ingresar .form-group.col-xs-5 {
    padding-right: 0;
}
.form-login.ingresar .btn{
	width: 100%;
}
.form-login.ingresar .password {
    color: #666;
    display: block;
    font-weight: 400;
}
.form-login.ingresar .form-group.tiny {
    margin-bottom: 0;
}
.form-login.registrar {
    margin: 0 0 1em 0;
    padding: 2em;
}
.form-login.registrar .btn {
    background: #118E0F!important;
    padding: 1em 2em;
}
.formulario-login .btn {
    min-height: 34px;
}
.login-container{
	color: #fff;
	position: relative;
	padding: 0;
}
.login-container > .container{
	padding: 50px 0;
}
.login-agencias {
    background: url(../img/bg_login_03.jpg) no-repeat center center;
    background-size: cover;
}
.login-personas {
    background: url(../img/bg_login_01.jpg) no-repeat center center;
    background-size: cover;
}
.login-empresas {
    background: url(../img/bg_login_02.jpg) no-repeat center center;
    background-size: cover;
}
.registrarh2 {
    background: #fff;;
    color: #333;
    font-size: 14px;
    padding: 1em;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    margin: 0;
    border-bottom: solid 1px #ccc;
}
/*.registrarh2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    right: 0;
    margin: auto;
}
*/
.registrarh2 > span {
    font-weight: 400;
}
/* ----- // LOG IN ----- */


/* ----- INTERNAS ----- */
.breadcrumb a {
    color: #333;
    font-weight: 400;
}
.breadcrumb a:hover{
	color: #D4002A;
	text-decoration: none;
}
.cover.cover-auto {
    padding: 0;
}
.cover.cover-auto .red-square > i{
	margin-left: 0;
}
.cover.cover-auto img {
    padding: 1em;
}
.formulario-reserva.form-lateral {
    margin-top: -90px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.formulario-reserva.form-lateral .col-sm-8, .formulario-reserva.form-lateral .col-sm-4 {
    width: 100%;
    padding: 0 15px!important;
}
.form-lateral-h2 {
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 1em;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 700;
	background: #31618a!important;
}
.form-lateral .ubicacion-2.open {
    height: 152px;
}
.form-lateral .ubicacion-2.open .col-sm-12{
    height: 76px;
}
.form-lateral form {
    padding: 1em 2em;
}
.form-lateral form .checkbox label::before, .form-lateral form .checkbox label::after{
	margin-left: 0;
	top: 5px;
}
.form-lateral form .checkbox label{
	padding-left: 25px;
}
.form-empresas{}
.form-empresas p.label-form{
	padding: 0;
}
.form-empresas #tab-form form .row > div{
	padding: 0;
}
.form-empresas .col-sm-6{
	width: 48%;
}
.form-group.form-select{
	position: relative;	
}
.form-group.form-select:after{
	content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	position: absolute;
	right: 15px;
	top: 38px;	
}
.form-group.form-select select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	padding-right: 35px;
}
.head-title-wrap {
    position: relative;
    min-height: 100px;
}
.head-title {
    padding: 30px 0;
}
.head-title > h1 {
    margin-top: 0;
    font-weight: 600;
    font-size: 34px;
	color: #333;
	margin-bottom: 5px;
}
.head-title > h4{
    font-size: 22px;
}
.head-inner {
	min-height: 100px;
    background-color: #fff;
    background-size: cover;
    position: relative;
    padding-bottom: 0;
    border-bottom: solid 1px #eee;
}
.head-inner .bg-dark {
    left: 0;
    background-color: rgba(256,256,256,0.7);
}
.item-box {
	margin-bottom: 30px;
	text-align: center;
}
.item-box h2 {
    font-size: 18px;
}
.item-box h2 > a {
    font-size: 18px;
    color: #333;
	font-weight: 600;
	border-bottom: solid 1px #eee;
	padding-bottom: .5em;
	display: block;
}
.item-box h2 > a:hover {
    color: #D4002A;
}
.item-box .btn {
    padding: .5em 2em;
	margin-top: 20px;	
	font-size: 12px;
	font-weight: 600;
}
.item-box p.extracto{
	font-size: 16px;
}
.p-promo-txt {
	font-size: 13px;
	line-height: 1;
}
.page-title{
	margin: 2em 0;
}
.page-title .breadcrumb>li {
    font-size: 12px;
}
.page-title h1{
	font-size: 26px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: .5em;
    margin-bottom: 0;
    margin-top: 0;
}
.subsection {
    margin-bottom: 40px;
}
.subsection h2 {
    font-size: 20px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: .5em;
}
.widget {
    margin-bottom: 40px;
}
.widget-promociones-lateral .cover-promo img{
	max-width: 170px;
	height: auto;
}
.widget-promociones-lateral .cover .red-square {
    height: 35px;
    width: 35px;
}
.widget-promociones-lateral .cover .red-square > i {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 9px;
}
.widget-promociones-lateral .listado-promociones > .row{
	margin-bottom: 30px;
}
.widget-promo-txt h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget-promo-txt h2 a{
	color: #333;
}
.widget-promo-txt h2 a:hover{
	color: #D4002A;
}
.widget-title > h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: .5em;
    margin-bottom: 20px;
}
/* ----- // INTERNAS ----- */



/* ----- VEHICULOS ----- */
.head-vehiculos {
    /* background: url(../img/bg_head_01.jpg) no-repeat top center;*/
    background: #fff;
    border-bottom: solid 1px #eee;
    padding-bottom: 0;
}
.lista-detalle > li {
    font-size: 14px;
    margin: 10px 0;
}
#promo-vehiculos{
	margin: 30px 0;
}
#promo-vehiculos h2{
	font-size: 16px;
}
#promo-vehiculos .cover img{
	width: 100%;
	max-width: 370px;
	height: auto;
}
#promo-vehiculos .carousel-control {
    width: 50px;
    height: 100%;
    color: #333;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#promo-vehiculos .carousel-control:hover {
    background-color: #f5f5f5;
}
#promo-vehiculos .carousel-control > i{
	position: absolute;
	top: 45%;
}
#promo-vehiculos .carousel-control.right > i {
    right: 15px;
}
#promo-vehiculos .carousel-control.left > i{
	left: 15px;
}
.row-promos-vehiculo {
    padding: 0 10%;
}
.vehiculo-detalle {
    margin: 20px 0;
    font-size: 13px;
}
.vehiculos-wrapper {
    padding: 1em 0;
}
.vehiculos-wrapper .vehiculo-row:last-child {
    border: none;
}
.vehiculo-row {
    padding-top: 1em;
    border-color: #eee;
}
.vehiculo-row .oferta{
	display: none;
}
.vehiculo-row .precio{
	font-weight: 600;
	font-size: 20px;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}
.vehiculo-row .precio .diario{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.vehiculo-row  .nombre-dcto {
    font-size: 11px;
    margin-bottom: 10px;
}
.vehiculo-show{
	border: 0;
	padding-bottom: 0;
}
.widget-vehiculos-lateral .cover {
    width: 118px;
}
.widget-vehiculos-lateral .lista-vehiculos > .row {
    margin-bottom: 15px;
}
/*.widget-vehiculos-lateral .cover img {
    padding: .2em 0;
}*/
.widget-vehiculos-lateral .cover .red-square {
    width: 25px;
    height: 25px;
}
.widget-vehiculos-lateral .cover .red-square > i {
    font-size: 15px;
    margin-left: 0;
    margin-top: 05px;
}
/* ----- // VEHICULOS ----- */


/* ----- SUCURSALES ----- */
.cover-sucursal .red-square, .cover-promociones .red-square, .cover-promo .red-square{
	border-radius: 100%;
}
.cover-sucursal .red-square > i {
    font-size: 27px;
    margin-left: 17px;
    margin-top: 12px;
}
.head-map {
    padding: 0;
}
.sucursal-box {
    margin-bottom: 100px;
}
.sucursal-container .head-title{
	padding: 0;
	margin: 1em 0 2em 0;
}
.sucursal-container .formulario-reserva.form-lateral{
	margin-top: -200px;
}
.sucursal-title {
    padding-bottom: .5em;
    border-bottom: solid 1px #e5e5e5;
	margin-bottom: .5em;
	text-align: center;
}
.sucursal-title > h2 {
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.sucursal-title > h2 > a {
    color: #333;
    font-weight: 600;
}
.sucursal-title > h2 > a:hover {
    color: #D4002A;
}
.sucursal-title > h3{
	font-size: 15px;
	margin: 0;
}
.sucursal-show {
    margin-bottom: 40px;
    overflow: hidden;
}
.sucursal-show .lista-paso > li > a {
    font-size: 14px;
    padding: .5em 0;
}
.sucursal-txt {
    font-size: 14px;
	min-height: 140px;
	text-align: center;	
}
.sucursal-action{
	text-align: center!important;
}
.sucursal-action > a {
	font-size: 12px;
	font-weight: 600;
	padding: .5em 2em;	
}
.sucursal-action > a i {
    font-size: 11px;
    margin-left: 5px;
}
.widget-sucursales-lateral .cover img {
    max-width: 100%;
    height: auto;
}
.widget-sucursales-lateral .lista-sucursales > .row{
	margin-bottom: 20px;
}
.widget-sucursales-lateral .lista-sucursales .widget-promo-txt h2{
	margin-bottom: 0;
}
.widget-sucursales-lateral .cover-sucursal .red-square > i {
    font-size: 15px;
    margin-left: 8px;
    margin-top: 5px;
}
.widget-sucursales-lateral .cover-sucursal .red-square {
    width: 25px;
    height: 25px;
}
/* ----- // SUCURSALES ----- */


/* ----- PORTAL USUARIOS ----- */
#filtrosForm #fecha-desde > input, #filtrosForm #fecha-hasta > input {
    border: solid 1px #ccc;
}
#filterBtn, #resetBtn {
    background: #419641;
    padding: .7em 2em;
    margin-top: 2em;
    border-radius: 5px;
    width: 100%;
}
#filterBtn:hover, #resetBtn:hover{
    background: #0A6D08;
}
.section-filtro-wrap h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: .4em;
}
.acciones-tabla {
    color: #333;
    width: 20px;
    display: inline-block;
    border-radius: 100%;
}
.a-ver:hover{
	color: #D4002A;
}
.a-editar:hover{
	color: #D4002A;
}
.a-eliminar:hover{
	color: #D4002A;
}
.container-usuarios{
	min-height: 300px;
	margin-bottom: 40px;
}
.table .btn-danger{
    background: #d40229;
    border-radius: 5px;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
}
.table .btn-danger:hover{
    background: #333;
}
.fast-track-tarjeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fast-track-title {
    position: relative;
}
.fast-track-title h3 {
    font-weight: 700;
    color: #0c2140;
    margin-bottom: 30px;
    width: calc(100% - 180px);
}
.fast-track-title img {
    position: absolute;
    right: 0;
    width: 150px;
    top: -10px;
}
.logo-fast-track {
    width: 200px;
}
.btn-agregar .btn {
    background: #47ace3;
    border-radius: 5px;
    text-transform: none;
    font-weight: 600;
    padding: 1em 2em;
}
.btn-agregar .btn:hover{
    background: #333;
    color: #fff;
}
.logo-empresas.center {
    margin: 2em 0;
}
.form-cuenta input, .form-cuenta select, .form-cuenta .btn-group.bootstrap-select {
    border: solid 1px #ccc;
    border-radius: 0!important;
}
.form-cuenta .dropdown-menu.open {
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.form-cuenta span.glyphicon.glyphicon-ok.check-mark {
    color: #118E0F;
}
.form-cuenta label {
    font-size: 11px;
}
.form-cuenta label .color-a{
    color: #D4002A;
}
.form-cuenta input[type="submit"], .form-cuenta button[type="submit"] {
    background-color: #333;
    color: #fff;
    border: 0;
    padding: 1em 2em;
    font-weight: 600;
}
.form-cuenta input[type="submit"]:hover, .form-cuenta button[type="submit"]:hover{
	background: #D4002A;
}
.form-cuenta .checkbox label::before{
	border: solid 1px #ccc;
}
.nuevo-usuario > .btn {
    background-color: #118E0F;
    padding: 1em;
    margin: 2em 0;
}
.nuevo-usuario > .btn:hover {
	color: #fff;
	background: #0A6D08;
}
.menu-sidebar {
    border: solid 1px #ddd;
}
.menu-sidebar > li > a {
    display: block;
    padding: 1em 1em 1em 1.5em;
    background-color: #fff;
    color: #333;
    border-top: solid 1px #ddd;
    position: relative;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-sidebar > li:first-child > a{
	border: none;
}
.menu-sidebar > li > a:before{
	content: "";
    position: absolute;
    width: 6px;
    height: 46px;
    background-color: #ddd;
    left: -1px;
    top: -1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.menu-sidebar > li > a > i {
    width: 20px;
    text-align: center;
}
.menu-sidebar > li > a:hover, .menu-sidebar > li > a.active {
    background-color: #f5f5f5;
}
.menu-sidebar > li > a:hover > i, .menu-sidebar > li > a.active > i {
    color: #D4002A;
}
.menu-sidebar > li > a:hover:before, .menu-sidebar > li > a.active:before {
    background-color: #D4002A;
}
.menu-sidebar ul.dropdown-menu {
    position: relative;
    float: none;
}
.menu-sidebar .dropdown-menu>li>a{
    padding: 2em 2em 2em 3em;
    border-bottom: 1px solid #e0ddd9;
}
.pass-wrap > a {
    margin-top: 1em;
    padding: 1em;
    border: dashed 1px #eee;
    background-color: #FFFEE3;
    display: block;
    color: #333;
}
.pass-wrap > a:hover {
    border: solid 1px #E8E58F;
}
.table-usuario {
    width: 99.9%;
}
.table-usuario > thead > tr > th{
	text-align: center;
	border-color: #333;
}
.table-usuario > thead > tr > th:last-child {
    border-right: solid 1px #333;
}
.table-usuario > thead > tr {
    background-color: #333;
    color: #fff;
}
.table-usuario > tbody{
	border: solid 1px #ddd;
	border-top: 0;
}
.table-usuario > tbody > tr:first-child > th{
	border-top: 0;
}
.table-usuario > tbody > tr > td, .table-usuario > tbody > tr > th{
	border-right: solid 1px #ddd;
	height: 35px;
}
.table-usuario > tbody > tr > td:last-child{
	border-right: none;
}
/* ----- // PORTAL USUARIOS ----- */


/* ----- EMPRESAS ----- */
.empresa-box h2 > a{
	color: #333;
}
.empresa-box h2 > a:hover{
	color: #D4002A;
}
.empresa-box .extracto {
	min-height: 110px;
	text-align: center;
}
/* ----- // EMPRESAS ----- */


/* ----- PROMOCIONES ----- */
.cover-promo-show{
	position: relative;
}
.cover-promo-show .sale {
    left: 15px;
    top: 0;
    max-width: 70px;
    min-width: 70px;
}
.cover-promo-show .sale p {
    font-size: 24px;
    line-height: 19px;
}
.cover-promo-show .sale p.dcto {
    font-size: 16px;
}
.cover-promo-show  .sale:after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 15px solid #D4002A;
    bottom: -15px;
}
.detalle-box .subsection {
    margin-bottom: 20px;
}
.detalle-box .subsection h2 {
    font-size: 15px;
}
.filtro-wrap {
    background-color: #f5f5f5;
    padding: 1em;
    border: solid 1px #ccc;
}
.filtro-wrap label {
	font-size: 12px;
	font-weight: 600;
}
.filtro-wrap .form-group select {
    border: solid 1px #ccc;
    border-radius: 0!important;
}
.filtro-wrap i {
    text-align: center;
    width: 20px;
}
.promociones-container p.vehiculo-detalle {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
}
.responsive-subsection{
	display: none;
}
.row-promociones {
    margin-bottom: 60px;
}
.sale {
    position: absolute;
    right: 15px;
    top: 0;
    padding: .5em;
    max-width: 50px;
    min-width: 50px;
}
.sale p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.sale p.dcto {
    font-size: 12px;
}
.sale:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 10px solid #D4002A;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
}
.widget-lugares .cover {
    width: 100%;
}
.widget-lugares .lista-vehiculos > .row {
    margin-bottom: 15px;
}
.widget-lugares .cover .red-square {
    width: 25px;
    height: 25px;
}
.widget-lugares .cover .red-square > i {
    font-size: 15px;
    margin-left: 7px;
    margin-top: 5px;
}
/* ----- // PROMOCIONES ----- */


/* ----- BLOG ----- */
.blog-box-arriendo{
	margin: 30px 0;
	border: solid 1px #ECECEC;
	padding: 1em;
	text-align: center;
	background: #f5f5f5;
	display: none;
}
.blog-box-arriendo h2{
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}
.blog-content > p {
    margin-bottom: 20px;
}
.blog-content > h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-cover-photo {
    position: relative;
    padding: 0;
}
.blog-cover-photo .creditos {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 5px #000000;
    font-weight: 600;
}
.blog-cover-photo img {
    max-width: 100%;
    height: auto;
}
.blog-icons {
    border-right: solid 1px #ECECEC;
}
.blog-icons > div {
    margin-bottom: 5px;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
    color: #898989;
}
.blog-icons > div:last-child{
	border-bottom: 0;
}
.blog-icons > div > span {
    font-size: 11px;
    font-weight: 600;
}
.blog-icons a:hover > i {
	color: #D4002A;
}
.blog-icons i {
    font-size: 19px;
    padding: .2em 0;
    color: #333;
    display: block;
}
.blog-extracto-icons.row {
    margin: 0;
    margin-bottom: 30px;
}
.blog-extracto {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #ECECEC;
}
.blog-extracto p{
	font-size: 16px;
	margin-bottom: 0;
}
.blog-list-box.row{
	margin: 0;
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ececec;
}
.blog-list-box h2 {
    font-size: 18px;
    margin-top: 0;
}
.blog-list-box h2 > a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}
.blog-list-box h2 > a:hover {
    color: #D4002A;
}
.blog-list-box .blog-extracto{
	border-bottom: 0;
	margin-bottom: 0;
}
.blog-list-box .blog-extracto p {
    font-size: 14px;
}
.blog-list-box .blog-extracto .col-sm-2 {
    padding-right: 0;
}
.blog-list-box .blog-meta p {
    font-size: 11px;
}
.blog-meta{
	margin-bottom: 20px;
}
.blog-meta p {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 0;
}
.blog-meta p > a{
	color: #222;
}
.blog-meta p > a:hover {
    color: #D4002A;
}
.blog-wrapper {
    margin: 20px 0 50px 0;
}
.blog-show-main h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}
.categoria-item {
    background-color: #ddd;
    color: #333;
    padding: .5em 1em;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    display: inline-block;
}
.categoria-item:hover, .categoria-item.active, .categoria-item:focus {
    background-color: #D4002A;
    border-radius: 10px;
    color: #fff;
}
.categoria-item.active, .categoria-item.active:hover{
	border-radius: 0;
}
.wg-noticias-box {
    margin-bottom: 20px;
}
.wg-noticias-box .cover-noticia {
    float: left;
    width: 30%;
}
.wg-noticias-box .cover-noticia img{
	max-width: 100%;
}
.wg-noticias-box .noticia-txt {
    float: left;
    width: 65%;
    margin-left: 5%;
}
.wg-noticias-box .blog-icon {
    font-size: 14px;
    font-weight: 600;
    color: #6D6D6D;
    border-top: dashed 1px #ececec;
    padding-top: 5px;
}
.wg-noticias-box .blog-icon span{
	font-size: 12px;
}
.wg-noticias-box .noticia-txt h2{
	margin-top: 0;
	font-size: 14px;
}
.wg-noticias-box .noticia-txt h2 a{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.wg-noticias-box .noticia-txt h2 a:hover{
	color: #D4002A;
}
.wg-noticia-wrap {
    overflow: hidden;
}
/* ----- // BLOG ----- */

/* ----- ERROR 404 ----- */
.container-fluid.error-404 {
    background-color: #e1ded9;
    text-align: center;
    color: #fff;
	padding: 40px 0;
	border-top: solid 1px #c6c3c0;
}
.container-fluid.error-404 h1 {
    font-weight: 600;
}
.container-fluid.error-404 i{
	margin-right: 10px;
}
.error-404-box img {
    max-width: 400px;
}
.error-404-box {
	color: #4a535b;
	margin-bottom: 100px;
}
.error-404-box p {
    font-size: 20px;
}
.error-404-box .btn{
	font-size: 15px;
}
/* ----- // ERROR 404 ----- */

/* ----- ALIANZAS ----- */
body.alianza-landing #llamado-landing .col-sm-6 > img{
    border-radius: 20px!important;
}
.tarjeta-dcto.dcto-universalassistance img {
    width: 120px!important;
    max-width: 120px!important;
}
a.btn-cupon {
    background: #d40229; 
    color: #fff!important;
    padding: 1em 2em;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 2em;
    font-weight: 600;
}
a.btn-cupon:hover{ 
    color: #fff;
    background: #9d060e;
}
a.btn-cupon.btn-cupon-ua{
    background: #00528F;
}
a.btn-cupon.btn-cupon-ua:hover{
    color: #fff;
    background: #008091;
}
.row.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.row-flex > div{
    position: relative;
    margin-bottom: 60px;
}
.logos-flexm, .logos-flex.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos-flex a {
    margin: 0 15px;
}
.logos-flex .slick-track{
    display: flex!important;
    align-items: center;
}
.logos-flex .slick-slide img {
    max-width: 150px!important;
    margin: auto!important;
}
.logos-flex .slick-slide.itau img {
    width: 90px!important;
}
.logos-flex .slick-slide.bancochile img {
    max-width: 180px!important;
}
.logos-flex button.slick-arrow:before{
    display: none;
}
.logos-flex button.slick-arrow > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #000;
}
.logos-partners {
    background: #F2F2F2;
    text-align: center;
    padding: 60px 0;
}
.titulo-logos h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2em;
    margin-top: 0;
}
.alianzas-header{
    background: url(/img/bg-header.jpg);
    padding: 40px 0;
    background-position: center;
    background-size: cover;
}
.alianzas-header .head-title > h1, .alianzas-header .head-title > h4{
    color: #fff;
}
.alianza-item {
    margin-bottom: 20px;
}
.alianza-box{    
    padding-bottom: 60px;
}
.alianza-action{
	display: block;
	margin: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.alianza-action a {
    background: #d11424;
    color: #fff;
    display: inline-block;
    padding: .6em 2em;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    border-radius: 100px;
}
.alianza-action a:hover {
	background: #9d050e;	
}
.alianza-cover{
	margin-bottom: 1em;
}
.alianza-cover img {
    max-width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
}
.alianza-title {
    padding-bottom: 0;    
    margin-bottom: 1em;
}
.alianza-title > h2{
	font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0px;
 	font-weight: 600;
}
.alianza-title > h2 > a{
	color: #333;
}
.alianza-title > h2 > a:hover{
	color: #d11424;
}
.alianza-title > h3 {
    font-size: 18px;
    margin: 0;
}
.alianza-descripcion p {
    font-size: 18px;
}
.alianza-txt{
	font-size: 13px;
    min-height: 140px;
}
.condiciones-box {
    background: #FBFFD4;
    padding: 2em;
}
.condiciones-box h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.condiciones-box ul {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
}
.condiciones-box li:before {
    content: "- ";
}
/* ----- // ALIANZAS ----- */

/* BOOTSTRAP-SELECT.MIN.CSS */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    outline: none!important;
    font-size: 14px;
    color: #666;
    text-transform: none;
    font-weight: 400;
    line-height: 1.6;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}
.bootstrap-datetimepicker-widget{
	color: #555;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
	border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
	background-color: #D4002A;
}
.bootstrap-datetimepicker-widget > ul > li.picker-switch{
	display: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 300px!important;
}
.form-login .bootstrap-select.btn-group .dropdown-menu.inner{
	border: solid 1px #ccc;
	background-color: #f5f5f5;
	font-size: 12px;
}
.confirmacion-importante {
	margin-top: 20px;
  font-size: 12px;
}

/* AVIS INTERNACIONAL */

/*INT FORM*/
.caption-slide-int {
    position: absolute;
    bottom: 100px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
    left: 0;
}
.caption-slide-int h2 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: rgba(0,0,0,.5);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 0;
}
.caption-slide-int h2{
    color: #fff;
    font-weight:600;
}

#sliderInt .carousel-btns {
    margin-top: 2em;
}

#sliderInt .carousel-btns .btn {
	width: 150px;
}

#sliderInt .carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0);
}
#sliderInt .carousel-inner .item{
	height: calc(100vh - 115px);
}

#sliderInt .carousel-inner img {
   width: 100%;
}
.col-action-int .form-action-horizontal {
    margin-top: 0;
}

/*CONTROL*/
#sliderInt .carousel-control {
    width: auto;
}

#sliderInt .carousel-control .icon-prev,
#sliderInt .carousel-control .icon-next,
#sliderInt .carousel-control .fa-chevron-left,
#sliderInt .carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

#sliderInt .carousel-control .icon-prev,
#sliderInt .carousel-control .fa-chevron-left {
  left: 0;
}

#sliderInt .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: 1;
}

#sliderInt .carousel-indicators .active {
    background-color: #cf1921;
    border-color: #cf1921;
}

#sliderInt .carousel-control .icon-prev, #sliderInt .carousel-control .fa-chevron-left,
#sliderInt .carousel-control .icon-right, #sliderInt .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

#sliderInt .carousel-control .icon-prev, #sliderInt .carousel-control .fa-chevron-left {
    left: 30px;
}

#sliderInt .carousel-control .icon-right, #sliderInt .carousel-control .fa-chevron-right {
    right: 30px;
}
#sliderInt .carousel-indicators{
	bottom: 50px;
}
.concepto-llamado img{
	max-width: 60px;
	display: inline-block;vertical-align: middle;
}
.concepto-llamado h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;	
	color: #fff;
	margin: 0;
	font-weight: 600;
}
.concepto-llamado h2 span {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.concepto-llamado h3{
	margin: 5px 0;
	color: #fff;
	font-size: 20px;
}
.concepto-llamado h3 span {
    font-size: 12px;
    vertical-align: top;
}
.concepto-icon, .concepto-txt {
    display: inline-block;
    vertical-align: middle;
}
.slide-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}
.slide-bg:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.banner-int-1170 {
    margin: 20px 0;
}
.caret-aft.form-group{
	position: relative;
}
.caret-aft.form-group:after {
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 14px;
    bottom: 15px;
    width: 8px;
    height: 4px;
}
.container-internacional{
	background: #fff;
}
input.fDate {
    border: solid 1px #eee;
    cursor: pointer;
    background: #eee;
}
input.fDate:focus, input.fDate:hover, button.btn.dropdown-toggle:focus, button.btn.dropdown-toggle:active, button.btn.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:focus, .bootstrap-select>.dropdown-toggle:hover, .bootstrap-select>.dropdown-toggle:active,
#form-nacional input.form-control:focus, #form-nacional input.form-control:hover, #form-nacional input.form-control:active, #form-nacional textarea:focus,
#form-nacional textarea:hover, .form-empresas input.form-control:hover, .form-empresas input.form-control:focus, .form-empresas textarea:hover, .form-empresas textarea:focus,
.form-empresas .form-control:hover, .form-empresas .form-control:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1)!important;
    border: 1px solid rgba(81, 203, 238, 1)!important;
}
.bootstrap-datetimepicker-widget, .bootstrap-select.btn-group .dropdown-menu {
    border: solid 1px #ccc;
}
.form-internacional{}
form#form-internacional {
    background: #fff;
}
select.form-control{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	cursor: pointer;
}
/*
.form-internacional .checkbox label.check-ubicacion{
	font-size: 11px!important;
	position: relative;
	top: 5px;
	right: 0;
	padding-left: 0;
    padding-right: 20px;
    color: #666;
    margin-top: 0!important;
}
.form-internacional .checkbox input[type="checkbox"]{
	position: relative;
	margin-left: 0;
}
.form-internacional .checkbox label.check-ubicacion:before {
    border: solid 1px #ccc;
    left: -16px;
    right: unset;
}
.form-internacional .checkbox label.check-ubicacion:after{
	padding-left: 3px!important;
    padding-top: 2px;
    left: -16px;
    right: unset;
}
*/
.form-internacional .form-group {
	margin-bottom: 20px;
}
.form-internacional p.label-form {
    padding-left: 0;
}
.form-internacional .bs-searchbox {
    border: solid 1px #ccc;
    border-top: 0;
}
.form-action-horizontal {
    margin-top: 92px;
}
.form-action-horizontal .btn {
    display: block!important;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.form-action-horizontal .cancelar-div .btn{
	border: solid 1px #eee;
	color: #eee;
	display: none!important;
}
.form-action-horizontal .escoge-div .btn{
	border: solid 1px #9d060d;
	background: #9d060d !important;
}
.form-action-horizontal .escoge-div p {
    font-size: 14px;
}
.form-action-horizontal .escoge-div p span{}
.form-action-horizontal .escoge-div p span.dcto{
	color: #9d060d;
	font-weight: 700;
}
.form-action.center.form-action-float {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 998px) {
    .form-action.center.form-action-float{
        display: block;
        max-width: 270px;
        margin: auto;
    }
    .form-action.center.form-action-float .form-group.center{
        padding: 0!important;
    }
    #planNacional_recaptcha{
        margin-bottom: 20px;
    }
    body #nacional .form-action button#planNacionalButton {
        min-width: 272px;
        margin-left: 0px !important;
    }
}
.form-action.center.form-action-float .form-group.center{
    position: relative;
    top: 30px;
}
button#planNacionalButton {
    position: relative;
    font-size: 17px;
    right: 0;
    padding: 1.3em 3em;
    margin: 0!important;
}
.row-form-internacional{}
.row.row-form-horizontal.row-first .col-sm-3 {
    padding: 1em 1.5em!important;
    padding-bottom: 0 !important;
}
.row-form-horizontal.row-second .col-sm-3 {
    padding: 1em 1.5em!important;
    padding-top: 0 !important;
}
button#planInternacionalButton{
    margin: 0;    
}
div#planInternacional_recaptcha{
    transform: scale(0.8);
    margin-left: -40px;
    margin-bottom: -15px;
}
button#planInternacionalButton {
    color: #fff !important;
    padding: 1em 2em;
    margin-left: -10px;
    width: 100%;
    max-width: 242px;
    margin-top: 17px;
}
.recaptcha-col{
    margin-top: -67px;
}
.col-action-int .form-action-horizontal {
    margin-top: 0;
}
@media (max-width: 1200px){
    #form-internacional .col-sm-3 {
        width: 100%;
    }
    .recaptcha-col{
        margin-top: 0px;
        display: flex;
        justify-content: center;
    }
    div#planInternacional_recaptcha {
        transform: scale(1);
        margin: auto;
    }
    .col-sm-3.col-action-recaptcha {
        text-align: center;
    }
    .col-sm-3.col-action-int{
        text-align:center;
    }
    button#planInternacionalButton{
        max-width: 305px;
        font-size: 18px;
        margin: auto;
    }    
}
@media (max-width: 400px){
     div#planInternacional_recaptcha {
        transform: scale(.9);
        margin: auto;
    }
    .col-action-int div#planInternacional_recaptcha{
        transform: scale(.8);
        transform-origin: 0;
    }
     button#planInternacionalButton{
        max-width: 350px;
        font-size: 16px;
    }
}
@media (max-width: 330px){
    .col-action-int div#planInternacional_recaptcha{
        transform: scale(.7);
        transform-origin: 0;
    }
}
.form-internacional .recaptcha-col .form-group{
    margin-bottom: 10px;
}
div#planInternacional_recaptcha > div, div#planInternacional_recaptcha iframe {   
}
.landing-miami h1 {
	font-family: 'Yellowtail', cursive;
	color: #fff;
	font-size: 70px;
	margin-bottom: 0;
}
.landing-miami h1 span {
    font-size: 50px!important;
}
.modal-int{
	z-index: 99999;
}
.modal-int button.close {
    color: #fff;
    opacity: 1;
    background: #333;
    width: 50px;
    height: 50px;
    font-size: 35px;
    text-shadow: none;
    position: absolute;
    right: 0;
    z-index: 9999;
}
.modal-int button.close:hover {
    background: #9d060d;
}
.int-section{
	min-height: 100vh;
	width: 100%;
	padding-top: 50px;
	position: relative;
}
.int-section-title {
    text-align: center;
    margin-bottom: 20px;
}
.int-section-title h2, .contacto-info h2{
	margin-top: 0;
	font-weight: 600;
	color: #333;
	margin-bottom: 0;
	font-size: 26px;
}
.int-section-title p, .contacto-info p{
	font-size: 18px;
}
#int-form{
	/*background: url(/img/int-form-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;*/
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 80px);
	padding-top: 0;
}
#int-form:after {
    content: "";
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
#int-form > .container{
	min-height: calc(100vh - 80px);
}
#int-form .int-form {
    background: #fff;
    padding: 20px;
}
#int-form .int-form-header {
    position: relative;
    padding: 10px 0;
}
#int-form .int-form-header.miami-header h1{
	margin-top: 0;
	color: #d11424;
}
/*#int-form .int-form-header:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: -10px;
    z-index: -1;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
}*/
#int-form .int-form-header .int-auto {
    width: 220px;
    height: 140px;
    position: absolute;
    right: 50px;
    top: 50px;
   -webkit-animation: banner-auto 8s infinite; /* Safari 4.0 - 8.0 */
   animation: banner-auto 8s infinite;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
#int-form .int-form-header.miami-header .int-auto{
	top: 52px;
}
#int-form .int-title p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-shadow: 1px 1px 4px #707070;
    /*background: -moz-linear-gradient(left, rgba(0,40,94,1) 0%, rgba(0,40,94,1) 1%, rgba(0,40,94,1) 45%, rgba(0,40,94,0.58) 60%, rgba(0,0,0,0) 100%);
    padding: 5px 20px;
    /*background: -moz-linear-gradient(left, rgba(0,40,94,1) 0%, rgba(0,40,94,1) 1%, rgba(0,40,94,1) 45%, rgba(0,40,94,0.58) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,40,94,1) 0%,rgba(0,40,94,1) 1%,rgba(0,40,94,1) 45%,rgba(0,40,94,0.58) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,40,94,1) 0%,rgba(0,40,94,1) 1%,rgba(0,40,94,1) 45%,rgba(0,40,94,0.58) 60%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00285e', endColorstr='#00000000',GradientType=1 );*/
}
#int-form .int-title h1{}
@keyframes banner-auto {
    0%   {background-image: url(/img/auto-01.png);transition-duration: 0s;}
    25%  {background-image: url(/img/auto-02.png);transition-duration: 0s;}
    50%  {background-image: url(/img/auto-03.png);transition-duration: 0s;}
    75%  {background-image: url(/img/auto-04.png);transition-duration: 0s;}
    100% {background-image: url(/img/auto-01.png);transition-duration: 0s;}
}
@-webkit-keyframes banner-auto {
    0%   {background-image: url(/img/auto-01.png);}
    25%  {background-image: url(/img/auto-02.png);}
    50%  {background-image: url(/img/auto-03.png);}
    75%  {background-image: url(/img/auto-04.png);}
    100% {background-image: url(/img/auto-01.png);}
}
#int-form .int-seguro {
    position: absolute;
    right: 255px;
    top: 0;
    display: none;
}
#int-form .int-seguro.out-seguro{
	top: unset;
	right: 50px;
	bottom: 20px;
}
#int-form .miami-header .int-seguro{
	top: 20px;
}
#int-form .int-plan {
    background: #D4002A;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    text-align: center;
    /*-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);*/
	padding: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#int-form .int-plan:hover{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	background: #9d050e;
}
#int-form .int-plan a.btn-seguro {
    background: #9d050e;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
}
#int-form .int-plan a.btn-seguro i{
	margin-right: 5px;
}
#int-form .int-plan h3, #int-form .int-plan h4{
	text-transform: uppercase;
	font-style: italic;
}
#int-form .int-plan h3{
	color: #fff;
	font-weight: 900!important;
	font-size: 18px;
	margin-bottom: 0;
}
#int-form .int-plan h4{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0;
}
#int-form .int-plan span {
    background: #02295e;
    color: #fff;
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 100%;
    line-height: 2;
}
#int-form .int-april-logo {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    padding: 7px;
    top: -20px;
    left: -25px;
    text-align: center;
}
#int-form .int-april-logo img {
    max-width: 100%;
}
#int-form .pax-protection {
    margin: 50px 0;
}

#int-flota{
	background: #eeeeee;
}
#int-flota .flota-box{
	background: #fff;
	padding: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
#int-flota .flota-box:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#int-flota .flota-box h3 {
    color: #D4002A;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
#int-flota .flota-box h4 {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
#int-flota .flota-box .flota-detalle{
	overflow: hidden;
}
#int-flota .flota-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}
#int-flota .flota-box ul > li {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.2;
    margin-bottom: 6px;
    position: relative;
}
#int-flota .flota-box ul > li.icon-flota:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/img/icon-puerta.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#int-flota .flota-box ul > li.icon-flota.i-ac:before{
	background-image: url(/img/icon-air.svg);
}
#int-flota .flota-box ul > li.icon-flota.i-maletitas:before{
	background-image: url(/img/icon-maleta-chica.svg);
}
#int-flota .flota-box ul > li.icon-flota.i-asientos:before{
	background-image: url(/img/icon-asientos.svg);
}
#int-flota .flota-box ul > li.icon-flota.i-transm:before{
	background-image: url(/img/icon-transmision.svg);
}
#int-flota .flota-box ul > li.icon-flota.i-maleta:before{
	background-image: url(/img/icon-maleta-grande.svg);
}
#int-flota .row-benefits {
    margin: 50px -15px;
}
#int-flota .beneficio-icono {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
#int-flota .beneficio-info {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 2%;
}
#int-flota .beneficio-info p {
    font-size: 15px;
}
#int-flota .beneficio-info h3 {
    margin-top: 0;
    color: #D4002A;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
#int-flota .beneficio-icono img {
    width: 100%;
    max-width: 75px;
}
#int-flota .int-section-title{
	margin-top: 30px;
}

section#int-atracciones{
	padding-top: 70px;
}
#int-atracciones .int-section-title p {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    width: 100%;
}
#int-atracciones .int-section-title p strong{
	color: #d11424;
}
#int-atracciones .int-section-title h2 span {
    font-family: 'Yellowtail', cursive;
    color: #d11424;
    font-weight: 400;
    font-size: 45px;
    margin-right: 5px;
}
#int-atracciones .atracciones-box {
    padding: 10px;
    border: solid 1px #c6c6c6;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#int-atracciones .atracciones-box:hover {
    border-color: #d11424;
}
#int-atracciones .atracciones-box:hover img{
	-moz-transform: scale(1.25) rotate(-10deg);
	-webkit-transform: scale(1.25) rotate(-10deg);
	-o-transform: scale(1.25) rotate(-10deg);
	-ms-transform: scale(1.25) rotate(-10deg);
	transform: scale(1.25) rotate(-10deg);
}
#int-atracciones .atracciones-box img{
	max-width: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#int-atracciones .atracciones-box .atracciones-cover{
	overflow: hidden;
}
#int-atracciones .atracciones-box h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
}
#int-atracciones .atracciones-box p {
    text-align: center;
}
#int-atracciones .atracciones-box button, #int-atracciones .atracciones-box a,
#int-serv-cliente .sac-box a {
    background: #fff;
    border: solid 1px #d11424;
    text-transform: uppercase;
    color: #d11424;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    margin: 15px 0;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
#int-atracciones .atracciones-box button:hover, #int-atracciones .atracciones-box a:hover,
#int-serv-cliente .sac-box a:hover {
    background: #d11424;
    color: #fff;
}
#int-atracciones .row-atracciones {
    margin-bottom: 50px;
}

section#int-serv-cliente{
	padding-top: 70px;
}
#int-serv-cliente .sac-box {
    text-align: center;
}
#int-serv-cliente .sac-box h3{
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    min-height: 40px;
}
#int-serv-cliente .sac-box p{
	font-size: 16px;
}

section#int-contacto{
	min-height: 480px;
	background: url(/img/contacto-bg.jpg) no-repeat left bottom #f2f2f2;
	background-attachment: fixed;
	padding: 100px 0;
}
#int-contacto .contacto-info h2{
	margin-bottom: 10px;
}
#int-contacto .contacto-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
#int-contacto .contacto-info ul > li{
	float: left;
	margin-right: 30px;
}
#int-contacto .contacto-info ul > li > a{
	color: #d11424;
	font-size: 30px;
	font-weight: 700;
}
#int-contacto .contacto-info ul > li > a:hover{
	color: #9d060e;
}
#int-contacto .contacto-info ul > li > a > i {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#int-contacto .contacto-info ul.contacto-fono{}
#int-contacto .contacto-info ul.contacto-email{}
#int-contacto .contacto-info ul.contacto-email li > a{
	color: #4e4e4e;
	font-weight: 400;
	font-size: 24px;
}
#int-contacto .contacto-info ul.contacto-email li > a > i{
	color: #d11424;
	font-size: 36px;
}


.menu-one-page {
    background: #D4002A;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.menu-one-page.fixed {
    position: fixed;
    bottom: unset;
    top: 80px;
}
.menu-one-page ul.menu-internacional {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.menu-one-page ul.menu-internacional li{
	float: left;
	width: 20%;
	text-align: center;
}
.menu-one-page ul.menu-internacional li a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 500;
}
.menu-one-page ul.menu-internacional li a:hover, .menu-one-page ul.menu-internacional li.active a:hover,
.menu-one-page ul.menu-internacional li.active a {
    background: #9d060d;
}

/* Modals */
#modal-success .modal-header, #modal-error .modal-header, #modal-alert .modal-header {
    display: none;
}
#modal-success h2, #modal-error h2, #modal-alert h2{
	font-size: 20px;
	font-weight: 600;
}
#modal-success p, #modal-error p, #modal-alert p  {
    font-size: 16px;
}
#modal-success .modal-dialog, #modal-error .modal-dialog, #modal-alert .modal-dialog{
	margin: 50px auto;
}
#modal-alert .icono-estado > i {
    font-size: 27px;
    line-height: 1.8;
}
.icono-estado {
    position: absolute;
    right: 0;
    left: 0;
    top: -25px;
    background: #fff;
    width: 50px;
    margin: auto;
    border-radius: 100%;
    height: 50px;
}
.icono-estado > i{
	font-size: 36px;
	line-height: 1.4;
}
.modal-budget {
    text-align: center;
    margin-bottom: 30px;
}
.modal-budget img{
	width: 120px;
	height: auto;
}
#accordion-faq {
    margin: 30px 0;
}
#accordion-faq .panel-heading a {
    background: #f5f5f5!important;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
#accordion-faq .panel-heading a:hover {
    background: #eee!important;
}
#accordion-faq h2 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600;
}
.title-modal h2 {
    color: #D4002A;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
}
.modal-accidentes {
    overflow: hidden;
    margin: 20px 0;
}
.accidentes-image {
    width: 40%;
    float: left;
}
.accidentes-image img{
	max-width: 100%;
}
.accidentes-info{
	float: right;
	width: 55%;
}
.modal-int ul.nav.nav-tabs li a {
    color: #959595;
    background: transparent;
    border: 0!important;
    font-size: 16px;
}
.modal-int ul.nav.nav-tabs li.active a, .modal-int ul.nav.nav-tabs li a:hover{
	color: #333;
	font-weight: 600;
	border: 0;
	cursor: pointer;
}
.modal-int .tab-content {
    padding: 20px 0;
}
.row-adicionales {
    overflow: hidden;
    margin-bottom: 30px;
}
.adicionales-item{
	width: 49%;
	float: left;
}
.adicionales-item:first-child{
	margin-right: 2%;
}
.adicionales-icon {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.adicionales-icon img {
    width: 95%;
}
.adicionales-info {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 3%;
}
.adicionales-info h3{
	margin-top: 0;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile{
	display: none;
}

/* RESPONSIVE LANDING INTERNACIONAL */
.trigger-menu-int{
	display: none;
	color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1em;
    line-height: 1;
}
.trigger-menu-int i{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.trigger-menu-int.active i{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* Internacional Generica */
.modal-backdrop{
	position: fixed!important;
}
.epigrafe {
    padding-bottom: 5px;
    display: inline-block;
    font-size: 11px!important;
    margin-bottom: 5px!important;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 1px #ffffff;
}
.landing-miami h1.int-h1, .landing-miami h1.int-h1 strong, .landing-miami h1.int-h1 span.cities {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 700;
    font-size: 36px!important;
    margin-top: 0;
    text-shadow: 1px 1px 4px #707070;
}
.landing-miami h1.int-h1 strong{
	color: #D4002A;
}
.landing-miami h1.int-h1 span{
	font-size: 30px!important;
}
#int-form.form-generico{
	/* background: url(/img/int-form-bg-generico.jpg) no-repeat center top;
    background: url(/img/bg-search.jpg) no-repeat center bottom;
    background-size: cover;*/
}
.int-bg-slide {}
.menu-one-page.menu-generico ul.menu-internacional li{
	width: 20%;
}

.flota-box.flot-box-int {
    padding: 0!important;
}
.flota-pais {
    padding: 20px;
}
.flota-pais-title{
	overflow: hidden;
	text-align: center;
}
.flota-pais-title img{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin-right: 5px;
}
#int-flota .flota-box .flota-pais-title h3 {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #333;
    font-size: 20px;
}
#int-flota .flota-box .flota-pais-info {
    color: #D4002A;
}
#int-flota .flota-box .flota-pais-info p, #int-flota .flota-box .flota-pais-info h2{
	margin: 0;
	text-align: center;
}
#int-flota .flota-box .flota-pais-info h2 {
    font-weight: 700;
    font-size: 40px;
}
#int-flota .flota-box .flota-pais-info p {
    text-transform: uppercase;
    line-height: 1;
}
#int-flota .flota-box .flota-pais-info .p-online span {
    color: #333;
    font-size: 10px!important;
    text-transform: none;
    margin-top: 5px;
}
section#int-comentarios{
	background: #eee;
	padding-top: 100px;
}
#int-comentarios .comentario-box{
	background: #fff;
	padding: 20px;
	text-align: center;
	min-height: 300px;
	margin-bottom: 40px;
}
#int-comentarios .comentario-box .comentario-cover{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin: auto;
	overflow: hidden;
}
#int-comentarios .comentario-box h3{
	font-weight: 700;
	color: #02295e;
    font-size: 20px;
}
#int-comentarios .comentario-box p{
	font-size: 18px;
}
#int-comentarios .comentario-box p span{
	color: #D4002A;
	font-weight: 700;
	font-size: 20px;
	margin: 0 3px;
}
.int-form-inner{
    position: absolute;
    max-height: 440px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

/* BG Internacional */
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    list-style: none;
    padding: 0;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/pattern.png) repeat top left; */
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 1;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(https://st2.depositphotos.com/1001146/10192/i/950/depositphotos_101922398-stock-photo-miami-beach-aerial-view.jpg)
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(https://st.depositphotos.com/1035350/3920/i/950/depositphotos_39204407-stock-photo-downtown-los-angeles.jpg);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(https://st2.depositphotos.com/1000633/6784/i/950/depositphotos_67842507-stock-photo-plaza-de-cibeles-with-fountain.jpg);
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(https://st2.depositphotos.com/1023102/5272/i/950/depositphotos_52723661-stock-photo-rio-de-janeiro-brazil-suggar.jpg);
    animation-delay: 18s;
}
/*.cb-slideshow li:nth-child(5) span {
    background-image: url(https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/5.jpg);
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/6.jpg);
    animation-delay: 30s;
}*/

.cb-slideshow li:nth-child(2) div {
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 18s;
}
/*.cb-slideshow li:nth-child(5) div {
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    animation-delay: 30s;
}*/

@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1; animation-timing-function: ease-out;}
    25% { opacity: 0; animation-timing-function: ease-out; }
    100% { opacity: 0; animation-timing-function: ease-out; }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 80px }
}

@media (min-width: 1400px){
	.int-form-inner/*, .flota-floating, .sac-floating, .comentarios-floating */ {
	    position: absolute;
	    max-height: 550px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    width: 100%;
	}
	section#int-contacto{
		min-height: 80vh;
		background-size: contain;
		position: relative;
		padding-top: 20vh;
	}
	.int-section{
		min-height: 0!important;
	}
	#int-form.int-section{
		min-height: calc(100vh - 80px)!important;
	}
}
@media (max-width: 767px){
    .alianza-box{
        width: 90%;
        margin: auto;
    }
    .edit-forms-container .auto-detalle{
        margin-bottom: 1em;
    }
    .titulo-detalle-menu h3{
        padding-left: 15px;
    }
    .logos-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .logos-flex img{
        margin: 2em 50%;
    }
	#slide-home.slide-sucursal .form-horizontal-home{
		bottom: -40px!important;
	}
	section#int-comentarios{
		padding-top: 70px!important;
	}
	.beneficio-box {
	    margin-bottom: 30px;
	}
	.concepto-llamado {
	    text-align: center;
	    margin-bottom: 20px;
	}
	.concepto-llamado img {
	    max-width: 100px;
	    display: block;
	    margin: auto;
	}
	.concepto-llamado h2{
		font-size: 28px;
	}
	.concepto-llamado h3{
		font-size: 20px;
	}
	.concepto-llamado h2 strong {
	    display: block;
	}
	.form-action-horizontal {
	    margin-top: 40px;
	}
	.flota-floating {
	    width: 90%;
	    margin: auto;
	}
	#int-form {
    	background: #cf1921;
	}
	.int-title {
	    text-align: center;
	}
	.int-form-inner {
	    width: 90%;
	    margin: auto;
	    position: relative;
	    max-height: 9999px;
	}
	#int-form .int-seguro{
		position: relative;
		right: 0;
		display: none;
	}
	#int-form .int-form{
		margin-bottom: 100px;
	}
	#int-form .int-form-header .int-auto {
	    position: relative;
	    width: 100%;
	    background-repeat: no-repeat;
	    background-position: center;
	    right: 0;
	    top: 0;
	    margin: auto;
	    text-align: center;
	    max-width: 200px;
	    height: auto;
	}
	#int-form .escoge-div {
    	text-align: center;
	}
	#int-form .escoge-div p{
		font-size: 16px;
	}
	.landing-miami h1.int-h1 strong{
		display: block;
	}
	#int-flota .row-benefits {
	    margin: 50px 0;
	}
	#int-flota .flota-box {
		max-width: 300px;
		margin: auto;
	    margin-bottom: 30px;
	}
	#int-flota .flota-box:hover {
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    -o-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
	#int-flota .flota-box.flot-box-int {
	    max-width: 275px!important;
	}
	.int-section-title h2, .contacto-info h2 {
	    font-size: 24px;
	}
	.int-section-title p, .contacto-info p {
	    font-size: 16px;
	}
	#int-atracciones .int-section-title p strong {
	    color: #d11424;
	}
	#int-atracciones .int-section-title {
	    width: 90%;
	    margin: auto;
	}
	#int-atracciones .int-section-title p{
		margin-bottom: 30px;
		font-size: 15px;
	}
	#int-atracciones .int-section-title h2 span{
		display: block;
	}
	#int-atracciones .atracciones-box {
	    margin-bottom: 30px;
	    max-width: 265px;
	    margin-left: auto;
	    margin-right: auto;
	}
	section#int-contacto {
	    background: #f2f2f2;
	    text-align: center;
	}
	section#int-contacto .col-sm-6 {
	    width: 90%;
	    margin: auto;
	    float: none;
	}
	#int-serv-cliente .sac-box h3{
		min-height: 0;
	}
	#int-contacto .contacto-info ul > li {
	    float: none;
	    margin: 0;
	}
	#int-contacto .contacto-info ul > li > a{
		font-size: 26px;
	}
	#int-contacto .contacto-info ul.contacto-email li > a > i{
		font-size: 30px;
	}
	.sac-floating, .comentarios-floating {
	    width: 90%;
	    margin: auto;
	}
	.sac-cover img {
	    margin: auto;
	}
	#int-serv-cliente .sac-box {
	    margin-bottom: 50px;
	}
	#sliderInt{
		display: none;
	}
	.trigger-menu-int{
		display: block;
	}
	ul.menu-internacional{
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	ul.menu-internacional.active{
		max-height: 900px;
		visibility: visible;
	}
	.menu-one-page{
		bottom: -42px;
	}
	.menu-one-page ul.menu-internacional li, .menu-one-page.menu-generico ul.menu-internacional li {
	    float: none;
	    width: 100%;
	    text-align: left;
	}
	.menu-one-page ul.menu-internacional li a{
		padding: 10px 30px;
	}
	.modal-int .modal-body {
	    padding: 20px;
	}
	.landing-miami h1.int-h1 span, .landing-miami h1.int-h1, .landing-miami h1.int-h1 strong{
		font-size: 30px!important;
		margin-right: 0!important;
	}
	.landing-miami h1.int-h1 span.emoji{
		display: block;
	}
}
@media (max-width: 500px){
	.landing-miami h1{
		font-size: 60px;
	}
	.landing-miami h1 span{
		font-size: 30px;
	}
	.adicionales-item {
	    float: none;
	    width: 100%;
	    margin-bottom: 30px;
	    margin-right: 0;
	}
	.modal-int .nav-tabs>li {
	    float: none;
	    width: 100%;
	    text-align: center;
	    border-top: solid 1px #ddd;
	}
	.row-adicionales{
		margin-bottom: 0;
	}
	.accidentes-image {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.accidentes-info {
	    float: none;
	    width: 100%;
	    margin-top: 20px;
	}
}
@media (max-width: 350px){
	#int-contacto .contacto-info ul > li > a{
		font-size: 22px;
	}
}


/* Tablet */
@media (max-width: 768px){
	.col-sm-6{
		width: 100%;
		float: none;
	}
  .webpay-logo{
    text-align: center;
    margin: 30px 0;
  }
}


/* Landing CMR */
body.alianza-landing{
	background: #fff;
    padding-top: 114px;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}
body.alianza-landing .menu-paso {
    margin-top: 30px;
}
body.alianza-landing header{
	background: #fff;
}
body.alianza-landing .zopim{
	display: none;
}
body.alianza-landing header{
	padding-bottom: 0;
}
body.alianza-landing .header-inner{
	overflow: hidden;
	width: 100%;
	max-width: 1170px;
	margin: auto;
}
body.alianza-landing .logo-avis {
    float: left;
    padding: 10px 0;
}
body.alianza-landing .logo-cmr{
	float: right;
	padding: 10px 0;
}
body.alianza-landing .logo-avis img{
    width: 135px;
    height: auto;
}
body.alianza-landing .logo-cmr img {
	width: 55px;
	height: auto;
}
body.alianza-landing .logo-bancochile img {
	width: 200px;
	height: auto;
}
body.alianza-landing .logo-full-copec img {
    min-width: 120px;
}
body.alianza-landing .container-fluid.plan-container {
    padding: 0;
}
body.alianza-landing #form-nacional label{
	font-size: 13px;
}
section#llamado-landing{
    padding-bottom: 40px;
}
section#llamado-landing .cmr-puntos-wrap{
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	display: none;
}
section#llamado-landing .cmr-puntos{
	position: absolute;
	right: -220px;
	bottom: -50px;
	opacity: 0;
}
section#llamado-landing .cmr-puntos img{
	width: 100%;
	max-width: 100px;
}
section#llamado-landing .car-wrap{
	position: relative;
	height: 160px;
}
section#llamado-landing .car-wrap img {
    position: absolute;
}
section#llamado-landing .car-wrap img.auto-citycar {
    left: 195px;
	top: 28px;
	width: 180px;
}
section#llamado-landing .car-wrap img.auto-sedan {
    left: -10px;
    right: 0;
    margin: auto;
    z-index: 9;
    top: 24px;
}
section#llamado-landing .car-wrap img.auto-suv {
    right: 180px;
	top: 26px;
	width: 200px;
}
section#llamado-landing .landing-caption {
    width: 100%;
    max-width: 470px;
}
section#llamado-landing .landing-caption h1{
	font-size: 30px;
    margin-top: 0;
    font-weight: 600;
}
section#llamado-landing .landing-caption h2{
	font-size: 20px;
	margin-bottom: 20px;
}
section#llamado-landing .landing-caption ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 2em;
}
section#llamado-landing .landing-caption ul > li{
    position: relative;
    padding-left: 2em;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.4em;
}
section#llamado-landing .landing-caption ul > li:before{
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 4px;
    color: #d40229;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.landing-caption h4 {
    font-size: 16px;
    font-weight: 700;
}
.landing-caption a {
    color: #d40229;
}
.landing-caption a:hover{
    color: #9d050e;
}
section#form-landing{
	background: #e6e6e6;
	padding: 5% 0;
    scroll-margin-top: 50px;
    scroll-snap-align: start;
}
section#form-landing input {
    border: solid 1px #c8c9c7;
}
section#form-landing input:hover{
	border-color: #D4002A;
}
section#form-landing .fecha-input{
	position: relative;
}
section#form-landing .fecha-input:after{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 10px;
    color: #333;
    top: 0;
    bottom: 0;
    margin: auto;
}
section#form-landing .ubicacion-2.open {
    height: 67px;
}
section#form-landing .form-alianzas{
	margin-bottom: 30px;
}
section#form-landing .legales-alianza p {
    text-align: center;
    font-size: 11px;
    margin-bottom: 0;
}
section#form-landing .cmr-visa, section#form-landing .action-alianzas .btn {
    display: inline-block;
    vertical-align: middle;
}
section#form-landing .action-alianzas .btn {
    margin-top: 0;
    font-size: 18px;
    margin-left: 5px;
}
section#form-landing .cmr-visa img {
    max-width: 330px;
}
section#form-landing .ubicacion .form-group, section#form-landing .ubicacion-2 .form-group{
	margin-bottom: 3px;
}
.alianza-landing .fecha-input .caret {
    display: none;
}
.alianza-landing .fecha-input input {
    border-radius: 0!important;
    text-align: left;
}
.alianza-landing button.dropdown-toggle{
	padding: .6em 1em;
}
.alianza-landing .form-control{
	height: auto;
}
.alianza-landing .form-group.div-cod-alianza label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.alianza-landing input#alianza-codigo {
    border-radius: 0!important;
    margin-top: -4px;
}
.alianza-landing .tarjetas-itau {
    text-align: center;
}
.alianza-landing div#horaRetiroContainer button.btn.dropdown-toggle.disabled.btn-default,
.alianza-landing div#horaEntregaContainer button.btn.dropdown-toggle.disabled.btn-default{
	border: none!important;
}
.alianza-landing div#horaRetiroContainer .btn-group.bootstrap-select.validar.form-control,
.alianza-landing div#horaEntregaContainer .btn-group.bootstrap-select.validar.form-control{
	border: solid 1px #ccc!important;
}
.tarjetas-itau img {
    width: 100%;
    display: block;
    margin: 1em auto;
    max-width: 400px;
}

/* LANDING SKYPLUS */
.animado {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.animado.show {
    opacity: 1;
    transform: translateY(0);
}
section#cabecera-alianza {
    text-align: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 5% 0 15% 0;
    position: relative;
}
section#cabecera-alianza > .container{
    position: relative;
    z-index: 9;
}
section#cabecera-alianza > video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section#cabecera-alianza  > .capa-negra {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
section#cabecera-alianza h1 {
    font-size: 46px;    
}
section#cabecera-alianza .logos-cabecera {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;         
    animation-delay: 0.4s;
}
section#cabecera-alianza .logos-cabecera > div {
    margin: 20px;
}
section#cabecera-alianza .btn-cupon{
    display: flex;
    max-width: 230px;
    align-items: center;
    margin: auto;        
    animation-delay: 0.6s;
}
section#cabecera-alianza .btn-cupon svg{
    margin-left: 10px;
}
.banners-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10%;
    position: relative;
    z-index: 99;
}
.banners-flex .banner-caja {
    width: 48%;    
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: -3px 6px 34px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 6px 34px -18px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 6px 34px -18px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    transition: transform 0.3s ease;
}
.banners-flex .banner-caja:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.banners-flex .banner-caja > a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.banners-flex .banner-caja .banner-caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
}
.banners-flex .banner-caja .banner-caption .caption-cta{
    max-width: 180px;
}
.banners-flex .banner-caja .banner-caption .caption-title{
    width: calc(100% - 165px);
}
.banners-flex .banner-caja .banner-caption .caption-title h2{
    margin-top: 0!important;
}
.banners-flex .banner-caja .banner-caption .caption-cta > .btn {
    padding: 1em 2em;
    display: inline-block;
    border-radius: 100px;
    font-weight: 700;
    color: #fff!important;
}
.banners-flex .banner-caja .banner-caption .caption-cta > .btn.btn-sky{
    background: #661E75;
}
.banners-flex .banner-caja .banner-caption .caption-cta > .btn.btn-avis{
    background: #d01322;
}
.banners-flex .banner-caja .banner-caption .caption-cta > .btn:hover{
    background: #333;
}
#puntos-skyplus{
    padding: 5% 0;
    scroll-margin-top: 50px;
    scroll-snap-align: start;
}
#puntos-skyplus .cabecera-skyplus{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
#puntos-skyplus .cabecera-skyplus .logo-skyplus{
    width: 150px;
}
#puntos-skyplus .cabecera-skyplus .titulo-skyplus{
    width: calc(100% - 170px);
}
#puntos-skyplus .cabecera-skyplus .titulo-skyplus h2{
    font-size: 40px;
}
#puntos-skyplus .cabecera-skyplus .titulo-skyplus h2 b{
    display: block;
}
#puntos-skyplus .cabecera-skyplus .titulo-skyplus p {
    font-size: 20px;
    width: 100%;
    max-width: 850px;
}
#puntos-skyplus .contenido-skyplus{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
#puntos-skyplus .contenido-skyplus > div{
    width: 48%;
}
#puntos-skyplus .contenido-skyplus > div.imagen-banner img{
    border-radius: 20px;
    -webkit-box-shadow: -3px 6px 34px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 6px 34px -18px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 6px 34px -18px rgba(0, 0, 0, 0.75);    
}
#puntos-skyplus .contenido-skyplus .paso-caja{
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;   
}
#puntos-skyplus .contenido-skyplus .paso-caja:nth-child(2){
    animation-delay: 0.6s;
}
#puntos-skyplus .contenido-skyplus .paso-caja:nth-child(3){
    animation-delay: 0.9s;
}
#puntos-skyplus .contenido-skyplus .paso-caja:nth-child(3){
    animation-delay: 1.2s;
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-numero{
    width: 60px;
    position: relative;
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-numero:after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    background: #cccccc;
    left: 24px;
}
#puntos-skyplus .contenido-skyplus .paso-caja:last-child .paso-numero:after {
    display: none;
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-texto{
    width: calc(100% - 80px);
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-numero span{
    display: block;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 2.2;
    border-radius: 100%;
    border: solid 1px #d01322;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    background: #d01322;
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-texto h3{
    color: #000;
    font-weight: 700;
    margin-top: 0;
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-texto p{
    font-size: 18px;
}
/*#puntos-skyplus .contenido-skyplus .paso-caja .paso-texto p a {
    color: #d01423;
}
#puntos-skyplus .contenido-skyplus .paso-caja .paso-texto p a:hover{
    color: #9d010d;
}*/
.legal-skyplus{
}
.legal-skyplus a{
    color: #333!important;
    font-weight: 600!important;
}
.legal-skyplus a:hover{
    color: #d01322!important;
}
#que-hacer .titulo-centrado{
    text-align: center;
}
#que-hacer .titulo-centrado h2{
    font-size: 40px;
}
#que-hacer .titulo-centrado p{
    font-size: 20px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}
#que-hacer .banners-que-hacer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
#que-hacer .banners-que-hacer > div{
    width: 22%;
}
#que-hacer .banners-que-hacer > div.caja-banner {
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 220px 1em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
#que-hacer .banners-que-hacer > div.caja-banner:nth-child(2){
    animation-delay: 2s;
}
#que-hacer .banners-que-hacer > div.caja-banner:nth-child(3){
    animation-delay: 3s;
}
#que-hacer .banners-que-hacer > div.caja-banner:nth-child(4){
    animation-delay: 4s;
}
#que-hacer .banners-que-hacer > div.caja-banner:hover {
    background-position: right;
}
#que-hacer .banners-que-hacer > div.caja-banner h3 {
    font-weight: 600;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.59);
}
.cta-banners {
    text-align: center;
    margin-bottom: 50px;
}
.cta-banners a.btn.btn-sky {
    padding: 1em 2em;
    display: inline-block;
    border-radius: 100px;
    font-weight: 700;
    color: #fff !important;
    background: #661e75;
}
.cabecera-formulario {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.titulo-formulario {
    width: calc(100% - 480px);
}
.titulo-formulario h2{
    font-size: 40px;
}
.titulo-formulario h2 b {
    display: block;
}
.titulo-formulario p {
    font-size: 20px;
}
.img-formulario {
    width: 100%;
    max-width: 460px;
}
#banner-full{
    /*animation: grow-up 2s ease-in-out both;
    animation-timeline: view();
    animation-range: entry 20% cover 30%;
    will-change: opacity, transform;*/    
}
#banner-full img.movil{
    display: none;
}
@media (max-width: 767px) {
    #banner-full img.movil{
        display: block;
    }
    #banner-full img.no-movil{
        display: none;
    }
}
#preguntas-frecuentes{
    scroll-margin-top: 100px;
    scroll-snap-align: start;
}
#preguntas-frecuentes #faq-section-preferente .section-title h2{
    font-weight: 400;
    text-transform: none;
    font-size: 36px;
}
#preguntas-frecuentes .panel .panel-title {
    font-size: 18px;
}
#preguntas-frecuentes .panel-body {
    font-size: 16px;
}
#preguntas-frecuentes .panel .panel-title a.collapsed{
    font-size: 16px;
}
#form-landing .form-full {
    padding-top: 2em;
}
.tres-pasos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0;
}
.tres-pasos .caja-paso{
    text-align: center;
    color: #d01322;
    font-weight: 600;
    width: 31%;
    position: relative;
}
.tres-pasos .caja-paso:nth-child(2){
    animation-delay: 2s;
}
.tres-pasos .caja-paso:nth-child(3){
    animation-delay: 4s;
}
.tres-pasos .caja-paso:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #CBCBCB;
    top: 25px;
}
.tres-pasos .caja-paso:last-child:after{
    display: none;
}
.tres-pasos .caja-paso > span {
    font-size: 24px;
    background: #d01322;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 1.9;
    border: solid 1px #d01322;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: #fff;
}
@media (max-width:991px){
    .banners-flex .banner-caja .banner-caption .caption-title, .banners-flex .banner-caja .banner-caption .caption-cta{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #que-hacer .banners-que-hacer > div.caja-banner {
        width: 48%;
        padding: 110px;
        height: 287px;
    }
    #puntos-skyplus .contenido-skyplus{
        align-items: flex-start;
    }
    .banners-flex .banner-caja .banner-caption .caption-title h2{
        font-size: 26px;
        margin-bottom: 1em;
    }
    .cabecera-formulario {
        flex-direction: column-reverse;
    }
    .img-formulario, .titulo-formulario {
        width: 100%;
        text-align: center;
    }
    .img-formulario {
        margin: auto;
    }
    .titulo-formulario{
        margin-top: -60px;
    }
}
@media (max-width:767px){
    .banners-flex{
        justify-content: space-around;
    }
    .banners-flex .banner-caja{
        width: 46%;
    }
    .cabecera-skyplus {
        justify-content: center;
        width: 90%;
        max-width: 600px;
        margin: auto;
        text-align: center;
        flex-direction: column-reverse;
    }
    #puntos-skyplus .cabecera-skyplus .titulo-skyplus {
        width: 100%;
    }
    #puntos-skyplus .cabecera-skyplus .titulo-skyplus h2 {
        margin-top: 0;
    }
    #puntos-skyplus .cabecera-skyplus .titulo-skyplus p {
        font-size: 20px;
        width: 100%;
        max-width: 850px;
    }
    #puntos-skyplus .contenido-skyplus > div {
        width: 100%;
        max-width: 420px;
        margin: auto;
    }
    #puntos-skyplus .contenido-skyplus{
        gap: 2em;
    }
    .legal-skyplus {
        padding: 0 8%;
        text-align: justify;        
    }
    #puntos-skyplus .cabecera-skyplus .logo-skyplus{
        margin: auto;
    }
    section#que-hacer {
        width: 100%;
        max-width: 420px;
        margin: auto;
    }
    #que-hacer .banners-que-hacer{
        gap: 30px;
    }
    #que-hacer .banners-que-hacer > div.caja-banner {
        width: 100%;
        margin: 0 !important;
    }
    section#form-landing .container {
        width: 80%;
        max-width: 450px;
        margin: auto;
    }
    section#preguntas-frecuentes {
        width: 90%;
        margin: auto;
    }
    .tres-pasos .caja-paso > span{
        width: 44px;
        height: 44px;
        font-size: 21px;
    }
    .caja-paso p {
        font-size: 16px;
        line-height: 1.2;
    }
}
@media (max-width:600px){
    .banners-flex {        
        gap: 30px;
        margin-top: 30px;
    }
    .banners-flex .banner-caja {
        width: 80%;
        max-width: 400px;
    }
    section#cabecera-alianza h1{
        font-size: 30px;
    }
    .titulo-alianza {
        padding-top: 30px;
    }
    section#cabecera-alianza .logos-cabecera > div.logo-skyplus{
        max-width: 220px;
    }
    section#cabecera-alianza .logos-cabecera > div.logo-skyplus > svg{
        width: 100%;
    }
    section#cabecera-alianza .logos-cabecera > div.logo-avis {
        max-width: 100%;
        width: 100%;
    }
    section#cabecera-alianza .logos-cabecera > div{
        margin: 0;
    }
    section#puntos-skyplus, section#que-hacer{
        width: 80%;
        margin: auto;
    }
    #puntos-skyplus .cabecera-skyplus .titulo-skyplus h2, #que-hacer .titulo-centrado h2{
        font-size: 33px;
    }
}

/* PASO 2, 3 y 4 */
.dcto-cmr img {
    max-width: 200px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.ul-pay li span img {
    max-width: 150px;
}
.cmr-tarjetas {
    text-align: center;
}
.cmr-tarjetas img {
    max-width: 300px;
    margin: 20px auto;
    width: 100%;
}
.cmr-tarjetas.copec img {
    width: 120px;
}
.cmr-tarjetas.unimarc img {
    max-width: 150px;
}

@media (max-width: 600px){
    .auto-info h4, .auto-info h3{
        max-width: 200px;
    }
    .auto-precio h4, .auto-precio h3{
        max-width: 100%!important;
    }
    .trigger-detalle{
        top: 0;
        bottom: unset;
    }
	.form-full-lo .col-sm-4 .col-sm-6{
		width: 100%!important;
	}
	body.body-lo .form-horizontal-home .form-group{
		
	}
	section#form-landing{
		position: relative;
		padding-top: 40px;
	}
	section#form-landing:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 0px;
	    height: 0px;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-top: 30px solid #ffffff;
	    right: 0;
	    margin: auto;
	}
	body.alianza-landing{
		background: #fff;
	}
	section#form-landing .cmr-visa{
		display: block;
	}
	section#form-landing .cmr-visa img{
		max-width: 255px;
	    margin-bottom: 20px;
	    display: block;
	    margin: 0 auto 20px auto;
	}
	body.alianza-landing .menu-paso{
		padding: 0 15px;
	}
	body.alianza-landing .header-inner {
	    margin-bottom: 20px;
	    padding: 10px 20px;
	}
	section#llamado-landing{
		padding: 0 20px;
	}
	section#llamado-landing .landing-caption {
    	text-align: center;
	}
	section#llamado-landing .landing-caption h2{
		margin-bottom: 40px;
	}
	section#llamado-landing .cmr-puntos {
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 100%;
	    text-align: center;
	}
	section#form-landing .form-alianzas {
	    padding: 0 20px;
	}
	section#form-landing .fecha .col-sm-6 {
	    width: 48%;
	    float: left;
	}
	section#form-landing .fecha .col-sm-6:last-child {
	    float: right;
	}
	section#form-landing .legales-alianza {
    	padding: 0 30px 30px 30px;
	}
	section#form-landing .vehiculo-tipo {
	    margin-top: 10px;
	}
	section#llamado-landing .car-wrap img.auto-citycar{
		left: -15px!important;
	}
	section#llamado-landing .car-wrap img.auto-suv{
		right: -15px!important;
	}
	section#llamado-landing .cmr-puntos{
		right: 0!important;
	}
}
@media screen and (max-width: 480px) {
    .auto-detalle{
        flex-direction: column!important;
    }
    .detalle-menu{
        margin-top: 4em;
    }
    ul.ul-subtotales-menu > li span:first-child{
        max-width: 450px;
    }
}

/* Drilo */
.firma-drilo {
    text-align: center;
    border-top: solid 1px #ccc;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 11px;
    color: #666;
}
.firma-drilo p, .firma-drilo a {
}
.firma-drilo p {
    margin-bottom: 3px;
}
.firma-drilo a:hover svg path{
	fill: #333;
}
.firma-drilo a svg path{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.firma-drilo a svg path#XMLID_13_ {
    fill: #babf10!important;
}
footer .firma-drilo{
	border: none;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 30px;
}
footer .firma-drilo p{
	color: #fff;
}
footer .firma-drilo a{
    color: #fff;
    opacity: .8;
}
footer .firma-drilo a:hover{
    opacity: 1;
}
footer .firma-drilo a svg path{
	fill: #dadada;
}
footer .firma-drilo a:hover svg path{
	fill: #fff;
}


/* LOADER
.loader {
    border: 10px solid #ccc;
    border-top: 10px solid #D4002A;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: auto;
}
.loader-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}
.logo-loader {
    position: relative;
}
.logo-loader svg {
    max-width: 105px;
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    margin: auto;
}
.loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(256,256,256,.4);
    left: 0;
    top: 0;
    z-index: 9999999;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.swal-footer {
    text-align: center !important;
}
.swal-button {
    background-color: #d01624 !important;
}*/


.loader-wrap {
    background: url(/img/logo-avis.svg) no-repeat center;
    width: 120px;
    background-size: 80px;
    height: 120px;
    margin: auto!important;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.loader-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(256,256,256,.95);
    top: 0;
    left: 0;
}
.loader-fixed{
	display: none;
}
.loader-fixed.load{
	display: block;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #db1a32;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 4s linear infinite;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* Concurso UC */
body.body-concurso-uc {
    background: #e0ddd8;
}
.auto-concurso-uc, .logo-avis-uc{
	text-align: center;
}
.logo-avis-uc{
	margin: 20px 0;
}
.logo-avis-uc img{
	max-width: 150px;
}
.auto-concurso-uc img{
	max-width: 500px;
}
.auto-concurso-uc img.gana-con {
    max-width: 340px;
    margin-top: 30px;
    margin-bottom: 20px;
}
body.body-concurso-uc .legal{
	padding: 1em;
	font-size: 11px;
}
#form-concurso{}
#form-concurso .form-group label {
    display: block;
    font-size: 12px;
}
#form-concurso .form-group input{
	display: block;
	width: 100%;
	padding: .7em 1em;
}
body.body-concurso-uc .modal-content{
	background: #e0ddd8;
	padding: 20px 0 50px 0;
	border: none;
}
body.body-concurso-uc .modal-content .modal-header{
	background: none;
}
body.body-concurso-uc .modal-content .logo-modal img {
    width: 100%;
    max-width: 150px;
}
body.body-concurso-uc .modal-content .concurso-modal img {
    width: 100%;
    max-width: 350px;
}
body.body-concurso-uc .modal-content .modal-footer{
	border-top: 0;
}
body.body-concurso-uc .modal-body{
	padding: 10px;
}
.rrss-modal{
	list-style: none;
	padding: 0;
	margin: 0
}
.rrss-modal > li{
	display: inline-block;
	vertical-align: middle;
}
.rrss-modal > li > a {
    display: block;
    color: #d81a32;
    font-size: 25px;
    width: 50px;
    text-align: center;
}
.rrss-modal > li > a:hover{
	color: #333;
}

@media (max-width: 990px){
	.auto-concurso-uc img{
		max-width: 400px;
		width: 100%;
	}
	#form-concurso{
		max-width: 350px;
		margin: auto;
		width: 90%;
	}
	.form-action{
		text-align: center;
	}
}
@media (max-width: 500px){
	.auto-concurso-uc{
		max-width: 400px;
		overflow: hidden;
	}
}
label.error {
	color: #D4002A !important;
	font-size: 11px;
}






/* RESPONSIVE FORM INTERNACIONAL */
@media (min-width: 1025px) and (max-width: 1200px){
	.form-action-horizontal {
	    margin-top: 67px;
	}
	#int-form .int-form-header .int-auto{
		width: 250px;
	    height: 150px;
	    right: 0;
	    top:0;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.int-form-inner{
		max-height: 600px;
	}
	#int-form .int-form-header .int-auto{
		width: 215px;
	    height: 120px;
	    right: 0;
	    top:0;
	}
	#int-form .col-sm-3{
		width: 50%;
	}
	#int-form .col-sm-3.col-devolucion-int, #int-form .col-sm-3.col-action-int{
		width: 100%;
	}
	#int-form .devolucion-col .form-group {
	    width: 48%;
	    float: left;
	}
	#int-form .devolucion-col .form-group:last-child{
		float: right;
	}
	.form-action-horizontal {
	    margin-top: 0;
	    max-width: 300px;
	    margin: auto;
	}
}

.bootstrap-select.btn-group .dropdown-menu{
	z-index: 99999!important;
}


/* NAVIDAD AVIS */
a.logo.logo-navidad > img {
    width: 130px;
}
.navbar.xmas{
    background-image: url(/img/navidad-header.svg)!important;
    background-repeat: repeat-x!important;
    background-size: contain!important;
}
@media (max-width: 767px){
	.navbar.xmas{
		background-size: 600px!important;
	}
}


/* LANDING RRHH */
.container-concurso{
	padding: 0!important;
	font-family: 'Open Sans';
	background: #e0ddd8;
}
.container-concurso h1, .container-concurso h2, .container-concurso h3{
	font-family: 'Open Sans';
}
.row-concurso{
	margin: 0;
}
.row-concurso .col-sm-6{
	padding: 0!important;
	min-height: 100vh;
}
.concurso-image{
	background: url(/img/bg-concurso.jpg) #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    min-height: 100vh;
    position: relative;
}
.concurso-title{
	text-align: center;
	position: absolute;
	max-width: 400px;
	margin: auto;
	left: 0;
	right: 0;
	top: 100px;
	margin: auto;
	height: 300px;
}
.concurso-title h1 {
    text-transform: uppercase;
    color: #cf1921;
    font-size: 24px;
    margin: 0;
}
.concurso-title img{
	max-width: 200px;
	height: auto;
	width: 100%;
}
.concurso-title h3{
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.concurso-title h2{
	text-transform: uppercase;
	color: #cf1921;
	margin: 0;
	font-size: 40px;
    line-height: .8em;
}
.concurso-info {
    padding: 50px;
    position: relative;
    min-height: 100vh;
    padding-top: 80px;
}
.concurso-info h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #cf1921;
    margin-bottom: 0;
}
.concurso-info p{
	font-size: 18px;
	line-height: 1;
	margin: 5px 0;
}
#form-concurso .form-group input, #form-concurso .form-group textarea{
	width: 100%;
	max-width: 350px;
	display: block;
	border: solid 1px #fff;
	font-size: 18px;
}
#form-concurso .form-group input:focus, #form-concurso .form-group textarea:focus{
	border: solid 1px #cf1921;
}
#form-concurso .form-group label{
	font-size: 15px;
}
body.body-concurso-uc .concurso-info .legal{
	padding: 0;
	line-height: 1.5;
	font-size: 13px;
}
.concurso-cta{
	display: none;
	text-align: center;
}
.concurso-cta a {
    display: inline-block;
    color: #d91e32;
    text-transform: uppercase;
    padding: 1em 2em;
    border: solid 1px #d91e32;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 50px 0;
}
.concurso-cta a:hover{
	background: #d91e32;
	color: #fff;
}
.concurso-cta a > i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}

@media (max-width: 767px){
	.concurso-title {
	    position: unset;
	    padding-top: 50px;
	    height: auto;
	}
	.concurso-cta{
		display: block;
	}
	.concurso-info{
		text-align: center;
		padding: 20px 50px;
	}
}

/* NEW HOME */
body{
	/*padding-top: 82px;*/
	padding-top: 111px;
}
nav.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999!important;
}
.container.container-menu {
    width: 100%;
	padding: 0 25px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
li.dropdown.li-login i.fa-user {
    color: #d5012b;
    margin-right: 5px;
}
li.dropdown.li-login > a {
	border-left: solid 1px #c6c3c1!important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.carousel-control{
	z-index: 9;
}
nav.navbar.navbar-default.red-bg{
	background: #e1ded9!important;
	margin-top: 0;
}
.navbar-default .navbar-nav>li>a{
	color: #333!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 31px 17px;
}
.logo-wrap > a.logo {
    display: block;
    padding: 13px 0;
}
.vehiculos-wrap > .menu-vehiculos, .sucursales-wrap > .menu-sucursales{
	background-color: #fff;
}
.dropdown-menu{
	background-color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #ddd;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #000;
    text-decoration: none;
    background-color: #ddd;
    outline: 0;
}
.vehiculos-wrap > .menu-vehiculos.open, .sucursales-wrap > .menu-sucursales.open{
	/*top: 81px;*/
	top: 111px;
}
.navbar-nav>li>.dropdown-menu {
    -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, .1)!important;
    box-shadow: 0 10px 13px rgba(0, 0, 0, .1)!important;
}
.navbar-nav > li > a.open, .navbar-nav > li > a:hover, .navbar-nav > li.active > a{
	background-color: #fff!important;
    color: #333!important;
}
.navbar-nav .li-ventas > a, .navbar-nav .li-signin > a{
	position: relative;
	padding: 21px!important;
}
.navbar-nav .li-ventas > a:before, .navbar-nav .li-signin > a:before{
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	background: #b7b7b7;
}
.navbar-nav .li-ventas > a > i, .navbar-nav .li-signin > a > i{
	display: inline-block;
	width: 35px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.navbar-nav .li-ventas > a > i{
	background-image: url(/img/icon-phones.svg);
	width: 40px;
}
.navbar-nav .li-signin > a > i{
	background-image: url(/img/icon-signin.svg);
	padding: 3px 0;
}
ul#login {
	width: 150%;
	min-width: 210px;
}
ul#login > li > a, ul.dropdown-ventas > li > a {
    font-size: 14px;
    padding: 1em 2em;
    border-bottom: solid 1px #eee;
}
ul#login > li > a i {
    float: right;
}

#reservar.dropdown-menu{}
#reservar.dropdown-menu > li > a {}
ul.dropdown-menu.dropdown-ventas {
    width: 100%;
}
ul.dropdown-menu.dropdown-ventas li > a > i {
    color: #cf1225;
    font-size: 16px;
    text-align: center;
    width: 25px;
}
ul.dropdown-menu.dropdown-ventas li.email > a > i{
	font-size: 12px;
}
ul.dropdown-menu.dropdown-ventas li.phone > a > i{
	font-size: 20px;
}

#slide-home:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}
#slide-home .fill {
	/*height: -moz-calc(100vh - 82px);
	height: -webkit-calc(100% - 18px);
	height: -o-calc(100vh - 82px);
	height: calc(100vh - 82px);*/
	height: -moz-calc(100vh - 111px);
	height: -webkit-calc(100% - 111px);
	height: -o-calc(100vh - 111px);
	height: calc(100vh - 111px);
    background-size: cover;
    background-position: center;
}
#slide-home .fill-responsive{
  display: none;
}
#slide-home.slide-vehiculo .fill, #slide-home.slide-sucursal .fill {
	/*height: calc(70vh - 82px);*/
	height: calc(70vh - 111px);
}
#slide-home.slide-vehiculo .form-horizontal-home, #slide-home.slide-sucursal .form-horizontal-home {
    bottom: 100px;
}
.info-p{
    width: 100%;
    max-width: 1170px;
    margin: 1em auto;
    padding: 1em;
    background: rgba(256,256,256,.8);
}
.info-p > p{
	margin: 0;
    color: #333;
    font-size: 12px;
}
.info-p > p a{
    color: #d01322;
}
#slide-home .carousel-control{
    width: 50px;
    font-size: 14px;
    color: #fff;
    height: 50px;
    background-color: rgba(256,256,256,0);
    border-radius: 100%;
    line-height: 3.3;
    border: solid 2px #fff;
}
#slide-home .carousel-control:hover{
	background: rgba(256,256,256,1);
	color: #d4002a;
}
#slide-home a.left.carousel-control {
    left: 20px;
}
#slide-home a.right.carousel-control {
	right: 20px;
}
#scroll-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    z-index: 9;
}
#scroll-icon a {
    color: #fff;
    display: block;
    text-align: center;
    width: 60px;
    margin: auto;
}
#scroll-icon a i{
	border-radius: 100%;
    border: solid 2px #fff;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#scroll-icon a:hover i{
	background: #fff;
	color: #D4002A;
	cursor: pointer;
}
#scroll-icon a span{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans';
}
.form-horizontal-home {
    position: absolute;
    width: 100%;
    bottom: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-horizontal-home.open{
	 bottom: 220px;
   z-index: 9999999;
}
.form-horizontal-home div#tab-form{
	background: transparent;
}
.form-horizontal-home .nav-tabs{
	border-bottom: 0;
	overflow: hidden;
}
.form-horizontal-home.open #tab-form .row-form{
    background: #fff;
}
.form-preview {
    background: #fff;
}
.form-horizontal-home.open > .info-p{
    display: none;
}
.form-horizontal-home .nav-tabs li a {
    background: #e0ded8;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    border: 0!important;
    margin: 0;
    font-family: 'Open Sans';
    letter-spacing: 0;
}
.form-horizontal-home .nav-tabs li a:hover{
	background: #e1ded9;
}
.form-horizontal-home .nav-tabs li.active a, .form-horizontal-home .nav-tabs li.active a:hover{
	background: #D4002A;
	color: #fff;
	font-weight: 700;
}
.form-horizontal-home .form-group label{
	color: #333;
	font-weight: 600!important;
	min-height: 0!important;
	font-size: 12px;
}
.form-horizontal-home .form-action{
	margin: 0;
}
.form-horizontal-home .form-action .btn{
	font-size: 14px;
    padding: .7em 3em;
    display: block!important;
    width: 100%;
    margin-top: 26px;
    font-family: 'Open Sans'!important;
    text-rendering: optimizeLegibility;
    font-weight: 600;
}
.form-horizontal-home .form-action .btn i{
	font-size: 16px;
    margin-left: 3px;
    width: auto;
    margin-top: 2px;
}
.form-horizontal-home input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size: 12px;color: #999;}
.form-horizontal-home input::-moz-placeholder { /* Firefox 19+ */font-size: 12px;color: #999;}
.form-horizontal-home input:-ms-input-placeholder { /* IE 10+ */font-size: 12px;color: #999;}
.form-horizontal-home input:-moz-placeholder { /* Firefox 18- */font-size: 12px;color: #999;}
.form-horizontal-home .form-control, .form-horizontal-home button.btn.dropdown-toggle{
	min-height: 39px;
	text-align: left!important;
	border-radius: 0!important;
	background: #fff;
}
.form-horizontal-home .fecha-input{
	position: relative;
}
.form-horizontal-home .fecha-input .caret {
    position: absolute;
    right: 15px;
    top: 18px;
}

.form-horizontal-home textarea{
	border-radius: 5px;
	border: solid 1px #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: auto!important;
    border: solid 1px #ccc;
}

.form-comentarios {
    padding-top: 0px !important;
    margin-top: -17px;
}

#home-beneficios{}
.beneficios-title, .pagina-title{
	text-align: center;
	padding-top: 20px;
}
.beneficios-title h2, .pagina-title h1{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Open Sans';
}
.beneficios-title h3, .pagina-title h2{
	font-size: 18px;
	margin-top: 0;
	font-family: 'Open Sans';
}
.beneficios-title h2{
	margin-bottom: 5px!important;
}
.beneficios-title h2 span {
    font-size: 14px;
    vertical-align: top;
}
.beneficios-grid {
    margin: 50px 0;
}
.beneficios-grid .row {
    margin-bottom: 30px;
}
.banner-square{
	min-width: 360px;
	height: 360px;
	background: #ccc;
	width: 100%;
}
.banner-full-h{
	width: 100%;
	height: 360px;
	background: #eee;
}
.banner-full-h h2 {
    font-size: 18px!important;
	line-height: 1!important;
	font-weight: 400!important;
}
.banner-full-h h3 {
    font-size: 26px!important;
}
.banner-vertical{
	width: 100%;
	height: 750px;
	background: #ddd;
}
.banner-home{
	text-align: center;
	position: relative;
	font-family: 'Open Sans'!important;
}
.banner-home:before{
	content: "";
	max-width: 0;
	position: absolute;
	top: -70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: -moz-radial-gradient(center, ellipse cover, rgba(234,236,237,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(234,236,237,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(234,236,237,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeced', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-filter: blur(15px);
  	-moz-filter: blur(15px);
  	-o-filter: blur(15px);
  	-ms-filter: blur(15px);
  	filter: blur(15px);
  	max-height: 200px;
  	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-home:hover:before{
	background: rgba(234,236,237,.7);
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	top: 0;
	-webkit-filter: blur(0);
  	-moz-filter: blur(0);
  	-o-filter: blur(0);
  	-ms-filter: blur(0);
  	filter: blur(0);
}
.banner-home .btn{
	color: #fff!important;
	display: inline-block;
	padding: .5em 2em;
	text-transform: none!important;
	font-size: 16px;
	cursor: pointer!important;
}
.banner-home .banner-info{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-height: 190px;
	max-width: 300px;
}
.banner-home .banner-info .banner-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-home .banner-info h3{
	font-size: 24px;
	font-weight: 600;
	line-height: .9;
	text-transform: uppercase;
	margin: 0;
}
.banner-home .banner-info h2{
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	line-height: .9;
}
.banner-home .banner-info h2.font-40{
	font-size: 26px; 
	line-height: 1;
}
.banner-home .banner-info p{
	font-size: 17px;
} 
.banner-vertical:before {
    top: 0;
    bottom: unset;
    max-height: 500px;
    height: 300px; 
}
.banner-vertical .banner-info {
    top: 90px;
    bottom: unset;
}
.banner-vertical .banner-info .banner-cta {
    position: relative;
    margin-top: 25px;
}
.banner-bg{
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
.banner-home .banner-caption h3{
	font-size: 18px;
}
.banner-home .banner-caption h2{
	font-size: 24px;
	font-weight: 600;
}
.banner-full-h h2.font-40 {
    font-size: 26px!important;
    font-weight: 600!important;
}
.banner-1{
	background-image: url(/img/banner-01.jpg);
}
.banner-2{
	background-image: url(/img/banner-02.jpg);
}
.banner-3{
	background-image: url(/img/banner-03.jpg);
}
.banner-4{
	background-image: url(/img/banner-04.jpg);
}
.banner-5{
	background-image: url(/img/banner-05.jpg);
}
.banner-6{
	background-image: url(/img/banner-06.jpg);
}
.form-preview.remove{
	display: none;
}
.form-preview label {
    font-size: 15px;
}
.form-full.open{
	display: block!important;
}
.form-horizontal-home .form-full .form-action .btn{
	display: inline-block!important;
	font-size: 15px;
	width: auto;
}
.form-horizontal-home .form-full .form-action .btn i{
	margin-top: 0;
}
.form-horizontal-home .ubicacion .form-group {
    margin-bottom: 0;
}
.form-horizontal-home .checkbox label {
    color: #333;
    margin-top: 10px!important;
}
.form-horizontal-home .checkbox label:before{
	border: solid 1px #ccc;
}
.form-horizontal-home .ubicacion-2.open{
	height: 74px;
}
.form-horizontal-home .ubicacion-2 .form-group{
	margin-bottom: 0;
    padding-top: 10px;
}
.form-full{
	position: relative;
}

/* FLUJO DE RESERVA */
#paso-1{
	padding: 0;
}
#paso-1 > .container {
    display: none;
}
#car-carrusel{
	margin-top: 0;
}
#car-carrusel.recomendado-carrusel {
	margin-top: 0;
	position: relative;
}
#car-carrusel > .container {
    display: flex;
    flex-wrap: wrap;
}
#car-carrusel .car-col{
	flex: 12%;
	text-align: center;
	margin: 0 1%;
	border: solid 1px #e1ded9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	cursor: pointer;
}
#car-carrusel .car-col.car-nodisp {
    border: solid 1px #e1ded9!important;
    opacity: .5;
    cursor: not-allowed!important;
}
#car-carrusel .car-col.car-nodisp h3, #car-carrusel .car-col.car-nodisp h4, #car-carrusel .car-col.car-nodisp p{
	color: #333!important;
	font-size: 14px;
}
#car-carrusel .car-col h2 {
    margin: 0;
    position: absolute;
    color: #fff;
    background: #d01322;
    font-size: 12px;
    width: 101%;
    text-transform: uppercase;
    font-weight: 400;
    padding: .5em;
    top: -25px;
    left: -1px;
}
#car-carrusel .car-col img {
    max-width: 100px;
}
#car-carrusel .car-col:first-child {
    margin-left: 0;
}
#car-carrusel .car-col:last-child{
	margin-right: 0;
}
#car-carrusel .car-col p{
	margin: 0;
	font-size: 14px;
}
#car-carrusel .car-col h3{
	margin: 0;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
#car-carrusel .car-col h4 {
	font-weight: 600;
	font-size: 14px;
}
#car-carrusel .car-col:hover, #car-carrusel .car-col.col-active{
	border: solid 1px #d4002A;
	color: #d4002A;
}
.cupon-box {
    background: #e1ded9;
    display: flex;
    padding: .8em 1em;
	margin-top: 30px;
	font-size: 17px;
	align-items: center;
}
.cupon-box i{
	color: #d01322;
	margin-right: 5px;
	font-size: 22px;
}
.cupon-box p{
	margin-bottom: 0;
}
#car-list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -15px;
	margin-top: 20px;
}
#car-list > .car-list-box{
	flex: 30%;
	border: solid 1px #e1ded9;
	text-align: center;
	padding: 1em;
	margin: 15px;	
	position: relative;
	max-width: 32%;
}
#car-list > .car-list-box h2 {
	margin-top: 0;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}
#car-list > .car-list-box > img{
	display: block;
	margin: 20px auto;
}
#car-list h3{
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}
#car-list ul{
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	flex-wrap: no-wrap;
	min-height: 70px;	
}
#car-list ul > li{
	flex: 20%;
	text-align: center;
	line-height: 1; 
}
#car-list ul > li .img-icon {
    display: inline-block;
    width: 50%;
	text-align: center;
	position: relative;
}
#car-list ul > li .img-icon > span{
	background: #333;
	color: #fff;
	font-size: 9px;
	text-align: center;
	position: absolute;
	right: -3px;
	top: -5px;
	width: 15px;
	height: 15px;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 100%;
	border: solid 1px #fff;
	display: none;
}
#car-list ul > li img {
    display: block;
    margin: 0 auto 5px auto;
    width: 20px;
}
#car-list ul > li span{
	display: block;
	font-size: 11px;
    line-height: 1.2;
}
#car-list ul > li.maletas > span {
    display: -webkit-box;
    height: 41px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#car-list .letra-chica {
    text-align: center;
	width: 90%;
	margin: auto;
	font-size: 12px;
}
.car-cta{
	text-align: center;
}
.car-cta p {
    font-size: 12px;
}
.car-cta button{
	display: block;
	margin: 0 auto 15px auto; 
	border: none;
	background: #eee;
	font-size: 14px;
    padding: .5em 1em;
    border-radius: 0;
	min-width: 250px;
	font-weight: 600;
}
.car-cta button:hover{
	background: #ddd;
	border-radius: 20px;
}
button.btn-pagar-sucursal.btn-pagar {
    font-weight: 400;
}
button.btn-pagar.empresa-disabled {
    opacity: 0.65;
}
.car-cta button.btn-pagar-online{
	background: #D4002A;
	color: #fff;
}
.car-cta button.btn-pagar-online:hover{
	background: #c00018;
}
.car-cta .tarjeta-dcto img {
    max-width: 200px;
    margin-bottom: 10px;
}
.car-cta .dcto-bancochile img {
    max-width: 140px;
}
.tarjeta-dcto.dcto-copec img{
    width: 100px!important;
}
.tarjeta-dcto.dcto-sky img {
    max-width: 150px!important;
}
.tarjeta-dcto.dcto-unimarc img {
    max-width: 90px!important;
}
#car-list .car-cta a.btn-nostock {
    color: #aaa;
    border: solid 1px #ccc;
    padding: .5em 1em;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
	cursor: not-allowed;
	max-width: 270px;
}
#car-list .car-cta h3 {
    text-transform: uppercase;
    color: #d4002a;
    font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
#car-list .car-cta .p-nostock {
    font-family: 'Open Sans';
    font-size: 10px;
    width: 95%;
	margin: auto;
	margin-bottom: 15px;
}
#car-list .car-cta .p-nostock a, #car-list .car-cta .p-nostock b{
	color: #d4002a;
	font-weight: 700;
}
#car-list .car-cta .p-nostock a:hover{
	color: #333;
}
#upsell {
    position: absolute;
    width: 130px;
    height: 130px;
    background: #D4002A;
    border-radius: 100%;
    right: -85px;
    z-index: 9;
	color: #fff;
	padding: 1.5em 1em;
	top: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#upsell .cta-upsell {
    position: absolute;
    right: -15px;
    top: 45px;
    background: #d4002a;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 2.3;
    border-radius: 100%;
    border: solid 1px #fff;
}
#upsell .cta-upsell:hover{
	background: #c00018;
}
#upsell h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
#upsell h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
#upsell p{
	margin-bottom: 0;
}
.banner-coberturas-page{
	margin: 50px auto;
}
.pack-row{
	margin: 50px 0px;
}
.pack-row .col-sm-3 {
    padding: 0;
}
.pack-box{
	border: solid 1px #ddd;
	border-left: none;
}
.pack-row .col-sm-3:first-child .pack-box {
    border-left: solid 1px #ddd;
}
.pack-title{
	background: #D4002A;
	color: #fff;
	display: flex;
	align-items: center;
	padding: .5em 1.5em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pack-title.pack-active, .pack-box:hover .pack-title{
	background: #535353;
}
.pack-title h3{
	font-size: 20px;
	text-transform: uppercase;
	flex: 90%;
	margin: 0;
	align-items: center;
	display: flex;
}
.packs-page .pack-title h3{
	display: block;
	text-align: center;
}
.pack-title h3 img{
	max-width: 40px;
	margin-right: 5px;
}
.pack-content { 
	padding: 1.5em;	
	min-height: 380px;
}
.pack-content h4{	
	font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.pack-content p{
	font-size: 14px;
    text-align: center;
	margin-top: 10px;
	min-height: 125px;
}
.pack-content p.ca-legal {
    font-size: 12px;
	line-height: 1;
	min-height: 50px;
}
.pack-content p i{
	color: #D4002A;
}
.pack-content ul {
    list-style: none;
    margin: 15px 0;
    padding: 15px 0;
    border-top: solid 1px #ddd;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.pack-content ul > li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}
.pack-content ul > li:before{
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
	color: #8fb82b;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pack-title .pack-checkbox{
	flex: auto;
	text-align: right;		
}
.pack-title .pack-checkbox input[type="checkbox"], .checkbox-form input[type="checkbox"] {
	display: none;
}
.pack-title .pack-checkbox input[type="checkbox"] + label span, .checkbox-form input[type="checkbox"] + label span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
	background: #fff;
	background-size: cover;
	cursor: pointer;
	border-radius: 100%;
}
.pack-title .pack-checkbox input[type="checkbox"] + label span:after, .checkbox-form input[type="checkbox"] + label span:after{
	content: "\f00c";
	display: none;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	text-align: center;
	line-height: 1.8;
	cursor: pointer;
}
.pack-title .pack-checkbox input[type="checkbox"]:checked + label span:after, .checkbox-form input[type="checkbox"]:checked + label span:after{
	display: block;
}
.pack-title .pack-checkbox input[type="checkbox"]:checked + label span, .checkbox-form input[type="checkbox"]:checked + label span {
	background: #80c328;
	color: #fff;
}
.confirmar-pago .checkbox-form input[type="checkbox"] + label span{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: solid 1px #eee;
}
.confirmar-pago .checkbox-form input[type="checkbox"]:checked + label span:after{
	font-size: 12px;
}
.confirmar-pago a {
    color: #d4002a;
}
.confirmar-pago a:hover {
	color: #c00018;
}
.confirmar-pago .btn {
    font-size: 16px;
    padding: 1em 2em;
    font-weight: 600;
}
.confirmar-pago .checkbox-form input[type="checkbox"] + label span::after{
	line-height: 1.4;
}
.forma-pago-box .checkbox-form input[type="checkbox"] + label span{
	border: solid 1px #eee;
	margin-top: 3px;
}
.forma-pago-box > div.pago-img {
    text-align: center;
}
.forma-pago-box.forma-pago-sucursal > div.checkbox-form {
    flex: inherit;
    margin-right: 10px;
}
.flex-info-pago hr{
	border-top: 1px solid #ddd;
	margin: 30px 0;
}
.requisitos-arriendo {
    background: #f6f6ee;
    padding: 1em 2em;
    font-size: 14px;
    margin: 2em 0;
}
.requisitos-arriendo h4{
    font-size: 14px;
    font-weight: 700;
}
.flex-info-personal .checkbox-form{
    background: #f6f5f1;
    padding: 1em 1em 1em 3em;
    margin: 0 1em 1em 1em;
    border-radius: 10px;
    line-height: 1;
    cursor: pointer;
}
.flex-info-personal .checkbox-form input[type="checkbox"] + label{
	font-size: 13px;
    position: relative;	
}
.flex-info-personal .checkbox-form input[type="checkbox"] + label span{
	border: solid 1px #eee;	
	width: 20px;
	height: 20px;	
    position: absolute;
    left: -2em;
    top: 0;
    bottom: 0;
    margin: auto;
}
.flex-info-personal .checkbox-form input[type="checkbox"] + label span:after {
    font-size: 11px;
}
.flex-info-personal .form-control{
	font-size: 14px;
	height: 40px;
}
.flex-info-empresas {
    flex: unset!important;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.flex-info-empresas > div{
	flex: unset;
	width: 48%;	
	margin-bottom: 30px;
}
.flex-info-empresas > div.datos-conductor{
	width: 96%;
}
.flex-info-empresas > div.datos-conductor label > span {
    margin-right: 10px!important;
}
.flex-info-empresas .title-flujo h2 {
    text-align: left;
}
.flex-info-empresas .title-flujo h2:after{
	right: unset;
}
.flex-info-empresas .info-empresa label{
	font-size: 18px;
	font-weight: 400!important;
}
.flex-info-empresas .info-empresa label span{
	display: block;
	font-weight: 700;
	font-size: 12px;
}
div#form-conductor-empresa input.form-control{
	padding: 20px 12px;
}
div#form-conductor-empresa .form-row{
	align-items: end;
}
div#form-conductor-empresa button.btn.dropdown-toggle.btn-default, div#form-conductor-empresa select.form-control{
	height: 42px;
}
.title-flujo{
	text-align: center;
}
.title-flujo.title-left{
	text-align: left;
}
.title-flujo h2{
	position: relative;
	font-size: 24px;
	font-weight: 600;
}
.title-flujo h2:after{
	content: "";
	width: 60px;
	background: #D4002A;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}
.title-flujo.title-left h2:after{
	right: unset;
}
.title-flujo p{
	max-width: 600px;
	margin: auto;
	font-size: 16px;
	margin-top: 20px;
}
#coberturas-adicionales{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#coberturas-adicionales .action-col {
    flex: 100%;
    text-align: center;
}
.bajada-banner {
    padding: 2em;
    background: #ffffe3;
    border-radius: 10px;
    margin-top: 40px;
    border: solid 1px #eee;
}
.bajada-banner h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.bajada-banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.bajada-banner ul > li {
    margin-bottom: 10px;
}
.table-responsive.table-coberturas thead {
    background: #ccc;
    color: #fff;
    text-transform: uppercase;
}
.table-responsive.table-coberturas thead tr th{
    vertical-align: middle;
    text-align: center;
    border-bottom: solid 5px #FFF;
    font-size: 16px;
}
.table-responsive.table-coberturas thead tr th img.img-absolute {
    width: 30px!important;
}
.container.table-responsive.table-coberturas img {
    width: 45px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.container.table-responsive.table-coberturas .td-nombre{
    vertical-align: middle;
    padding-top: 0!important;
    padding-bottom: 0!important;
    font-weight: 600;
}
.container.table-responsive.table-coberturas .td-nombre img{
    margin-right: 10px;
}
td.td-nombre span{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    line-height: 1;
}
.table-responsive.table-coberturas thead tr th img {
    width: 95px!important;
}
.table-responsive.table-coberturas tbody tr th {
    background: #e2e2e2;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 150px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding: 1em;
    border-color: #c1bebe;
}
.table-responsive.table-coberturas tbody tr img{
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}
.table-responsive.table-coberturas tbody tr th span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
    text-align: left;
    font-size: 14px;
    color: #333;
    text-transform: none;
}
.table-responsive.table-coberturas tbody tr td {
    font-weight: 600 !important;
}
tr.tr-totales td {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
tr.tr-totales td span {
    display: block;
    font-size: 20px;
}
tr.tr-footer.tr-totales th {
    font-size: 20px!important;
    line-height: 1!important;
}
tr.tr-footer.tr-totales {
    border-top: solid 8px #fff;
}
.coberturas-mobile{
    display: none;
}
@media screen and (max-width: 1024px) {
    .coberturas-mobile {
        display: block;
    }
    .coberturas-desktop{
        display: none;
    }
    .titulos-coberturas > ul {
        display: flex;
        justify-content: space-between;
    }
    .titulos-coberturas > ul > li {
        display: block;
        position: relative;
        width: 48%;
    }
    #ca-tres .ca-box{
        min-height: 0!important;
    }
    #coberturas-confirmar .modal-body{
        padding: 2em!important;
    }
}
@media screen and (max-width: 767px) {   
    .banner-coberturas-page{
        margin-bottom: 1em;
    }
    .container.table-responsive.table-coberturas, .bajada-banner {
        width: 95%;
    }
    .bajada-banner{
        margin: 1em auto 0 auto;
    }
    .table-responsive.table-coberturas tbody tr th{
        white-space: unset!important;
    }
    .table-coberturas td.td-nombre {
        white-space: unset!important;
        text-align: center;
    }
    .container.table-responsive.table-coberturas img{
        display: block;
        margin: auto;
    }
    .table-coberturas td.td-nombre span{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 420px) {
    .container.table-responsive.table-coberturas img{
        width: 50px;
    }
    .table-coberturas td.td-nombre span{
        font-size: 14px;
    }
}
.btn-gray {
    display: inline-block;
    background: #e1ded9;
    padding: 1em 1.5em;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.btn-gray i{
	color: #d4002A;
	margin-left: 5px;
}
.btn-gray:hover{
	background: #d4002A;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}
.btn-gray:hover i{
	color: #fff;
}
#coberturas-adicionales .ca-col{
	flex: 50%;
}
#coberturas-adicionales .ca-icon img{
	max-width: 60px;
	display: block;
	width: 100%;
	margin: auto;
}
.coberturas-page i.fa-info {
    display: none;
}
.coberturas-page .ca-box > div.ca-content{
	flex: 85%;
	margin-right: 5%;
}
.coberturas-page .ca-box > div.ca-icon{
	flex: 10%;
}
.ca-box{
	display: flex;
	margin: 30px 0;	
}
.ca-box > div{
	flex: auto;
	margin-right: 20px;
}
.ca-box > div.ca-content{
	flex: calc(100% - 40px);
    margin-right: 0;
}
.ca-box > div.ca-content h3{
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
    width: 80%;
    line-height: 1.2;
}
.ca-box > div.ca-content h3 > i {
    font-size: 9px;
    color: #fff;
    background: #d4002A;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 1.3;
	border-radius: 100%;
	vertical-align: top;
}
.ca-box > div.ca-content h3 > i:hover{
	cursor: pointer;
	background: #c00018;
}
.ca-box > div.ca-content h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.ca-box > div.ca-content p {
    font-size: 14px;
}
.ca-box p.precio-sucursal {
    color: #999;
}
.ca-box p.precio-sucursal span{
    text-decoration: line-through!important;
}
.ca-precio {
    display: flex;
    align-items: center;
}
.ca-precio .checkbox-form input[type="checkbox"] + label span{
	border: solid 1px #999;
}
.ca-precio > h4 {
    font-size: 16px;
	margin: 10px;
	font-weight: 600;
}
.coberturas-page .ca-precio > h4 {
	margin-left: 0;
}
.ca-precio > h4 > span{
	font-size: 12px;
    display: block;
    font-weight: 400;
    margin: 5px 0;
    color: #d4012b;
}
#cta-paso3 {
    background: #111;
    color: #fff;
    text-align: center;
	padding: 20px 0;
	position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#cta-paso3 p{
	margin: 0;
	font-size: 20px;	
}
#cta-paso3 p > a{
	margin-left: 10px;
}
.detalle-subtotales h2{
	margin-top: 0;
}
.ul-subtotales{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.ul-subtotales > li{	
	font-size: 14px;
	display: flex;
	padding: 5px 0px;
}
.ul-subtotales > li.li-online{
	background: #f8f8f8;
	margin: 5px 0;
	background: #fff;
    padding: 15px;
    margin: 20px 0 0 0;
}
.ul-subtotales > li.li-online .tarjeta-dcto img{
	max-width: 120px!important;
}
.ul-subtotales li.li-sucursal {
    padding: 15px;
}
.ul-subtotales > li > span{
	flex: auto;
	max-width: 60% !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ul-subtotales > li > span:first-child > strong, .ul-subtotales > li.li-online > span > strong{
	font-weight: 600!important;
}
.ul-subtotales > li > span strong{
	display: block;
	font-weight: 600;
}
.ul-subtotales > li > span:last-child{
	text-align: right;
}
.ul-subtotales > li > span b, .ul-subtotales > li.li-sucursal, .ul-subtotales > li.li-sucursal span{
	font-size: 14px;
	font-weight: 400!important;
}
.ul-subtotales > li > span b i{
	vertical-align: top;
}
.ul-subtotales > li.li-online > span strong, .ul-subtotales > li.li-sucursal > span strong {
	font-size: 15px;
}
#resumen-reserva .car-cta button.btn-pagar-online{
	padding: 1em;
	text-transform: uppercase;
}
#resumen-reserva .car-cta button.btn-pagar-online i{
	font-size: 20px;
	margin-left: 5px;
}
#info-pago{
	background: #ececec;
	padding-top: 20px;
}
#info-pago h2 {
    font-size: 20px;
}
#info-pago .title-flujo {
    margin-bottom: 40px;
}
.pago-flex{
	display: flex;
	flex-wrap: 100%;
}
.pago-flex > div{
	flex: 48%;
}
.flex-info-pago, .pago-info.last{
	margin-left: 4%;
}
.pago-info {
    padding: 0 1em;
}
.pago-info.last {
    padding-left: 0;
}
#info-pago .title-flujo p{
	font-size: 16px;
	margin-bottom: 40px;
}
#info-pago .title-flujo p a{
	color: #d4002A;
}
.form-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.form-row > input{
	flex: 48%;
	border-radius: 5px;
	border: solid 1px #eee;
	padding: .8em 1em;
	font-size: 18px;
}
.form-row > input:last-child{
	margin-left: 2%;
}
.checkbox-form{
	margin: 15px 0;
}
.checkbox-form label{
	font-weight: 400;
}
.forma-pago-box {
	display: flex;
	padding: 0 30px;
}
.forma-pago-box > div{
	flex: 30%;
}
.forma-pago-box .checkbox-form {
    flex: 5%;
    margin: 0;
}
.forma-pago-box > div.pago-precio{
	text-align: right;
}
.forma-pago-box > div img{
	max-width: 100px;
}
.forma-pago-box > div h3{
	margin: 0;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
}
.forma-pago-box > div h3 span, .forma-pago-box > div p i{
	color: #d4002A;
}
.forma-pago-box > div p i, .ul-subtotales > .li-online i, .ul-subtotales > .li-sucursal i {
    background: #d4003A;
    width: 12px;
    height: 12px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    border-radius: 100%;
    line-height: 1.5;
    margin-left: 2px;
	cursor: pointer;
	vertical-align: top;
}
.modal-coberturas{}
.modal-coberturas .modal-content {
	border: none;
	border-radius: 5px;
}
.modal-coberturas button.close {
    position: absolute;
    right: -50px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    background: #d4002a;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    float: none;
}
.modal-coberturas button.close:hover{
	background: #c00018;
}
.modal-coberturas .modal-body{
	padding: 3em 5em;
}
.modal-coberturas .modal-icon {
    text-align: center;
}
.modal-coberturas .modal-icon img {
    max-width: 50px;
    margin: auto;
}
.modal-coberturas h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 22px;
	position: relative;
}
.modal-coberturas h3:after {
    position: absolute;
    width: 150px;
    height: 1px;
    background: #d4012b;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
    bottom: -15px;
}
.modal-coberturas p {
    text-align: center;
	font-size: 18px;
	width: 100%;
	max-width: 380px;
	margin: auto;
}
.modal-coberturas h4 {
    font-size: 22px;
    text-align: center;
	margin-top: 30px;
	font-weight: 600;
}
.modal-coberturas h4 span {
    display: block;
	font-size: 14px;
	font-weight: 400;
}
.modal-coberturas .modal-cta {
    text-align: center;
    margin: 20px 0;
}
.modal-coberturas .modal-cta .btn {
    background: #d4002a;
    font-size: 16px;
    padding: 1em 2em;
}
.modal-coberturas .modal-cta .btn:hover{
	color: #fff;
	border-radius: 20px;
	background: #c00018;
}
.forma-pago-box > div p{
	margin-top: 0;
}
.pago-info{
	margin-bottom: 50px;
	font-size: 15px;
}
.pago-info p {
    font-size: 15px;
}
.pago-info ul {
    list-style: none;
    margin: 0;
	padding: 0;
	font-size: 15px;
}
.pago-info ul > li {
	padding-left: 20px;
	position: relative;
    margin-bottom: 5px
}
.pago-info ul > li:before{
	content: "\f058";
	position: absolute;
	left: 0;
	top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #d01322;
}
.pago-info h4{
	font-weight: 600;
	font-size: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.confirmar-pago {
	text-align: center;
	margin-top: 50px;
}
.confirmar-pago a.btn{
	color: #fff;
	padding: 1em 2em;
	font-size: 16px;
}
.confirmar-pago .checkbox-form {
    max-width: 400px;
    margin: 20px auto;
    font-size: 16px;
}
.confirmar-pago label{
	font-size: 12px;
}
.cupon-wrap{
	background: #e1deda;
	display: flex;
	padding: 1em;
	margin: 20px 15px;
	align-items: center;
}
.cupon-wrap > div{
	flex: auto;
}
.cupon-wrap p{
	margin: 0;
	font-size: 16px;
}
.cupon-wrap .cupon-info i{
	font-size: 30px;
	margin: 0 15px;
	vertical-align: middle;
}
.cupon-input input[type="text"] {
    border: none;
    padding: .5em 1em;
    border-radius: 5px 0 0 5px;
	font-size: 14px;
	width: auto;
}
.cupon-input button {
    border: none;
    background: #d01322;
    color: #fff;
    font-size: 14px;
    padding: .5em 1em;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
	text-transform: uppercase;
	font-weight: 600;
}
.cupon-input button:hover{
	background: #c00018;
}
.div-eliminarcupon{}
.div-eliminarcupon .cupon-icon{
	text-align: center;
}
.div-eliminarcupon .cupon-icon i{
	font-size: 30px;
}
.div-eliminarcupon h3{
	font-size: 20px;
	margin: 0;
}
.div-eliminarcupon p{
	margin: 0;
	font-size: 16px;
}
.div-eliminarcupon .cupon-input{
	text-align: center;
}
.div-eliminarcupon .cupon-input button{
	border-radius: 5px;
	font-size: 16px;
}
.next-step {
    margin-top: 100px;
    text-align: right;
}
.next-step button.btn-red {
    background: #d2032b;
    color: #fff;
    border: none;
    outline: none !important;
    padding: 1em 2em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
@media screen and (max-width: 600px) {
    .next-step.up-btn {
        text-align: left !important;
        margin-top: 30px !important;
    }
}
.next-step button.btn-red:hover{
    border-radius: 20px;    
}
.next-step button.btn-red i {
    font-size: 26px;
    margin-left: 5px;
    line-height: 0;
}
#ca-tres{
	margin-bottom: 50px;
	margin-top: 30px;
}
#ca-tres .ca-box {
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 20px;
    min-height: 155px;
}
#ca-tres .row-adicionales .ca-box {
    border: solid 1px #d5d5d5;
    border-radius: 20px;
    padding: 20px;
    margin-top: 0;
    flex-wrap: wrap;
}
#ca-tres .row-adicionales{
    overflow: unset;
    margin-top: 30px;
}
#ca-tres .ca-box > div.checkbox-form {
    margin: 3px 15px 0 0;
    flex: 25px;
}
#ca-tres .ca-box > div.checkbox-form label span{
	border: solid 1px #999;
}
#ca-tres .ca-box > div.checkbox-form input[type="checkbox"]:checked + label span{
	border: none;
}
#ca-tres .ca-cta {
    text-align: right;
}
#ca-tres .ca-cta a{
	color: #fff;
    font-size: 13px;
    background: #d4012b;
    font-weight: 600;
    padding: .5em 1em;
}
#ca-tres .ca-cta a:hover{
	color: #fff;
	border-radius: 10px;
}
#ca-tres .ca-cta a > i{
	color: #fff;
	margin-left: 5px;
}
#ca-tres .ca-quantity {
    text-align: right;
}
#ca-tres .ca-quantity label{
	font-weight: 400;
}
.select-qa {
    position: relative;
}
.select-qa select{
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: solid 1px #999;
	background: none;
	position: relative;
	border-radius: 0;
	text-align: center;
	padding: 5px 20px 5px 10px;
}
.select-qa:after{
	content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
}
.titulos-coberturas > ul{
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.titulos-coberturas > ul > li{
    display: block;
    position: relative;
}
.titulos-coberturas > ul > li > a{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: .6em 0;
    display: block;
    background: none!important;
}
.titulos-coberturas > ul > li.active > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 90%;
    left: 0;
    background: #d4022b;
}
.titulos-coberturas > ul > li.active > a#adicionales-tab:after {
    left: 1em;
}
.titulos-coberturas > ul > li.active.ad > a:after {
    left: 18px;
}
.titulos-coberturas > ul > li.disabled {
    opacity: .4;    
}
.titulos-coberturas > ul > li.disabled > a{
    cursor: not-allowed !important;
}
.row-coberturas .col-sm-5{
    width: 36%!important;
}
.row-coberturas .col-sm-2{
    width: 21.33%!important;
}
.caja-coberturas {
    border: solid 1px #d5d5d5;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;  
}
.caja-coberturas.incluido, .caja-coberturas.incluido:hover{
    border: solid 1px #d4022b;
}
.caja-coberturas ul{
    list-style: none;
    padding: 0;
}
.row-coberturas {
    margin-bottom: 30px;
}
.row-coberturas .col-sm-2 .caja-coberturas {
    text-align: center;
}
.encabezado-coberturas{
    position: relative;    
}
.encabezado-coberturas:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    height: 1px;
    background: #d5d5d5;
}
.encabezado-coberturas h2{
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    background: #fff;
    padding: .4em 1em .4em 0;
    display: inline-block;
    position: relative;
}
.logo-pack {
    width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -42px;
}
.logo-pack svg{
    width: 100%;
}
.detalle-coberturas {
    padding: 1em;
    font-size: 16px;
    padding-top: 60px;
}
.detalle-coberturas ul > li {    
    margin-bottom: 10px;
}
.detalle-coberturas ul > li > img {
    width: 23px;
}
.totales-cobertura {
    border-top: solid 1px #d5d5d5;
    padding: 1em 2em;
    min-height: 202px;
}
.totales-cobertura.totales-dark {
    background: #333;
    border-radius: 0 0 20px 20px;
    color: #fff;
}
.totales-cobertura.totales-dark p {
    margin-bottom: 0;
    line-height: 1.2;
}
.btn-coberturas > a {
    color: #fff;
    background: #d4022b;
    display: inline-block;
    padding: .5em 2em;
    border-radius: 100px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn-coberturas > a:hover{
    background: #bc0428;
}
.btn-coberturas.btn-activo > a {
    background: #019755;
}
.caja-coberturas.activo, .caja-pack .caja-coberturas:hover{
    border: solid 1px #019755;
}
.popular-tag {
    position: absolute;
    font-size: 10px;
    right: 10px;
    top: 15px;
    font-weight: 700;
    background: #FFEC83;
    padding: 5px 10px;
    border-radius: 20px;
}
.coberturas-mobile .caja-coberturas{
    padding: 1em;
    margin-bottom: 30px;
    border-color: #bbb;
}
.coberturas-mobile .caja-coberturas.incluido{
    border-color: #d4022b;
}
.coberturas-mobile .caja-coberturas.activo{
    border-color: #019755;
}
.coberturas-mobile .logo-pack {
    position: relative;
    top: 0;
    margin: unset;
}
.caja-cerrada{
    display: flex;
}
.info-caja-cerrada {
    margin-left: 15px;
    width: calc(100% - 85px);
}
.precios-caja-cerrada {
    display: flex;
    justify-content: space-between;
}
.precios-caja-cerrada > div{
    width: 48%;
}
.btn-caja-cerrada {
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
    align-items: center;
}
.btn-seleccionar > a {
    display: inline-block;
    padding: .6em 2em;
    border-radius: 20px;
    color: #fff !important;
    background: #D4002A;
    text-transform: uppercase;
    font-weight: 600;
}
.activo .btn-seleccionar > a{
    background: #019755;
}
.btn-ver-detalle > a {
    color: #333 !important;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}
.detalle-caja-cerrada {
    padding: 1em;
    display: none;
}
.detalle-activo .detalle-caja-cerrada{
    display: block;
}
.detalle-caja-cerrada ul li p {
    font-size: 18px;
    font-weight: 700;
}
.detalle-caja-cerrada ul li img {
    display: inline-block;
    width: 25px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.detalle-caja-cerrada ul li span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}
#coberturas-confirmar img {
    border-radius: 20px;
    margin-bottom: 20px;
}
#coberturas-confirmar h3 {
    margin-bottom: 10px;
}
#coberturas-confirmar h3:after{
    display:none;
}
#coberturas-confirmar .modal-cta .btn {
    border-radius: 30px;
    padding: .8em 3em;
    font-weight: 600;
}
#coberturas-confirmar .modal-cta .btn.btn-outline {
    background: transparent;
    color: #333;
    border: solid 1px #333;
}
#coberturas-confirmar .modal-cta .btn.btn-outline:hover {
    background: #333;
    color: #fff;
}
#resumen-reserva{
	background: #eee;
	padding: 2em;
	border: none;
}
#resumen-reserva img {
    max-width: 250px;
}
#resumen-reserva hr{
	border-top: solid 1px #ddd;
}
#resumen-reserva h2{
	margin-top: 0!important;
	margin-bottom: 1em;
	font-size: 18px;
}
#ca-tres .cobertura-col .title-flujo h2{
	margin-top: 28px;
	position: relative;
	font-size: 20px;
}
#ca-tres > .row .col-sm-7:first-child .cobertura-col .title-flujo h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #d01423;
}
#ca-tres > .row .col-sm-7:first-child .cobertura-col .title-flujo p{
	margin: 10px 0 20px 0;
}
#ca-tres > .row .col-sm-7:first-child .cobertura-col .title-flujo h2:after{
	display: none;
}
.cobertura-banner img {
    width: 100%;
}
.cobertura-caja {
    position: relative;
    border: solid 1px #ccc;    
    min-height: 295px;
}
@media (max-width: 767px){
    .cobertura-caja{
        min-height: 0;
    }
}
.caja-checkbox{
    margin-bottom: 40px;
    background: #d01322;
    color: #fff;
}
.caja-checkbox input[type="checkbox"]{
    display: none;
}
.caja-checkbox input[type="checkbox"] + label{
    width: 100%;
    padding: .5em 1em;
    padding-left: 3em;
    cursor: pointer;
    font-size: 18px;
}
.caja-checkbox input[type="checkbox"] + label span.check-span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    background-size: cover;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    left: 2em;
}
.caja-checkbox input[type="checkbox"]:checked + label span.check-span{
    background: #80c328;
    color: #fff;
}
.caja-checkbox input[type="checkbox"]:checked + label span.check-span:after{
    content: "\f00c";
    display: block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    line-height: 1.8;
    cursor: pointer;
    font-size: 14px;
}
.cobertura-caja .logo-pack{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
}
.cobertura-caja-info {
    padding: 2em;
    width: 100%;
    max-width: 330px;
}
.cobertura-caja-info h2{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2em;
    margin-top: 0;
}
.cobertura-caja-info ul{
    list-style: none;
    padding-left: 20px;
}
.cobertura-caja-info ul > li{
    position: relative;
    margin-bottom: 10px;
}
.cobertura-caja-info ul > li:before{
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00c";
    color: #d01322;
}
h2.h2-corona {
    position: relative;
    padding-left: 60px;
}
h2.h2-corona:before {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    background: url(/img/corona-icono.svg);
    content: "";
}
.resumen-car {
    background: #fff;
    text-align: center;
}
.resumen-car img {
    max-width: 270px;
    margin: auto;
}
#resumen-reserva .pay-resume{
	padding: 0;
	border: none;
}
.edit-forms-container .auto-detalle {
    padding-top: 0;
    margin: 0;
}

#resumen-reserva .pay-resume button >i{
	margin-left: 10px;
}
#confirmar{
	padding-bottom: 50px;
}
#confirmar .edit-modify {
    bottom: -70px;
}
#confirmar .auto-cover {
    max-width: 220px;
}
#confirmar .auto-info h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
#confirmar .auto-info h4{
	font-size: 16px;
}
#confirmar .pay-resume button i{
	margin-left: 10px;
}
#confirmar .pay-resume button{
	margin-bottom: 50px;
}
#confirmar .auto-detalle {
    margin: 50px 0;
}

/* MODAL UPSALE */
#upsaleModal{}
#upsaleModal .upsale-box {
    display: flex;
    border: solid 1px #ddd;
	border-bottom: 0;
	align-items: center;
}
#upsaleModal .upsale-box > div{
	flex: auto;
	text-align: center;
}
#upsaleModal .up-car {
    padding: 1em;
}
#upsaleModal .up-car h3{
	margin-bottom: 5px;
    font-size: 18px;
}
#upsaleModal .up-car img {
    max-width: 100px;
}
#upsaleModal .up-arrow i {
    display: block;
    background: #d01322;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: auto;
    font-size: 19px;
    line-height: 2.5;
    padding-left: 3px;
}
#upsaleModal .modal-footer{
	text-align: center;
}
#upsaleModal .upsale-cta button {
    width: 100%;
    display: block;
    background: #d01322;
    border: none;
    color: #fff;    
    font-size: 16px;
	padding: .5em;
	text-transform: uppercase;
	font-weight: 600;
}
#upsaleModal .upsale-cta button i {
    font-size: 14px;
    margin-left: 5px;
}
#upsaleModal .upsale-cta button:hover{
	background: #c00018;
}
#upsaleModal .modal-body {
    padding: 2em 5em 4em 5em;
}
#upsaleModal h2 {
    text-align: center;
    margin-bottom: 5px;
	font-size: 20px;
	margin-top: 0;
	color: #d01322;
	font-weight: 600;
}
#upsaleModal .modal-body p {
    font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
#upsaleModal .modal-body p.modal-legal {
    text-align: center;
	margin: 10px;
	font-size: 12px;
}
#upsaleModal .modal-footer .btn i {
    font-size: 11px;
}
#upsaleModal .modal-footer .btn:hover{
	color: #d01322;
}
.filter-title {
    width: 90%;
    max-width: 1170px;
	margin: auto;
	display: flex;
	margin-bottom: 45px;
	align-items: center;
}
.filter-title button.btn-filter {
    color: #666;
    border: solid 1px #cacaca;
    font-weight: 600;
    border-radius: 10px;
    padding: .5em 1em;
    margin-right: 20px;
	font-size: 12px;
	background: #fff;
}
.filter-title button.btn-filter.all-items, .filter-title button.btn-filter:hover {
	background: #d01322;
	border-color: #d01322;
	color: #fff;
}
.filter-title h3{
	font-size: 15px;
	margin: 0;	
}
.filter-title h3 a{
	color: #333;
}
.filter-title h3 a:hover{
	color: #d01322;
}
.filter-title h3 i{
	font-size: 16px;
	margin-right: 5px;
}
.filter-title h3 span {
    font-size: 12px;
}

/* EDIT MODAL */
#edit-date .form-res {
	margin-top: 0;
	margin-bottom: 0;
}
#edit-date .modal-body {
    padding: 1em 3em;
}
#edit-date .form-modal button.btn.dropdown-toggle.btn-default{
	padding: 10px;
	padding-right: 35px!important;
	width: 95%;
}
#edit-date .form-res input {
    height: 44px;
    padding: 10px;
    font-size: 14px;
    border-radius: 0!important;
	background: transparent;
	width: 95%;
	text-align: left;
}
.close-modal {
    text-align: right;
}
.close-modal .close-icon {
    display: inline-block;
    text-align: center;
}
.close-modal .close-icon > i {
    display: block;
    background: #d01322;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
	margin-bottom: 10px;
	padding: 6px;
	font-size: 12px;
	cursor: pointer;
}

/* NEW HOME RESPONSIVE */
body.open-form:after {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 9999;
}
body.open-form .close-form {
    display: block!important;
    position: absolute;
    right: 0;
    top: -40px;
    color: #fff;
    z-index: 99999;
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.1;
    background: #D4002A;    
	font-weight: 700;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
body.open-form .close-form:hover{
  background: #c00018;
  cursor: pointer;
}
@media (max-width: 1200px){
	.container-fluid.plan-container .container {
		width: 90%;
	}
}
@media (max-width: 1100px){
	#car-list > .car-list-box{
		max-width: 48%;
		flex: 46%;
	}
}
@media (min-width: 996px) and (max-width: 1200px){
  nav.menu-fixed > .container {
    width: 100%;
  }
  .navbar-default .navbar-nav>li>a{
    padding: 31px 10px;
  }
  .navbar-nav .li-ventas > a, .navbar-nav .li-signin > a{
    padding: 21px 15px!important;
  }
}
@media (min-width: 996px) and (max-width: 1150px){
	.navbar-default .navbar-nav>li>a{
		font-size: 12px!important;
		padding: 31px 5px;
	}
}
@media (max-width: 767px){
    .form-horizontal-home.info-p{
        background: #fff!important;
        margin-top: 0!important;
        padding-top: 0!important;
    }
	.banner-home {
	    width: 300px;
	    height: 300px;
	    margin: auto;
	    min-width: 0;
	}
	.banner-res {
	    margin-bottom: 30px!important;
	}
	.form-horizontal-home .form-action .btn{
		font-size: 16px!important;
	}
	.form-horizontal-home .form-preview .form-action .btn{
		font-size: 14px!important;
		display: inline-block!important;
		width: auto!important;
		margin-bottom: 20px!important;
        border-radius: 6px!important;
	}
	.form-horizontal-home .close-form {
		top: -120px!important;
	}
	body.body-lo .form-horizontal-home .close-form{
		top: -40px!important;
	}	
	.form-horizontal-home .checkbox {
		padding: 0 2em;
	}
	.form-horizontal-home .ubicacion-2.open {
		height: 85px;
	}
	#tab-form form#form-internacional .row > div {
		padding: 0;
	}
	.row.row-form-horizontal.row-second {
		padding-bottom: 30px;
	}
	#tab-form #cupon-col{
		padding-bottom: 30px!important;
		margin-top: 30px;
	}
	.form-preview{}
	.form-preview .col-sm-3, .form-horizontal-home .nav-tabs li a span, #scroll-icon{
		display: none;
	}
	.form-preview .col-sm-3.col-res{
		display: block;
		padding: 0!important;
	}
	#slide-home, #slide-home .fill {
    	max-height: 400px;
	}
	footer.red-bg, footer{
		padding-top: 0;
	}
	.form-horizontal-home {
	    bottom: -40%;
	    width: 90%;
	    margin: auto;
	    left: 0;
	    right: 0;
	    /*-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
		box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
        background: #fff;*/
	}
	.form-horizontal-home.open{
		bottom: unset!important;
		top: 30px;
		z-index: 99999;
	}
	.form-horizontal-home .nav-tabs li{
		width: 50%;
		text-align: center;
	}
    .form-horizontal-home .nav-tabs li.li-mensuales{
        width: 100%;
        border-top: solid 1px #fff;
    }
	.form-horizontal-home button.btn{
		margin: 0!important;
	}
	.form-horizontal-home .form-group{
		padding: 1em 2em 0 2em;
		margin: 0;
	}
    .body-am .form-horizontal-home .form-group{
        padding: 0;
        margin-bottom: 15px;
    }
	.form-horizontal-home .form-preview .form-group{
		margin-bottom: 15px;
	}
    .body-am .form-horizontal-home .form-preview .form-group{
        padding: 1em 2em 0 2em;
    }
	.home-logos {
    	padding-top: 190px;
	}
    .logos-flex.slick-slider{
        width: 80%!important;
        margin: 50px auto!important;
    }
	#newsletter .btn-lg {
	    font-size: 18px;
	}
	.form-horizontal-home .nav-tabs li a{
		font-size: 12px;
		letter-spacing: 0;
	}
	.carousel-indicators{
		display: none;
	}
	#car-list{
		justify-content: center;
	}
	#car-list > .car-list-box {
		max-width: 400px;
		flex: auto;
	}
	.cupon-wrap{
		flex-wrap: wrap;
    	text-align: center;
	}
	.cupon-info {
		margin-bottom: 15px;
	}
	.pago-flex {
		flex-wrap: wrap;
	}
}


/* NEW SUCURSAL */
#landing-slide .item{
  min-height: 80vh;
}
#landing-slide .carousel-caption {
    top: 100px;
    bottom: unset;
}
#landing-slide .fill{
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
}
#landing-slide .carousel-caption{
  font-family: 'Open Sans';
}
#landing-slide h2{
  font-weight: 700;
  font-size: 50px;
  margin: 0;
}
#landing-slide p{
  font-size: 30px;
}
.direccion-box{
  overflow: hidden;
  padding: 50px 0;
}
.direccion-box .direccion-cover, .direccion-box .direccion-info{
  float: left;
  width: 50%;
}
.direccion-box .direccion-info h2{
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.direccion-box .direccion-info ul{
  font-family: 'Open Sans';
  list-style: none;
  padding: 0;
  margin: 0;
}
.direccion-box .direccion-info ul li{
  font-size: 14px;  
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.direccion-box .direccion-info ul li:before{
  content: "";
  width: 23px;
  background-size: contain;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: center;
}
.direccion-box .direccion-info ul li.li-direccion {
    font-weight: 400;
}
.direccion-box .direccion-info ul li.li-direccion:before{
  background-image: url(/img/sucursal-map.svg);
}
.direccion-box .direccion-info ul li.li-hora:before{
  background-image: url(/img/sucursal-hora.svg);
}
.direccion-box .direccion-info ul li.li-fono:before{
  background-image: url(/img/sucursal-fono.svg);
}
.direccion-box .direccion-info ul li.li-email:before{
  background-image: url(/img/sucursal-email.svg);
}
.direccion-box .direccion-info ul li.li-www:before{
	background-image: url(/img/sucursal-link.svg);
  }
.direccion-box .direccion-cover{
  text-align: left;
  margin-top: 5px;
}
.direccion-box .direccion-cover img{
  max-width: 250px;
  /*border-radius: 100%;
  width: 200px;
  height: 200px;*/
}
.direccion-box .direccion-info a{
  color: #333;
}
.direccion-box .direccion-info a:hover{
  color: #d11423;
}
.row-wrapper.row-pta-arenas {
    padding-bottom: 60px;
}
.punta-arenas-sucursal .direccion-box{
	padding-bottom: 10px;
}
.punta-arenas-sucursal p.legal-sucursal{
	font-size: 11px;
}
#sucursales-otras{
  margin: 20px auto 100px auto;
  width: 960px;
}
#sucursales-otras .title-sucursal{
  text-align: center;
}
#sucursales-otras .title-sucursal h2{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 50px;
}
#sucursales-otras .carousel-control {
  background: #fff;
  color: #d30a2a;
  width: 40px;
  height: 40px;
  border: solid 1px #d30a2a;
  font-size: 22px;
  line-height: 1.6;
}
#sucursales-otras .carousel-control:hover{
  background: #d30a2a;
  color: #fff;
}
#sucursales-otras .carousel-control.left{
  left: -50px;
}
#sucursales-otras .carousel-control.right{
  right: -50px;
}
#sucursales-otras .carousel-inner > .item{
  -webkit-transition:.6s ease-in-out left;
  -o-transition:.6s ease-in-out left;
  transition:.6s ease-in-out left;
}
#sucursales-otras .carousel-inner>.item.next.left, #sucursales-otras .carousel-inner>.item.prev.right, #sucursales-otras .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#sucursales-otras .otra-box{
  text-align: center;
}
#sucursales-otras .otra-box > a{
  display: block;
}
#sucursales-otras .otra-box img{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: auto;
}
#sucursales-otras .otra-box h3{
  font-family: 'Open Sans';
  font-size: 18px;
}
#sucursales-otras .otra-box h3 a{
  color: #333;
}
#sucursales-otras .otra-box h3 a:hover{
  color: #d3122a;
}
@media (max-width: 767px) {
	#sucursales-otras .carousel-inner .active.left { left: -100%; }
  #sucursales-otras .carousel-inner .active.right { right: -100%; }
	#sucursales-otras .carousel-inner .next        { left:  100%; }
	#sucursales-otras .carousel-inner .prev		 { left: -100%; }
	#sucursales-otras .active > div { display:none; }
	#sucursales-otras .active > div:first-child { display:block; }
}
@media (min-width: 767px) and (max-width: 992px ) {
	#sucursales-otras .carousel-inner .active.left { left: -50%; }
  #sucursales-otras .carousel-inner .active.right { right: -50%; }
	#sucursales-otras .carousel-inner .next        { left:  50%; }
	#sucursales-otras .carousel-inner .prev		 { left: -50%; }
	#sucursales-otras .active > div { display:none; }
	#sucursales-otras .active > div:first-child { display:block; }
	#sucursales-otras .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	#sucursales-otras .carousel-inner .active.left { left: -25%; }
  #sucursales-otras .carousel-inner .active.right { right: -25%; }
	#sucursales-otras .carousel-inner .next        { left:  25%; }
	#sucursales-otras .carousel-inner .prev		 { left: -25%; }
}
#vehiculosList{}
#vehiculosList .row-vehiculos{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#vehiculosList .cover-auto{
  background: #fff;
  border: none;
}
#vehiculosList .cover-auto > a{
  display: inline-block;
}
#vehiculosList .cover-auto > a:hover img{
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
  -o-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
}
#vehiculosList .cover-auto img {
    max-width: 400px;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#vehiculosList .auto-box{
    border: solid 1px #d8d8d8;
    padding: 30px;
    font-family: 'Open Sans';
    margin-bottom: 50px;
    min-height: 650px;
    position: relative;
    text-align: center;
}
#vehiculosList .auto-box .autos-similares{
  text-align: center;
  margin: 10px 0;
  display: inline-block;
}
#vehiculosList .auto-box .autos-similares a {
    color: #d3122a;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
#vehiculosList .auto-box .autos-similares a > i{
  font-size: 14px;
}
#vehiculosList .auto-title {
  text-align: center;
}
#vehiculosList .auto-title p {
    color: #999;
    font-size: 12px;
}
#vehiculosList .auto-box h2{  
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
#vehiculosList .auto-box h3{
  margin: 5px 0;
  font-size: 16px;
}
#vehiculosList .auto-box .auto-accion{
  text-align: center;
}
#vehiculosList .auto-box .auto-accion .btn{
  font-size: 14px;
}
#vehiculosList .auto-box .vehiculo-show-detalle{
  margin: 0;
}
#vehiculosList .auto-box p.vehiculo-detalle {
    text-align: center;
    font-size: 16px;    
    width: 90%;
    margin: 20px auto 30px auto;
}
#vehiculosList .auto-box ul.lista.lista-detalle{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#vehiculosList .auto-box ul.lista.lista-detalle > li {
    text-align: center;
    line-height: 1;
	padding: 0;
	margin: 0 0 15px 0;
	flex: 33%;
	font-size: 12px;
}
#vehiculosList .auto-box ul.lista.lista-detalle > li > span{
  display: block;
  margin: 0 auto 0 auto;
}
#vehiculosList .autos-similares{
  position: relative;
}
#vehiculosList .autos-similares .similar-box{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50px;
  border: solid 1px #ccc;
  background: #fff;
  opacity: 0;
  z-index: 999999999;
  margin: auto;
  left: -120%;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}
#vehiculosList .autos-similares .similar-box:before{
  content: "";
  background: #fff;
  width: 20px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  height: 10px;
  z-index: 999999;
}
#vehiculosList .autos-similares .similar-box:after{
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid 1px #ccc;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#vehiculosList .autos-similares.open .similar-box{
  top: 25px;
  visibility: visible;
  opacity: 1;
}
#vehiculosList .autos-similares .similar-box h4{
  margin: 0;
}
#vehiculosList .autos-similares .similar-box img{
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px){
  #slide-home:after{
    display: none;
  }
  #slide-home .fill-responsive{
    display: block;
  }
  .body-am #slide-home .fill-responsive{
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: 75%;
    height: 250px!important;
  }
  #slide-home .fill-desktop{
    display: none;
  }
  .banner-2, .banner-4{
    margin-top: 30px;
  }
  .pagina-title {
    margin-top: 100px;
  }
  #beneficios-avis {
    width: 90%;
	/*margin: -82px auto 0 auto;*/	
    padding-top: 0!important;
    margin-top: 30px!important;
    margin-left: auto;
    margin-right: auto;
  }
  #sucursales-direccion{
    width: 90%;
    margin: auto;
  }
  .direccion-box{
    padding-top: 20px;
  }
  .direccion-box .direccion-cover, .direccion-box .direccion-info {
    width: 100%;
    float: none;
    text-align: center;
  }
  .direccion-box .direccion-info ul {
    text-align: left;
    width: 90%;
    margin: auto;
  }
  .direccion-box .direccion-cover img {
    max-width: 300px;
    margin-bottom: 10px;
  }
  #sucursales-otras {
    width: 90%;
    margin: 30px auto 100px auto;
  }
  #vehiculosList .auto-box ul.lista.lista-detalle > li {
    width: 33.33%;
  }
  #vehiculosList .auto-title {
    text-align: center;
  }
  #vehiculosList .auto-box{
    min-height: 0;
  }
  #vehiculosList .auto-box .autos-similares {
    position: relative;
    right: unset;
    top: unset;
    margin: 10px 0;
    text-align: center;
  }
  #landing-slide .item{
    max-height: 300px;
    min-height: 300px;
  }
  .container.container-menu{
	  padding: 0;
  }
    .form-horizontal-home .container {
        width: 100%!important;
    }
}
@media (max-width: 410px){
	.filter-title{
		flex-direction: column-reverse;
	}
	.filter-title h3 {
		font-size: 18px;
		margin: 0;
		margin-bottom: 15px;
	}
	.filter-title button.btn-filter{
		margin-bottom: 10px;
	}
	.cupon-box{
		flex-direction: column;
		text-align: center;
	}
	.cupon-box i{
		font-size: 30px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.form-horizontal-home .nav-tabs li a{
		font-size: 11px;
		letter-spacing: 0;
		padding: 10px;
	}
    .header-info-avis-plus p{
        font-size: 12px!important;
    }
}
@media (max-width: 359px){
	.form-horizontal-home .nav-tabs li {
		width: 100%;
		float: none;
	}
	.form-horizontal-home .close-form {
		top: -110px!important;
	}
}

/* Smooth Scroll */
.row-vehiculos .col-sm-6{
  padding-top: 100px;
  margin-top: -100px;
}
#beneficios-avis, #vehiculosList, #sucursales-direccion{
  /*padding-top: 82px;
  margin-top: -82px;*/
  padding-top: 111px;
  margin-top: -111px;
}

/* Date Picker */
div.datepicker-dropdown {
    z-index: 999999999 !important;
}
.datepicker-days {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0 1em;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background: #d4002a;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background: #333;
    border-radius: 0;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    border-radius: 0;
}


/* ---- CHECK-IN AVIS ---- */
body.body-checkin{
	background: var(--gray);
}
body.body-checkin .container.container-menu{
	box-shadow: none;
	border-bottom: solid 1px #cac8c4;
}
.checkin-form-wrapper{
	padding-bottom: 100px;
}
#checkin-box {
    background: #fff;
    max-width: 400px;
    width: 90%;
	margin: 50px auto 30px auto;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	padding-bottom: 30px;
}
.checkin-title{
    text-align: center;
}
.checkin-title h2 {    
    text-transform: uppercase;
    font-weight: 700;
	font-size: 24px;
	padding-bottom: 20px;
	margin: 0;
}
.checkin-title h2 span{
	font-weight: 400;
}
.checkin-title h4{
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 4px;    
}
.checkin-title h4 span{
    color: #BB1B1B;
}
.checkin-steps{	
	display: flex;
	height: 30px;
	align-items: center;
    margin: 0px -30px 10px -30px;
    justify-content: center;
}
.checkin-steps > .step{	
	width: 25%;
	position: relative;
}
.checkin-steps > .step:before{
	content: "";
	width: 10px;
	height: 10px;
	background: var(--gray);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
	border-radius: 100%;
	z-index: 2;
}
.checkin-steps > .step:after{
	content: "";
	height: 3px;
	background: var(--gray);
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1;
	left: 50%;
}
.checkin-steps > .step:first-child:after{
	width: 100%;	
	right: 0;
}
.checkin-steps > .step:last-child:after{
	width: 0;
	right: unset;
	left: 0;
}
.checkin-steps > .step.current:before, .checkin-steps > .step.step-done:before, .checkin-steps > .step.step-done:after{
	background: var(--red);
}
.checkin-bajada, #checkin-form {
    width: 80%;
    margin: 0px auto 20px auto;
}
.checkin-bajada{
	text-align: center;
}
#checkin-form {
	margin: 20px auto;
}
#checkin-form .form-group label{
	font-size: 12px;
}
#checkin-form .form-group label i{
	color: var(--red);
}
#checkin-form .form-group > p{
	font-size: 12px;
	margin-top: -5px;
}
#checkin-form .form-group .input-checkin{
	position: relative;
}
#checkin-form .form-group .input-checkin svg{
	position: absolute;
	width: 40px;
	right: 10px;
	top: 4px;
}
#checkin-form .form-group .input-checkin svg path{
	fill: #999999;
}
#checkin-form .form-group.checkin-confirmed .input-checkin svg path {
    fill: #48ac48;
}
#checkin-form .input-select{
	position: relative;
}
#checkin-form .input-select select {
	width: 100%;
	padding: 1em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: solid 1px #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
#checkin-form .form-group.checkin-confirmed .input-select select{
	border: solid 1px #48ac48;
}
select#codPais {
    height: 50px;
}
#checkin-form .input-select select:hover, #checkin-form .input-select select:focus{
	outline: none!important;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
	border: 1px solid rgba(81, 203, 238, 1) !important;
}
#checkin-form .input-select select::-ms-expand {
	display: none; 
}
#checkin-form .select-icon {
    position: absolute;
    right: 1em;
    top: 6px;
    border: solid 1px #9f9f9f;
    width: 37px;
    height: 37px;
	border-radius: 100%;
	text-align: center;
}
.select-icon i {
	font-size: 16px;
	color: #9f9f9f;
	line-height: 2.2;
}
#checkin-form .form-group input{
	width: 100%;
	padding: 1em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: solid 1px #ccc;
}
#checkin-form .form-group.checkin-confirmed input{
	border: solid 1px #48ac48;	
}
#checkin-form .form-group input:hover, #checkin-form .form-group input:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
	border: 1px solid rgba(81, 203, 238, 1) !important;
}
#checkin-form .form-group.checkin-confirmed input:hover, #checkin-form .form-group.checkin-confirmed input:focus{
	box-shadow: none!important;
	border: solid 1px #48ac48!important;
}
#checkin-form .form-action{
	text-align: center;
	margin: 30px 0;
}
#checkin-form .form-action button, .checkin-cta button{
	position: relative;
	background: var(--red);
	color: #fff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: .5em 2em;
	font-size: 16px;
}
#checkin-form .form-action button:hover, #checkin-form > .actions > ul > li > a:hover, .checkin-cta button:hover{
	border-radius: 20px;
	background: var(--red-hover);
	cursor: pointer;
}
#checkin-form  > .actions > ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
#checkin-form > .actions > ul > li > a{
	position: relative;
	background: var(--red);
	color: #fff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: .5em 2em;
	font-size: 16px;
}


#checkin-form .form-action button svg, #checkin-form > .actions > ul > li > a svg, .checkin-cta button svg {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
#checkin-form .form-action button svg .st0, #checkin-form > .actions > ul > li > a svg .st0, .checkin-cta button svg .st0{
	fill: #fff;
}

#checkin-form > .actions > ul > li:first-of-type {
    display: none;
}

#checkin-form > .actions > ul > li {
    text-align: center;
}

#checkin-form .warning-message{
	display: none;
}
#checkin-form .warning-message p {
    font-size: 11px;
    color: #d4002a;
    margin: 5px 0;
    padding-left: 15px;
	position: relative;
	font-weight: 600;
}
#checkin-form .warning-message p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f06a";
    color: #FFC107;
    position: absolute;
    left: 0;
    top: 3px;
}
#checkin-form .checkin-car{
	text-align: center;
	margin-top: -10px;
}
#checkin-form .checkin-car img{
	max-width: 250px;
	width: 90%;	
}
#checkin-form .checkin-car h2{
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 22px;
}
#checkin-form .checkin-car h3{
	margin-top: 0;
	font-size: 16px;
}
#checkin-form .info-reserva{
	text-align: center;	
	margin-bottom: 30px;
}
#checkin-form .info-reserva label{
	font-size: 12px;
	margin-bottom: 0;
}
#checkin-form .info-reserva p{
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 1.2;
}
#checkin-form hr {
    margin-bottom: 10px;
}
#checkin-form .input-checkin.input-upload p {
    text-align: center;
    margin: 0;
    font-size: 12px;
}
#checkin-form .input-checkin.input-upload > i.fa-close{
	position: absolute;
	color: #fff;
	font-size: 12px;
	right: 5px;
	top: 5px;
	height: 20px;
	width: 20px;
	z-index: 1;
	background: #d01423;
	border-radius: 100%;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	opacity: .8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#checkin-form .input-checkin.input-upload > i.fa-close:hover{
	opacity: 1;
}
#checkin-form .upload-two{
	overflow: hidden;
}
#checkin-form .upload-two .input-checkin{
	width: 48%;
	float: left;
	overflow: hidden;
}
#checkin-form .upload-two .input-checkin:last-child{
	float: right;
	overflow: hidden;
}
#checkin-form .input-file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#checkin-form .input-file + label {
	border: solid 1px #ccc;
	width: 100%;
	height: 100px;
	margin-bottom: 0;
	background: url(/img/icon-upload.svg);
	background-size: 55px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#checkin-form .input-file:focus + label,
#checkin-form .input-file + label:hover {
	cursor: pointer;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
	border: 1px solid rgba(81, 203, 238, 1) !important;
}
#checkin-form .img-preview{
	position: absolute;
	top: 0;
	left: 0;
	max-height: 100px;
	overflow: hidden;	
}
#checkin-form .img-preview img{
	max-width: 300px;
	width: 100%;
}
#checkin-form .borrar-foto{
    position: absolute;
	top: 3px;
	right: 3px;
    z-index: 10;
    color: #fff;
    z-index: 9;
	background: #d4002a;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1.6;
}
#checkin-form .form-action .checkbox {    
    padding-left: 20px;
    font-size: 12px;
}
#checkin-form .form-action .checkbox label::after {    
    padding-left: 0;
    padding-top: 1px;
    font-size: 9px;        
    top: 3px;
}
#checkin-form .form-action .checkbox label::before {
	border: solid 1px #ccc;
}
#checkin-form .tooltip-inner {
    font-weight: 400;
    font-size: 11px;
}
/* OC Usuarios empresa*/
#checkin-form.orden-compra-form {
    width: 100%;
    margin-top: 0px;
}
#checkin-form.orden-compra-form .upload-two .input-checkin:last-child {
    float: none;
    overflow: hidden;
}


.checkin-bajada > svg {
    width: 100px;
    margin: 20px auto;
}
.checkin-bajada svg#check-svg path{
	fill: green;
}
.checkin-bajada svg#warning-svg{
	width: 120px;
}
.checkin-bajada svg#warning-svg path{
	fill: var(--red);
}
.checkin-back{
	text-align: center;
}
.checkin-back button {
    position: relative;    
    color: rgb(153, 153, 153);
    border: none;
    text-align: center;
    text-transform: uppercase;
    padding: .5em 2em;
	font-size: 16px;
	background: transparent!important;
}
.checkin-back button svg{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.checkin-back button svg path{
	fill: rgb(153, 153, 153);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.checkin-back button:hover{
	color: var(--red);
}
.checkin-back button:hover svg path{
	fill: var(--red);
}
.step-error {
    display: flex;
    align-items: center;
    background: #FFC107;
	min-height: 50px;
	margin-bottom: 10px;
}
.step-error p {    
    color: #fff;
    font-size: 12px;
    padding: .5em 1em;
    position: relative;
	overflow: hidden;
	padding-left: 60px;
	margin-bottom: 0;
}
.step-error p::after {
    content: "";
	position: absolute;
	background: url(/img/icon-warning-white.svg);
	width: 40px;
	height: 40px;
	left: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
}
#checkin-box.success-express {
    max-width: 800px;
    padding-bottom: 0;
}
#checkin-box.success-express > .checkin-title, #checkin-box.checkin-express-wrapper > .checkin-title{
    display: none;
}
#checkin-box.success-express #checkin-form, #checkin-box.checkin-express-wrapper #checkin-form{
    display: none;
}
#checkin-box.success-express div#checkin-success{
    display: block!important;
}
#checkin-box .banner-checkin{
    padding: 1em 2em;
    text-align: center;
    position: relative;
}
#checkin-box .col-right h2{
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    text-transform: uppercase;
}
#checkin-box .col-right h4{
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 4px;
}
#checkin-box .col-right h4 span{
    color: #D4002A;
}
#checkin-box .legal-note {
    font-size: 10px;
    text-align: left;
    margin-top: 20px;
    background: #fff;
    padding: 8px;
}
#checkin-box .banner-cta > a {
    color: #fff;
    font-size: 16px;
    padding: 1em 2em;
    margin: 10px 0;
}
.checkin-express-preview {
    display: flex;
    align-items: center;
}
.checkin-express-preview > div {
    width: 50%;
    min-height: 440px;
}
.checkin-express-preview > div.col-right {
    background: #fff;
    visibility: visible!important;    
    position: relative;
}
.checkin-express-preview > div.col-right .banner-bg {
    position: absolute;
    z-index: 0;
    opacity: .4;
}
#checkin-box .banner-square{
    height: auto;
}
#checkin-box .banner-home .banner-info .banner-cta{
    position: relative;
}
#checkin-box .banner-home .banner-info{
    position: relative;
    max-height: none;
    max-width: none;
}
#checkin-box .banner-home .btn{
    font-weight: 600;
}
#checkin-box.checkin-express-wrapper{

}
.checkin-cta{
    text-align: center;
}
.checkin-bajada h3 {
    font-weight: 600;
    margin-top: 0;
}
.checkin-bajada h3 span {
    font-size: 12px;
    display: block;
    font-weight: 400;
}
.checkin-detalle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}
.checkin-detalle .form-group.checkin-car {
    width: 150px;
    margin-right: 20px;
}
.checkin-detalle .form-group.checkin-car h2{
    font-size: 14px;
    text-align: center;
    margin-top: 0;
}
.checkin-detalle .info-reserva {    
    margin-bottom: 20px;
}
.checkin-detalle .info-reserva h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.checkin-detalle .info-reserva p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}
.checkin-detalle .info-reserva p.precio{
    color: var(--red);
    font-weight: 600;
}
.checkin-cta .valor-garantia p{
    border: solid 1px #eee;
    padding: 1em 2em;
    font-size: 16px;
    margin: 0 0 1em 0;
    display: inline-block;
}
.checkin-cta .valor-garantia p span{
    color: var(--red); 
    font-weight: 600;
}
.detalle-tarjeta {
    padding: 1em 2em;
}
.detalle-checkbox{
    padding: 0 2em;
    margin-bottom: 1em;
}
.detalle-checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-weight: 600;
}
.detalle-checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.detalle-checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}
.detalle-checkbox label input ~ .checkmark {
    background-color: #eee;
    border: solid 1px #ccc;
}
.detalle-checkbox label input:checked ~ .checkmark {
    background-color: #24d366;
    border: solid 1px #24d366;
}
.detalle-checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.detalle-checkbox label input:checked ~ .checkmark:after {
    display: block;
}
.detalle-checkbox label .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nueva-tarjeta .btn {
    border: solid 1px #ccc;
    color: #333;
    padding: 1em 2em;
    margin: 1em 0;
    text-transform: none;
    font-size: 15px;
    background: #f1f1f1;
    min-width: 298px;
}
.nueva-tarjeta .btn:hover{
    background: #333;
    color: #fff;
}
.valores-checkin{
    padding: 0 2em;
}
.valores-checkin h3 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.valores-checkin ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.valores-checkin ul li{
    overflow: hidden;
    margin: .8em 0;
    padding: 0 1em;
}
.valores-checkin ul li.valor-total {
    font-weight: 700;
    background: #eee;
    padding: 1em;
    margin: 1em 0;
}
.valores-checkin ul li span{
    color: #d01322;
    float: right;
    font-size: 16px;
}
.select-design{
    position: relative;    
}
.select-design:after{
    content: "\f078";
    position: absolute;
    right: 1em;
    top: 32px;    
    margin: auto;       
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;        
}
.select-design select {
    width: 100%;    
    margin: 1em auto;
    padding: 1em;
    border: solid 1px #ccc;
    appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.checkin-cta button{
    text-transform: none;
    font-weight: 600;
    padding: 1em 2em;
    min-width: 245px;
}
.checkin-list{
    width: 80%;
    margin: auto;
}
.checkin-list p{
    
}
.checkin-list ul{
    list-style: none;
    padding: 0;
}
.checkin-list ul > li{
    position: relative;
    padding-left: 1.4em;
    margin-bottom: .8em;
}
.checkin-list ul > li:before{
    content: "\f058";
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #d01322;
}
#checkin-box.success-express div#checkin-success {
}
/* ARRIENDO MENSUAL */
#cliente-persona .col-sm-6 > .form-group {
    width: 94%;
}
.banner-am {
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    height: 380px;
    position: relative;
}
.banner-txt {
    width: 420px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 80px;
    left: 0;
    right: 0;
}
.banner-txt h2 {
    margin: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    text-shadow: 0 0 10px #FFFFFF;
}
@media (max-width: 600px){
    .banner-am{ 
        background-attachment: unset;
        height: 300px;
    }
    .banner-txt{
        width: 90%;
        max-width: 420px;
    }
    .banner-txt h2{
        font-size: 24px;
    }
}
.am-autos {
    height: 200px;
    position: relative;
    margin-bottom: 40px;
}
.am-autos > div {
    position: absolute;    
}
.am-auto01 {
    left: 0;
    width: 301px;
    bottom: 20px;
}
.am-auto02 {
    left: 20%;
    bottom: 12px;
}
.am-auto03 {
    right: 26%;
    bottom: 0;
}
.am-auto04 {
    right: 0;
    bottom: 0;
}
#atributos{
    background: #fff;
    padding: 60px 0;
}
.atributos-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    width: 90%;
    margin: auto;
}
.atributos-flex > div{
    width: 30%;
    margin-bottom: 40px;
}
@media (max-width: 640px){
    .atributos-flex > div {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }
}
.atributo-item.col-md-4{
    margin-bottom: 60px!important;
}
.atributo-item .atributo-icono{
    text-align: center;
}
.atributo-item img{
    width: 70px;
}
.atributo-item h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.atributo-info ul{
    list-style: none;
    margin: 0;
    padding: 0;  
}
.atributo-info ul > li{
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}
.atributo-info ul > li:before {
    font-size: 18px;
    top: 0;
}
.lo-atributos .atributo-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.lo-atributos .atributo-item .atributo-icono {    
    width: 120px;
}
.lo-atributos .atributo-item .atributo-info {
    width: calc(100% - 140px);
}
.body-lo .lo-map-section.am-map {
    background: #e0dfdb;
    margin: 0;
    padding: 50px 0;
}
.body-lo .am-contacto{
    background: #e0dfdb;
    padding-bottom: 40px!important;
}
.banner-am img {
    width: 100%;
}
@media (max-width: 1250px){
    body.body-lo .head-lo .am-title h1 {
        font-size: 80px;
    }
    .am-auto01{width:260px;}
    .am-auto02, .am-auto03, .am-auto04{width:300px;}
}
@media (max-width: 970px){
    .container-autos{
        width: 90%!important;
        padding-top: 0!important;
        padding-bottom: 60px;
    }
    body.body-lo .head-lo .am-title h1{
        font-size: 26px!important;
        color: #333;
        margin-top: 2em;
    }
    .banner-am img {
        width: 180%;
        max-width: 180%;
        margin-left: -80%;
    }
    .am-autos{
        height: 170px;
    }
    .am-auto01{width:220px;}
    .am-auto02, .am-auto03, .am-auto04{width:260px;}
    .lo-map-section.am-map .lo-info {
        width: 90%;
        margin: auto;
    }
    .lo-contacto-section.am-contacto {
        margin: auto;
        padding: 20% 5%!important;
    }
    .lo-contacto-section.am-contacto body.body-lo .lo-info{
        margin-bottom: 0;
    }
    .lo-contacto-section.am-contacto .lo-info h3 {
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .am-auto02{display: none;}
    .am-auto01 {
        width: 250px;
        bottom: 10px;
    }
    .am-auto03{
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 550px){
    .am-auto03{display: none;}
}
@media (max-width: 420px){
    .am-auto01 {width: 200px}
    .am-auto04 {width: 220px}
    body.body-lo .container-autos .lo-info {
        margin-bottom: 0;
    }
}
.body-am #slide-home.slide-LO .fill{
    height: 367px;
}
/* ---- LEASING OPERATIVO ---- */
body.body-lo{
	background: #e0ddd9;
	overflow-x: hidden!important;
}
#landing-lo{
	overflow-x: hidden!important;
}
#slide-home.slide-LO .fill{
	height: 480px;
}
.slide-LO .form-horizontal-home {
	bottom: -50px;
	z-index: 9;
}
.slide-LO .form-horizontal-home.open{
	z-index: 99999;    
}
.slide-LO .form-horizontal-home.open div#tab-form{
    background: #fff;
}
body.body-lo .head-lo{	
	padding-top: 40px;
    text-align: center;
}
body.body-lo .head-lo h1{
	font-size: 120px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e6e4e1;
}
body.body-lo .head-lo .am-title h1{
    font-size: 100px;
}
body.body-lo .lo-info{
	max-width: 500px;
	margin: auto;
	text-align: center;
}
body.body-lo .lo-info h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
	position: relative;
	padding-bottom: 1em;
}
body.body-lo .lo-info h2:after{
	content: "";
	height: 4px;
	width: 100px;
	background: #d4002a;
	position: absolute;
	bottom: .5em;	
	left: 0;
	right: 0;
	margin: auto;
}
body.body-lo .lo-info h2 span {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
body.body-lo .lo-info{
	margin-bottom: 4em;
}
body.body-lo .lo-info p {
    font-size: 16px;
}
body.body-lo .lo-section {
    display: flex;
}
body.body-lo .lo-section.lo-que{
	position: relative;
	display: block;
}
body.body-lo .camioneta-lo, body.body-lo .suv-lo{
	position: absolute;
	max-width: 400px;
	bottom: 0;
}
body.body-lo .camioneta-lo{
	left: -100px;
}
body.body-lo .suv-lo{
	right: -100px;
}
body.body-lo .lo-map-section{
	text-align: center;
	margin: 50px 0;
}
body.body-lo .lo-beneficios-section .lo-info, body.body-lo .lo-map-section .lo-info {
    margin-bottom: 0;
}
body.body-lo .beneficio-row > .container{
    display: flex;
}
body.body-lo .beneficio-item {	
	margin-right: 50px;
	width: 33.33%;
}
body.body-lo .beneficio-item > div{
	display: inline-block;
	vertical-align: top;
}
body.body-lo .beneficio-item > div.beneficio-text {
    width: 70%;
}
body.body-lo .beneficio-item .beneficio-icon {
    max-width: 60px;
    margin-right: 20px;
}
body.body-lo .beneficio-row > .container .beneficio-item:last-child{
	margin-right: 0;
}
body.body-lo .beneficio-icon img{
	display: block;
	width: 100px;
}
body.body-lo .beneficio-row.bg-light {
    background: #e6e4e1;
}
body.body-lo .beneficio-row {
    padding: 1.5em 0;
}
body.body-lo .plataforma-row{
	background: url(/img/bg-laptop.jpg) left center no-repeat;
	background-size: 500px;
	padding: 50px 0;
	background-color: #fff;	
	position: relative;
}
body.body-lo .plataforma-row .phone-img {
    position: absolute;
    bottom: -20px;
    left: 25%;
    z-index: 1;
}
body.body-lo .plataforma-info h3 {
    margin: 0;
    color: #d01322;
    text-transform: uppercase;
    font-size: 16px;
	font-weight: 700;
	margin-bottom: .5em;
}
body.body-lo .plataforma-info h2 {
    color: #7a7a7a;
    font-size: 50px!important;
    font-weight: 900!important;
    line-height: 1;
	margin: 0;
	padding-bottom: .5em;
	text-transform: uppercase;
}
body.body-lo .plataforma-info h2:after{
	display: none;
}
body.body-lo .plataforma-info p, body.body-lo .plataforma-info ul{
	font-size: 18px;
}
body.body-lo .plataforma-info ul {
    background: #f4f4f4;
    padding: 2em;
    margin: 0;
    list-style: none;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
body.body-lo .plataforma-info ul> li {
	flex: 44%;
	margin-bottom: .5em;
	position: relative;
	padding-left: 1.5em;
	margin-right: 6%;
}
body.body-lo .plataforma-info ul> li:nth-child(even){
	margin-right: 0;
}
body.body-lo .plataforma-info ul> li:before, .atributo-info ul > li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00c";
    color: #d01322;
    position: absolute;
	left: 0;
	top: 4px;
}
body.body-lo .tablas-header {
    position: relative;
}
body.body-lo .tablas-header .auto-left, body.body-lo .tablas-header .auto-right{
	position: absolute;
	bottom: -100px;
	max-width: 400px;
}
body.body-lo .tablas-header .auto-left{
	left: -160px;
}
body.body-lo .tablas-header .auto-right{
	right: -150px;
}
body.body-lo .tablas-header .tablas-title{
	max-width: 770px;
	margin: auto;
	padding-top: 180px;
	display: flex;
	justify-content: center;
}
body.body-lo .tablas-header .tablas-title h2{
	text-align: center;
	font-weight: 900;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 26px;
}
body.body-lo .tablas-header .tablas-title h2:after{
	content: none;
}
body.body-lo .tablas-header .tablas-title h3{
	font-weight: 900;
    text-transform: uppercase;
    color: #d01322;
    margin: 0 .5em;
    font-size: 50px;
}
body.body-lo .tablas-box {
    max-width: 1170px;
	margin: 20px auto 50px auto;	
}
body.body-lo .tablas-box .tabla-title{
	background: #d4002a;
	text-align: center;
}
body.body-lo .tablas-box .tabla-title p{
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	padding: .8em;
	font-size: 18px;
    font-weight: 600;
}
body.body-lo .tabla-content {
    display: flex;
}
body.body-lo .tabla-content .tabla-col{
	flex: 33.33%;
	border: solid 1px #b5b2ae;
    border-top: 0;
}
body.body-lo .tabla-content .tabla-col.tabla-white {
    border-right: 0;
    border-left: 0;
}
body.body-lo .tabla-content .tabla-col ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
body.body-lo .tabla-content .tabla-col ul > li{
	position: relative;
    padding: 2em;
    font-size: 16px;
    padding-left: 4em;
}
body.body-lo .tabla-content .tabla-col ul > li:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00c";
    color: #d01322;
    position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body.body-lo .table-lo thead{
	text-align: center;
}
body.body-lo .table-lo thead th{
	text-align: center;
	text-transform: uppercase;
}	
body.body-lo .table-lo td, body.body-lo .table-lo th {
    width: 33.33%;
	font-size: 16px;
	border: solid 1px #b5b2ae;
    padding: 1em;
}
body.body-lo .table-lo thead th{
	background: #7a7a7a;
	color: #fff;
}
body.body-lo .table-lo .table-white {
    background: #fff;
	text-align: center;
	color: #333;
}
body.body-lo table.table.table-bordered.table-lo{
	border-top: 0;
}
body.body-lo .table-lo td i{
	color: #d4002a;
	font-size: 20px;
	margin-right: 10px;
	width: 6%;
}
body.body-lo .table-lo td i, body.body-lo .table-lo td span{
	display: inline-block;
	vertical-align: middle;	
}
body.body-lo .table-lo td span{
	width: 90%;
}
body.body-lo .lo-contacto-section{
	position: relative;
	padding: 1em 0 100px 0;
}
body.body-lo .lo-contacto-section .lo-info{
	max-width: 700px;
}
body.body-lo .lo-contacto-section h3{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}
body.body-lo .lo-contacto-section .btn.cta-lo{
	background: #d4002a;
	color: #fff;
	border: none;
	padding: 1em 2em;
}
body.body-lo .lo-contacto-section .btn.cta-lo:hover{
	background: #BB1B1B;
}
body.body-lo .lo-contacto-section .pickup-lo-left{
	position: absolute;
	left: -200px;
	bottom: 0;
	z-index: 9;
	max-width: 500px;
}
body.body-lo .lo-contacto-section .pickup-lo-right{
	position: absolute;
	right: -200px;
	bottom: 0;
	z-index: 9;
	max-width: 500px;
}
body.body-lo .col-form-1{
	background: url(/img/icon-form-lo-01.png) no-repeat;
	background-position: 92% 10px;
	background-size: 50px;
}
body.body-lo .col-form-2{
	background: url(/img/icon-form-lo-02.svg) no-repeat;
	background-position: 92% 10px;
	background-size: 70px;
	padding-left: 0!important;
}
body.body-lo .col-form-3{
	background: url(/img/icon-form-lo-03.svg) no-repeat;
	background-position: 92% 10px;
	background-size: 55px;
	padding-left: 0!important;	
}
body.body-lo .form-preview span.caret{
	display: none!important;
}
body.body-lo .form-group.form-select select{
	border: solid 1px #ccc!important;
}
body.body-lo .form-group.form-select select:hover, body.body-lo .form-group.form-select select:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1)!important;
    border: 1px solid rgba(81, 203, 238, 1)!important;
}
.form-full-lo{
	position: relative;
}
.form-full-lo .form-action{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}
.form-full-lo .col-sm-4 .col-sm-6{
	padding: 0!important;
	width: 48%;
}
.form-full-lo input.form-control{
	border: solid 1px #ccc;
}
.form-full-lo input.form-control:hover, .form-full-lo input.form-control:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1)!important;
    border: 1px solid rgba(81, 203, 238, 1)!important;
}
.form-full-lo .col-sm-4 .col-sm-6:first-child{
	margin-right: 4%;
}
.form-full-lo h4{
	font-size: 14px;
	font-weight: 700;
}
.row.row-lo-info p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.5;
}
.quote-box .quote-icon{
    color: #D4002A;
    font-size: 18px;
}
.quote-box > p{
    font-size: 16px;
}
.quote-box .quote-datos{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #eee;
}
.quote-box .quote-datos .quote-logo{
    width: 50px;
}
.quote-box .quote-datos .quote-cargo{
    width: calc(100% - 60px);
}
.quote-box .quote-datos .quote-cargo span{
    display: block;
}
.quote-box .quote-datos .quote-cargo span.quote-name {
    font-weight: 600;
}

/* LANDING LYSOL */
body.lysol{}
#slide-lysol{
	/*height: calc(100vh - 82px);*/
	height: calc(100vh - 111px);
	width: 100%;
	background: url(/img/slide-lysol-02.jpg) no-repeat;
	background-position: right;	
	/*background-attachment: fixed;*/
	position: relative;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
}
#slide-lysol #menu-lysol{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #d01322;	
}
#slide-lysol #menu-lysol ul{
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}
#slide-lysol #menu-lysol ul > li{
	flex: 33.33%;
}
#slide-lysol #menu-lysol ul > li > a{
	display: block;
	color: #fff;
	padding: 1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
#slide-lysol #menu-lysol ul > li > a:hover {
    background: #b71128;
}
#slide-lysol #menu-lysol ul > li > a img{
	max-width: 80px;
	margin-right: .5em;
}
#slide-lysol .slide-lysol-inner{
	display: flex;
	flex-wrap: wrap;	
    width: 100%;
    max-width: 900px;
    margin: auto;
}
#slide-lysol .slide-lysol-inner .slide-lysol-left{
	text-align: center;
	width: 40%;
}
#slide-lysol .slide-lysol-inner .slide-lysol-right{
	width: 60%;
	position: relative;
}
#slide-lysol .slide-lysol-inner .slide-lysol-right p {
    font-size: 24px;
	font-family: 'Open Sans';
	line-height: 1;
	margin-bottom: 1em;
}
#slide-lysol .slide-lysol-inner .slide-lysol-right p b {
    font-family: 'Open Sans';
    font-weight: 700;
}
#slide-lysol .slide-lysol-inner .logo-avis-compromiso img{
	max-width: 320px; 
}
#slide-lysol .slide-lysol-inner .alianza-lysol p{
	text-transform: uppercase;
    font-family: 'Open Sans';
}
#slide-lysol .slide-lysol-inner .slide-lysol-right a.scroll-lysol {
    color: #fff;
    border: solid 1px #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
	line-height: 1.6;
	position: absolute;
	bottom: 0;
	left: 3em;
	cursor: pointer;
}
#slide-lysol .slide-lysol-inner .slide-lysol-right a.scroll-lysol:hover{
	background: #fff;
	color: #c00018;
}
#slide-lysol .slide-lysol-inner .alianza-lysol img{
	max-width: 90px;
	margin-bottom: 15px;
}
#slide-lysol h1{
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	margin-top: 2em;
	margin-bottom: .5em;
}
#slide-lysol h1 b{
	font-family: 'Open Sans';
	display: block;	
    font-weight: 700;
}
.section-lysol{
	min-height: 100vh;
	/*padding-top: 82px;*/
	padding-top: 111px;
	display: flex;
	align-items: center;
}
.section-lysol .lysol-title{
	margin-bottom: 2em;
}
.section-lysol .lysol-title h2{
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.section-lysol .lysol-title h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 200px;
	background: #c00018;
}
.section-lysol .lysol-title p {
    font-size: 18px;
}
.section-lysol .lysol-content{
	display: flex;
	flex-wrap: wrap;
}
.section-lysol .lysol-content > div.lysol-list{
	width: 48%;
	margin-right: 2%;
}
.section-lysol .lysol-content > div.lysol-list ul{
	list-style: none;
	margin: 0;
	padding: 3em;
	background: #f8f8f8;
}
.section-lysol .lysol-content > div.lysol-list ul > li{
	padding-left: 1em;
	position: relative;
	font-size: 16px;
	margin-bottom: 1em;
}
.section-lysol .lysol-content > div.lysol-list ul > li:before{
	content:"";
	position: absolute;
	background: #c00018;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 0;
	top: .4em;
}
.section-lysol .lysol-content > div.lysol-list ul > li:last-child{
	margin-bottom: 0;
}
.section-lysol .lysol-content > div.lysol-video{
	width: 50%;
}
.section-lysol .lysol-content > div.lysol-video video, .section-lysol .lysol-content > div.lysol-video img{
	margin-bottom: 1em;
}
body.lysol #retiro-devolucion{}
body.lysol #sanitizacion-lysol{
	background: #3d3d3d;
	color: #fff;
}
body.lysol #sanitizacion-lysol .lysol-title{
	text-align: right;
}
body.lysol #sanitizacion-lysol .lysol-title h2:after{
	right: 0;
	left: unset;
}
body.lysol #sanitizacion-lysol .lysol-content{
	flex-direction: row-reverse;
}
body.lysol #sanitizacion-lysol .lysol-content > div.lysol-list ul{
	background: #2e2e2e;
	color: #fff;
}
body.lysol #sanitizacion-lysol .lysol-content > div.lysol-list{
	margin-right: 0;
	margin-left: 2%;
}
body.lysol #sanitizacion-lysol .lysol-content > div.lysol-video{
	text-align: right;
}
a.btn-lysol {
    background: #d4012b;
    color: #fff;
    padding: 1em 2em;
    display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}
a.btn-lysol:hover{
	padding: 1em 3em;
}
a.btn-lysol i{
	margin-left: 10px;
}
#footer-lysol{
	background: #d01322;
	padding: 2em;
}
#footer-lysol p{
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#footer-lysol .footer-top-lysol{
	text-align: center;
	position: relative;
}
#footer-lysol .footer-top-lysol:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	top: 35px;
}
#footer-lysol .footer-top-lysol img{
	width: 120px;
	background: #d01322;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
#footer-lysol .st0{
	fill: #fff;
}
#footer-lysol .footer-logos-lysol{
	text-align: center;
}
#footer-lysol .footer-logos-lysol img, #footer-lysol .footer-logos-lysol > div{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}
#footer-lysol .footer-logos-lysol > div{
	margin-top: 2em;
}

/* RESPONSIVE LYSOL */
@media screen and (max-width: 1024px){
	#sucursales-otras .carousel-control.right{
		right: 0;
	}
	#sucursales-otras .carousel-control.left{
		left: 0;
	}
	#slide-lysol #menu-lysol .container, .section-lysol .lysol-content > div.lysol-list, .section-lysol .lysol-content > div.lysol-video{
		width: 100%!important;
	}
	.section-lysol{
		padding-top: 50px;
	}
	.section-lysol .lysol-content > div.lysol-list{
		margin-right: 0;
	}
	#slide-lysol #menu-lysol ul > li > a{
		font-size: 12px;
		line-height: 1.2;
	}
	#slide-lysol #menu-lysol ul > li > a img{
		max-width: 60px!important;
	}
	body.lysol #retiro-devolucion .container, body.lysol #sanitizacion-lysol .container, section#sucursal-lysol .container{
		width: 100%;
		max-width: 600px;
	}
	.section-lysol .lysol-content, body.lysol #sanitizacion-lysol .lysol-content{
		flex-direction: column-reverse;
	}
	body.lysol #sanitizacion-lysol .lysol-content > div.lysol-list{
		margin-left: 0;
	}
	.section-lysol .lysol-title h2 br {
		display: none;
	}
	.section-lysol .lysol-content{
		position: relative;
		padding-bottom: 150px;
	}
	.section-lysol .lysol-content a.btn-lysol {
		position: absolute;
		bottom: 80px;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 400px;
		width: 90%;
		text-align: center;
	}
}
@media screen and (max-width: 720px){
	#slide-lysol{
		overflow: hidden;
	}
	#slide-lysol .slide-lysol-inner{
		width: 90%;
	}
	#slide-lysol #menu-lysol ul > li > a{		
		text-align: center;
	}
	#slide-lysol #menu-lysol ul > li > a img{
		margin: auto;
		display: block;
	}
	.section-lysol .lysol-content > div.lysol-list, .section-lysol .lysol-title{
		width: 90%!important;
		margin: 1em auto!important;
	}
	#slide-lysol h1{
		margin-top: 1em;
	}
	#slide-lysol .slide-lysol-inner .slide-lysol-right{
		position: inherit;
	}
	#slide-lysol .slide-lysol-inner .slide-lysol-right a.scroll-lysol{
		left: 0;
		right: 0;
		margin: auto;
		bottom: 120px;
	}
}
@media screen and (max-width: 500px){
	#slide-lysol h1{
		font-size: 22px;
		margin-top: 8px;
	}
	#slide-lysol .slide-lysol-inner .slide-lysol-right p{
		font-size: 16px;
	}
	#slide-lysol .slide-lysol-inner .alianza-lysol p{
		font-size: 10px;
	}
	#slide-lysol .slide-lysol-inner .alianza-lysol img{
		max-width: 50px;
	}
	#slide-lysol .slide-lysol-inner{
		margin-top: -50px;
	}
	.section-lysol .lysol-title h2{
		font-size: 24px;
	}
	.section-lysol .lysol-content > div.lysol-list ul{
		padding: 2em;
	}
	.section-lysol .lysol-content > div.lysol-list ul > li, .section-lysol .lysol-title p{
		font-size: 15px;
	}
	#slide-lysol #menu-lysol ul > li > a img{
		max-width: 50px!important;
		margin-bottom: .2em;
	}
}

/* ----- LANDING COVID  ----- */
.header-covid{
	background: var(--red);
	color: #fff;
	text-align: center;
}
.header-covid h1{
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 1.2;
	font-family: 'Open Sans';
	width: 100%;
	max-width: 600px;
    font-weight: 700;
}
.header-covid h2{
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	font-size: 2em;
}
.header-covid .header-inner{
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0 0 40px 0;
}
.header-covid .header-inner .icon-sucursales-covid img{
	width: 120px;
}
.header-covid .header-inner .logo-safe-travels{
	position: absolute;
	left: 0;
	bottom: 40px;
}
.header-covid .header-inner .logo-safe-travels img{
	width: 120px;
}
.header-inner.header-bottom{
	padding: 20px 0;
}
.header-inner.header-bottom p {
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 1.5em;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-inner.header-bottom p img{
	width: 100px;
	margin-right: 20px;
}
.header-covid hr{
	margin: 0;
}
.header-covid .cta-blue{
	background: #005aae;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 1em 3em;
    font-size: .8em;
	font-weight: bold;
	line-height: 1;
}
.header-covid .cta-blue:hover{
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
.header-covid .cta-blue i{
	margin-left: 10px;
	font-size: .9em;
	vertical-align: middle;
}
.intro-covid{
	width: 80%;
	max-width: 900px;
	margin: auto;
	padding: 40px 0;
}
.intro-covid p {
    font-size: 1.25em;
}
.content-covid > div{
	padding: 1.2em 0;
}
.content-covid > div:nth-child(even){
	background: #fff;
}
.content-covid > div:nth-child(odd){
	background: #f5f5f5;
}
.content-covid .sucursal-inner{
	width: 80%;
	max-width: 900px;
	margin: auto;
	overflow: hidden;
}
.content-covid .sucursal-inner > div {
    float: left;
}
.content-covid .sucursal-image{
	margin-right: 20px;
}
.content-covid .sucursal-image img{
	width: 100px;
	border-radius: 100%;
}
.content-covid .sucursal-info {
    width: calc(100% - 120px);
}
.content-covid .sucursal-info h2{
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 0;
}
.content-covid .sucursal-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-covid .sucursal-info ul > li{
	font-size: 1.2em;
	margin-bottom: 5px;
}
.content-covid .sucursal-info ul > li > span {
    display: inline-block;
    vertical-align: top;
}
.content-covid .sucursal-info ul > li > span:first-child {
    max-width: 130px;
}
.content-covid .sucursal-info ul > li > span:last-child{
    max-width: calc(100% - 130px);
}
.content-covid .sucursal-pta-arenas .sucursal-info ul > li > span:first-child {
    max-width: 260px;
}
.content-covid .sucursal-pta-arenas .sucursal-info ul > li > span:last-child {
	max-width: calc(100% - 260px);
}
.content-covid .sucursal-pta-arenas .sucursal-info ul > li > span.pta-arenas-apto {
    max-width: calc(100% - 130px);
}
.content-covid .sucursal-info ul > li b{
	margin-right: 5px;
}
.content-covid .sucursal-info ul > li i{
	color: var(--red);
	margin-right: 5px;
}    
.sucursal-inner.center p{
	display: block;
	width: 100%;
	font-size: 1.3em;
	margin: 1em 0;
}
.sucursal-inner.center p a{
	color: var(--red);
}
.sucursal-inner.center p a:hover{
	color: var(--red-hover);
}
/* ----- RESPONSIVE COVID ----- */
@media screen and (max-width: 1170px){
	.header-inner.header-bottom p{
		font-size: 1.25em;
		flex-wrap: wrap;
	}
	.header-inner.header-bottom p img{
		width: 80px;
		margin-right: 10px;
	}
	.header-covid .cta-blue{
		padding: 1em 2em;
	}
	.header-covid h1{
		line-height: .9;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 900px){
	.header-covid .header-inner .logo-safe-travels{
		left: calc(50% - 125px);
		bottom: unset;
		top: 11px;
	}
	.header-covid .header-inner .logo-safe-travels img{
		width: 100px;
	}
	.header-covid .header-inner .icon-sucursales-covid img{
		margin-left: 100px;
	}
	.header-inner.header-bottom p > span {
		text-align: right;
		width: 40%;
		line-height: 1;
		font-size: 15px;
	}
	.content-covid .sucursal-info ul > li > span, .content-covid .sucursal-pta-arenas .sucursal-info ul > li > span.pta-arenas-apto{
		display: block;
		max-width: 100%!important;
	}
	.sucursal-inner.center p a{
		display: block;
	}
}
@media screen and (max-width: 500px){
	.header-covid .cta-blue{
		width: 60%;
		flex: none;
		max-width: 240px;
		margin: 1em 0;
	}
	.header-covid h1{
		width: 80%;
		font-size: 2em;
	}
	.header-covid h2{
		width: 80%;
		font-size: 1.5em;		
	}				
	.header-inner.header-bottom p > span{
		margin-top: 10px;
		font-size: 11px;
		width: 44%;
	}
}

/* ----- RESPONSIVE ----- */
@media screen and (max-width: 1400px){
	#slide-home .carousel-control{
		width: 50px;
		height: 50px;
	}
	#slide-home .carousel-control .glyphicon-chevron-left, #slide-home .carousel-control .glyphicon-chevron-right,
	#slide-home .carousel-control .icon-prev, #slide-home .carousel-control .icon-next {
	    width: 15px;
	    height: 15px;
	    margin-top: -7px;
	    font-size: 15px;
	}
	#slide-home .carousel-control .glyphicon-chevron-left, #slide-home .carousel-control .icon-prev {
	    margin-left: -10px;
	}
	#slide-home .carousel-control .glyphicon-chevron-right, #slide-home .carousel-control .icon-next {
	    margin-right: -10px;
	}
	#promo-carrusel .carousel-control{
		width: 40px;
		height: 40px;
		left: -50px;
	}
	#promo-carrusel .carousel-control.right{
		right: -50px;
	}
	#promo-carrusel .carousel-control > i{
		margin-top: 12px;
	}
}
@media (min-width: 996px) and (max-width: 1320px){
	.form-horizontal-home > .container, .form-horizontal-home .info-p{		
		width: 80%;
	}
	body.body-lo .form-horizontal-home > .container{
		width: 90%;
	}
}
@media screen and (min-width: 1300px){
	.sucursal-txt {
		min-height: 135px;
	}
}
@media screen and (max-width: 1300px){
	.formulario-reserva.form-lateral.form-empresas .row-empresa .col-sm-6 {
		padding: 0!important;
	}
    ul.nav.navbar-nav.navbar-right{
        display: flex;
        align-items: center;
    }
    ul.nav.navbar-nav.navbar-right > li{
        float: none!important;
        max-width: 110px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 13px;
        padding: 20px 6px!important;
    }
    li.dropdown.li-login > a {
        padding: 30px 16px!important;
    }
}
@media screen and (max-width: 1275px){
	.promociones-carrusel #promo-carrusel .carousel-control{
		left: auto;
	    top: -75px;
	    bottom: auto;
	    right: 50px;
	}
	.promociones-carrusel #promo-carrusel .carousel-control.right {
	    right: 0;
	}
	.promociones-carrusel .widget-titulo {
	    width: 80%;
	}
}
@media (min-width: 1201px) and (max-width: 1300px){
	.banner-horizontal .btn {
	    margin-bottom: 30px;
	}
	header .container, footer .container{
		width: 1170px;
	}
	.container{
		width: 970px;
	}
	.cover-lo{
		width: 85%;
		height: auto;
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
    }
    .formulario-reserva.form-lateral .col-sm-6 {
	    width: 100%;
	    padding: 0 15px!important;
	}
	#form-nacional .col-sm-3 label {
	    min-height: 34px;
	}
	#newsletter .btn-lg{
	    font-size: 13px;
    }
}
@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}
@media screen and (max-width: 1200px){
	.auto-menu {
	    margin-bottom: 1em;
	}
	.auto-menu .cover-auto {
    	width: 75px;
    	height: 54px;
    }
    .auto-menu h2 > a, .sucursal-menu h2 > a{
	    font-size: 12px;
    }
    .auto-menu h2, .sucursal-menu h2{
	    margin-bottom: 0;
    }
    .banner-horizontal .descripcion{
	    margin-bottom: 20px;
    }
    .confianza{
	    text-align: center;
    }
    .cover-lo{
		width: 85%;
		height: auto;
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
    }
    .footer-nav-li a{
	    padding: 0 10px;
    }
    #form-nacional .col-sm-3 label {
	    min-height: 34px;
	}
	.formulario-reserva > .nav-tabs > li > a{
		min-height: 60px;
	}
	.formulario-reserva.form-lateral .col-sm-6 {
	    width: 100%;
	    padding: 0 15px!important;
	}
	.logo-footer{
		width: 140px;
	}
    .menu-action.center p{
	    font-size: 12px;
    }
    #newsletter .btn-lg{
	    font-size: 13px;
    }
	.reservas-menu > li > a, .mesa-menu > li > a, .login-menu > li > a{
		font-size: 10px;
		padding: .8em 1em;
	}
	.rrss-top > p, .reservas > p, .mesa-central > p {
    	font-size: 10px;
    }
    .reservas-menu > li > a > span {
	    display: none;
	}
	body.body-lo .tablas-header .auto-left, body.body-lo .tablas-header .auto-right{
		top: 70px;
		max-width: 300px;
	}
	body.body-lo .tablas-header .tablas-title{
		padding-top: 120px;
	}
	body.body-lo .lo-contacto-section{
		padding: 1em 0 10px 0;
	}
	body.body-lo .lo-contacto-section .pickup-lo-left, body.body-lo .lo-contacto-section .pickup-lo-right{
		max-width: 400px;
		bottom: -20px;
	}
	body.body-lo .head-lo h1{
		font-size: 80px;
	}
	body.body-lo .camioneta-lo{
		left: -180px;
	}
	body.body-lo .suv-lo{
		right: -180px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: auto!important;
	}
}
@media (min-width: 996px) and (max-width: 1020px){	
	.form-horizontal-home > .container .col-sm-3{
		padding: 1em!important;
	}
	.form-horizontal-home .form-action .btn i{
		font-size: 14px;
	}
}
@media (min-width: 996px) and (max-width: 1300px){
	.empresa-box .extracto {
	    min-height: 120px;
	}
	.formulario-reserva.form-lateral .col-sm-8, .formulario-reserva.form-lateral .col-sm-4{
	    width: 50%;
    }
    .form-action .col-sm-6 .btn{
	    font-size: 13px;
	    padding: 1em 2em;
    }
    .lista-vehiculos .col-sm-4, .lista-vehiculos .col-sm-8 {
	    width: 50%;
	}
	.lista-vehiculos .col-sm-4 .cover.cover-auto {
	    margin-right: 0!important;
	    width: 100%;
	}
}
@media (max-width: 1120px){
	.webpay-logo img{
		max-width: 100%!important;
	}
	.footer-nav-li a::before{
		display: none;
	}
    .navbar-default .navbar-nav>li.menu-li>a{    
        padding-left: 30px!important;
    }
    li.menu-li > a > i{
        left: 0!important;
        font-size: 15px!important;
    }
}
@media screen and (min-width: 995px){
	/*.table-responsive {
	    overflow-x: inherit!important;
	}*/
}
@media screen and (max-width: 995px){
	body.body-lo .head-lo h1{
		font-size: 60px;
	}
	body.body-lo .camioneta-lo, body.body-lo .suv-lo{
		max-width: 300px;
		bottom: 50px;
	}
	.nav-responsive, #sidebar-wrapper{
		display: block;
	}
	#wrapper #sidebar-wrapper{
		width: 0;
	}
	#wrapper.toggled #sidebar-wrapper{
		width: 280px!important;
	}
	#navbar ul.nav.navbar-nav.navbar-right{
		display: none!important;
	}

	.auto-menu .cover-auto {
    	width: 50px;
    	height: 43px;
    }
    .auto-menu .cover-auto img{
	    padding: .3em;
    }
    .auto-menu .p-promo-txt {
    	font-size: 12px;
    }
    .bienvenido-box-inner{
	    max-width: 380px;
	}
	#car-carrusel .car-col{
		min-width: 130px;
		margin: 0 2%;
	}
    .cobertura-row{
	    margin: 20px 0!important;
    }
    .coberturas-wrap .extra-item.row > div.col-sm-2, .coberturas-wrap .extra-item.row > div.col-sm-8,
    .coberturas-wrap .extra-item.row > div.col-sm-6{
    	width: 100%;
    	text-align: center;
    }
    .coberturas-wrap  .iconos-opcionales {
    	margin-bottom: 15px!important;
	}
    .coberturas-wrap .extra-item.row {
	    margin-top: 30px;
	}
	.coberturas-wrap .subtit-extras h3{
		text-align: center;
	}
	.coberturas-action {
	    text-align: center;
	}
    .detalle-auto .col-sm-5 {
	    width: 160px;
	    padding-left: 0;
	}
    .detalle-auto .cover-detalle{
	    width: 140px;
    }
    .footer-nav-li a{
    	margin: 15px 0;
    }
    .formulario-reserva.form-retiro.form-edit.open {
	    height: 630px;
	}
	.form-edit.form-entrega.open {
	    height: 506px;
	}
	.form-empresas .col-sm-6, .form-empresas .col-sm-12 {
	    width: 100%;
	    padding: 0;
	}
	.formulario-reserva.form-lateral .col-sm-6 {
	    width: 100%;
	}
	.form-empresas p.label-form{
		padding: 0;
	}
	.formulario-reserva > .nav-tabs > li > a{
		min-height: 60px;
	}
	.logo.sprite {
		width: 130px;
		margin-top: 13px;
		margin-left: 10px;
		background-position: 0 -4px;
	}
	.logo-footer{
		width: 120px;
		height: 45px;
	}
	.confianza{
		padding: 0;
		margin-bottom: 30px;
	}
	.menu-action .btn {
	    padding: 1em;
	    font-size: 12px;
	}
	.menu-paso .paso {
	    font-size: 14px;
	}
	.menu-paso .paso:before{
		left: -23px;
		border-top: 31px solid #e6e6e6;
	    border-bottom: 31px solid #e6e6e6;
	    border-left: 23px solid transparent;
	}	
	.menu-paso .paso.current:before, .menu-paso .paso:hover:before {
	    border-top: 31px solid #D4002A;
	    border-bottom: 31px solid #D4002A;
	}
	.navbar-right{
		margin-right: 0!important;
	}
	#nacional .col-sm-6, #nacional .col-sm-3, #nacional .col-xs-12{
	    padding: 0!important;
	    width: 100%;
	}
	#nacional .col-sm-3 label {
	    min-height: 0;
	}
	#nacional .form-action{
		text-align: center;
	}
	#nacional .form-action .btn{
		font-size: 14px;
	}
	#nacional .form-action .col-sm-6:first-child{
		display: none;
	}
	#navbar .navbar-nav > li > a{
		font-size: 13px;
		padding: 2.3em .8em;
	}
	#nacional .row.ubicacion-2.open {
	    height: 148px;
	}
	#nacional .row.ubicacion-2.open .col-sm-6.left-5{
		margin-top: 74px;
	}
	.orden-numero.txt-right {
	    text-align: center;
	    margin-bottom: 30px;
	}
	.plan-container .col-sm-8, .plan-container .col-sm-4 {
	    width: 100%;
	}
	.plan-container .paso-lateral .checkbox {
	    padding-left: 20px;
	}
	.promociones-container .col-sm-6 {
	    width: 100%;
	    padding: 0;
	}
	.plan-container .container{
		width: 96%;
	}	
	nav.menu-fixed > .container{
		width: 100%;
	}
	.promociones-container .detalle-box {
	    margin: 30px 0;
	}

	.resumen-solicitud > h2, .resumen-valores > h2 {
	    margin: 0 15px;
	    font-size: 22px;
	}
	.resumen-valores > h2 i{
		margin-right: 10px;
	}
	.resumen-valores .res-vehiculo.datos {
	    margin: 20px 15px 0 15px;
	}
	.res-totales{
		width: 100%;
	}
	.resumen-valores p {
	    margin-top: 20px;
	    font-size: 12px;
	}
	.res-acciones .btn {
	    font-size: 16px;
	    min-width: 0;
	}
	.resumen-solicitud .res-vehiculo .col-sm-6 {
	    padding-left: 0;
	}
	.resumen-solicitud .detalle-box > h2 {
	    font-size: 20px;
	}
	.resumen-solicitud .detalle-box > h3{
		font-size: 13px;
	}
	.res-totales{
		width: 100%;
	}
	.row{
		margin: 0;
	}
	.rrss-top > p, .mesa-menu > li > a > span {
	    display: none;
	}
	.sprite.sprite-travel {
	    width: 100px;
	    background-position: 0 -150px;
	}
	.sucursal-container .col-sm-3 {
	    width: 50%;
	    padding-left: 0;
	    float: left;
	}
	.sucursal-container .sucursal-action {
	    margin: 20px 0;
	}
	.sucursal-container .cover-sucursal .red-square > i{
		margin-left: 2px;
	}
	.sucursal-box {
	    margin-bottom: 60px;
	    border: solid 1px #ECECEC;
	    padding: 1em;
	    text-align: center;
	}
	.sucursal-txt {
		min-height: 0;
	}
	.vehiculo-row .detalle-box > h2{
		font-size: 20px;
	}
	.vehiculo-row .detalle-box > h3{
		font-size: 14px;
	}	
	#car-carrusel.recomendado-carrusel{
		overflow: auto;
	}
	#car-carrusel > .container{
		flex-wrap: inherit!important;
		overflow: auto;
		padding-top: 30px;
    	margin-top: -30px!important;
	}
}
@media screen and (max-width: 850px){
	.formulario-reserva {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 780px){
	.slide-LO .form-horizontal-home{
		-webkit-box-shadow: none;
		box-shadow: none;
		bottom: -150px;
	}
	body.body-lo .form-horizontal-home .form-preview .form-action .btn{
		margin-top: 0;
	}
	body.body-lo .head-lo{
		padding-top: 140px;
	}
	body.body-lo .lo-mapa{
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-left: 50px;
	}
	body.body-lo .lo-mapa img{
		max-width: 1187px;
	}
	body.body-lo .beneficio-row{
		margin: 0;
	}
	body.body-lo .beneficio-row > .container{
		display: block;		
	}
	body.body-lo .beneficio-item {
		margin: 0;
		width: 100%!important;
	}
	body.body-lo .beneficio-item {
		margin: 0;
		width: 100%!important;
		padding: 1em 2em;
	}
	body.body-lo .beneficio-item > div{
		vertical-align: middle;
	}
	body.body-lo .plataforma-row {
		padding-bottom: 400px;
		background-position: bottom left;
		padding-left: 20px;
		padding-right: 20px;
		background-size: 450px;
	}
	body.body-lo .plataforma-row .phone-img{
		left: 50%;
	}
	body.body-lo .plataforma-info ul{
		display: block;
	}
	body.body-lo .tablas-header .tablas-title{
		max-width: 50%;
		text-align: center;
		display: block;
	}
	body.body-lo .tablas-header .tablas-title h2{
		margin: 0!important;
		font-size: 20px;
	}
	body.body-lo .tablas-header .tablas-title h3{
		font-size: 20px;
	}
	body.body-lo .tablas-header .auto-left{
		left: -100px;
	}
	body.body-lo .tablas-box .tabla-title p, body.body-lo .table-lo td, body.body-lo .table-lo th{
		font-size: 14px;
	}
	body.body-lo .table-lo td span{
		width: 75%;
    	margin-left: 10px;
	}
	body.body-lo .table-lo td i, body.body-lo .table-lo td span{
		vertical-align: top;
	}
	.webpay-logo img {
    	max-width: 200px!important;
	}
	#coberturas-adicionales{
		padding: 0 2em;
	}
	#coberturas-adicionales .ca-col {
		flex: 95%!important;
	}
	.autos-list .auto-row {
    	margin: 2em 0;
    }
	.cover .red-square{
		display: none;
	}
	.col-sm-2 .certificado-box, .col-sm-2 .confianza, .col-sm-8 .social-media, .col-sm-8 .copyright, .col-sm-8 .firma-drilo{
	    display: none;
	}
	.certificado-box{
		margin: 0 auto;
		height: 150px;
		width: 105px;
	}
	.footer-nav-li a::before, .footer-nav-li a::after {
	    width: 0;
	}
	.footer-nav-li a {
	    background-color: #232323;
	    margin-bottom: 0;
	}
	.footer-nav{}
	#form-nacional .col-sm-6, #form-nacional .col-sm-3, #form-nacional .col-sm-6, #form-nacional .col-xs-12,
	#form-internacional .col-sm-6, #form-internacional .col-sm-3, #form-internacional .col-sm-6, #form-internacional .col-xs-12 {
	    padding: 0!important;
	}
	#form-nacional .col-sm-3 label, .formulario-reserva > .nav-tabs > li > a,
	#form-internacional .col-sm-3 label, .formulario-reserva > .nav-tabs > li > a{
	    min-height: 0;
	}
	.formulario-reserva > .nav-tabs > li > a:after{
		border: 0!important;
	}
	.logo-footer{
		margin: 0 auto;
	}
	.menu-vehiculos, .menu-sucursales{
	    display: none!important;
	}
	#navbar {
	    padding: 0 1em;
	    margin: 0;
	}
	#newsletter {
	    background: #d40b2a;
	}
	#newsletter .col-sm-3, #newsletter .col-sm-9 {
	    width: 100%;
	    text-align: center;
	}
	#newsletter h3{
		padding: 0 15px;
		text-align: center;
	}
	.newsletter-icono{
		float: none;
		margin: 0 auto;
	}
	p.label-form{
		padding: 0;
	}
	.responsive-footer{
		display: none;
	}
	.row.ubicacion-2.open {
	    height: 148px;
	}
	.row.ubicacion-2.open .col-sm-6.left-5{
		margin-top: 74px;
	}
	.sucursal-container .sidebar-main{
		display: none;
	}
}
@media (min-width: 767px) and (max-width: 995px){
	body.body-lo .tablas-header .auto-right{
		right: -250px;
	}
	.form-internacional {
		padding: 2em;
	}
	#internacional .form-internacional .form-group{
		margin-bottom: 1em;
	}
	#internacional .form-internacional .ubicacion .form-group {
		margin-bottom: 0;
	}
	#internacional .form-internacional .col-sm-4{
		padding: 0;
	}
	.col-sm-4 #tab-form{
		padding: 1em;
	}
	.empresa-box .extracto {
	    min-height: 120px;
	}
	.formulario-reserva.form-lateral .form-action .btn {
	    font-size: 14px;
	    padding: 1em 2em;
	    margin-bottom: 20px;
	}
	.formulario-reserva.form-lateral .col-sm-8, .formulario-reserva.form-lateral .col-sm-4,
	.formulario-reserva.form-lateral #nacional #form-nacional .col-xs-12 {
	    width: 100%;
	    padding: 0 15px!important;
	}
	.formulario-reserva.form-lateral .checkbox {
	    margin: 0 15px;
	}
	.lista-vehiculos .col-sm-4, .lista-vehiculos .col-sm-8 {
	    width: 50%;
	}
	.lista-vehiculos .col-sm-4 .cover.cover-auto {
	    margin-right: 0!important;
	    width: 100%;
	}
	.widget-promociones-lateral .col-sm-6 {
	    padding-left: 0;
	}
	.widget-promociones-lateral .cover.cover-promo img {
	    width: auto!important;
	    height: auto!important;
	    max-width: 100%;
	}
	.widget-promociones-lateral .btn {
	    font-size: 11px;
	    padding: 1em 1.5em;
	}
	/* FLUJO RESERVA */
	.form-horizontal-home.open{
		bottom: unset;
		top: 0;
	}
	.form-horizontal-home .container, .form-horizontal-home .info-p {
		width: 80%;
	}
	#nacional .col-sm-3 .form-group, #nacional .col-sm-3 .form-action,
	#internacional .col-sm-3 .form-group, #internacional .col-sm-3 .form-action {
		margin-bottom: 0;
		margin-top: 1em;
	}
	#nacional .col-sm-3, #internacional .col-sm-3 {
		padding: 0 2em!important;
	}
	#nacional .form-action .btn, #internacional .form-action .btn {
		margin-top: 0;
		display: inline-block!important;
		width: auto;
		margin-bottom: 20px;
		font-size: 16px;
	}
	#tab-form #cupon-col{
		margin-top: 2em;
	}
	#nacional .form-group.div-cod-alianza {
		margin-bottom: 2em;
	}
	#nacional .form-action, #internacional .form-action{
		bottom: 0;
	}
	.form-horizontal-home {
		bottom: 100px!important;
		z-index: 9;
	}
	body.body-lo .form-horizontal-home{
		bottom: -50px!important;
	}
	body.body-lo .form-horizontal-home .form-preview .col-sm-3.col-res:first-child {
		padding-bottom: 0!important;
	}
	body.body-lo .form-horizontal-home .form-preview .form-action .btn {
		margin-top: 0;
	}
	.form-preview .col-sm-3{
		display: none;
		width: 100%;
	}
	.form-preview .col-sm-3.col-res{
		display: block;
	}
}
@media screen and (max-width: 767px){
	body.body-lo .col-form-2, body.body-lo .col-form-3{
		padding-left: 2em!important;
	}
	body.body-lo form#form-mplo{
		padding-bottom: 2em!important;
	}
	body.body-lo .form-full-lo .form-action{
		bottom: -70px;
	}
	.banner-checkin-reserva .banner-desktop{
		display: none!important;
	}
	.banner-checkin-reserva .banner-mobile{
		display: block!important;
	}
	#tab-form #cupon-col{
		min-height: 0;
	}
	.beneficios-grid .col-sm-6 {
		width: 100%;
	}
	.beneficios-grid .row{
		margin-bottom: 0;
	}
	.beneficios-grid > .row:last-child .col-sm-8{
		padding-left: 0;
	}
	.banner-home{
		margin-bottom: 30px!important;
	}
	.banner-home .banner-info h2, .banner-full-h h2.font-40, .banner-home .banner-info h3 {
		font-size: 20px !important;
		max-width: 80%;
		margin: 0 auto 10px auto;
		line-height: 1.2 !important;
	}
	.banner-horizontal{
		text-align: center;
	}
	.banner-horizontal .cover-lo{
		width: 100%;
		margin: 20px 0;
	}
	.bienvenido-box{
		display: none;
	}
	.blog-box-arriendo{
		margin: 0 0 20px 0;
	}
	.blog-extracto{
		margin-top: 10px;
	}
	.blog-extracto .col-sm-2, .blog-extracto .col-sm-10 {
	    padding: 0;
	}
	.blog-icons {
		border-right: 0;
	    border-bottom: solid 1px #ECECEC;
	    margin-bottom: 15px;
	}
	.blog-icons > div{
		width: 32.5%;
	    display: inline-block;
	    border: 0;
	}
	.cobertura-col.adicionales-col {
		margin-bottom: 80px;
	}
	.coberturas-box h3 {
	    margin-top: 10px;
	}
	.container.container-usuarios .col-sm-9 {
	    margin-top: 30px;
	    border: 0;
	    padding: 0;
	}
	.container.container-usuarios .col-sm-9 .table-responsive {
	    border: 0;
	}
	.cover-black {
	    display: none;
	}
	.cover-promo-show {
	    padding-right: 15px;
	}
	.col-sm-6.txt-right, .col-sm-6.txt-left {
		text-align: center;
	}	
	.col-sm-6.txt-right > .btn, .col-sm-6.txt-left > .btn{
		min-width: 220px;
		margin-bottom: 20px;
	}
	.detalle-auto .col-sm-7 {
	    margin-top: 20px;
	}
	.empresa-box {
	    margin-bottom: 30px;
	    text-align: center;
	}
	.empresa-box p.extracto{
		text-align: center;
		min-height: 0;
	}
	.empresa-box img{
		margin: 0 auto 20px auto;
	}
	.form-cuenta, .pass-wrap {
	    margin: 0 15px 30px 15px;
	}
	.formulario-login, .formulario-signup {
	    max-width: 350px;
	    margin: 0 auto;
	}
	.formulario-reserva.form-lateral {
	    margin-top: 0;
	}
	.formulario-reserva.form-lateral .col-sm-12{
		padding: 0;
	}
	.form-responsive{
		display: block;
		margin-top: 30px;
	}
	.form-responsive .col-sm-8, .form-responsive .col-sm-4{
		padding: 0!important;
	}
	.form-horizontal-home .ubicacion .form-group{
		padding-bottom: 0;
	}
	.form-horizontal-home .caret-aft.form-group:after{
		right: 42px;
		bottom: 17px;
	}
    .form-horizontal-home .info-p{
        text-align: center!important;
        margin-top: 20px!important;
        padding-top: 1em!important;
    }
    body #nacional .form-action button#planNacionalButton{
        margin-top: 20px!important;
    }
	.head-blog .head-title{
		padding: 30px 0 20px 0;
	}
	.menu-paso .col-sm-3 {
	    width: 25%;
	    float: left;
	}
	.menu-paso .paso {
	    text-indent: -99999px;
	    height: 10px;
	    padding: 0;
	    min-height: 5px;
	}
	.menu-paso .paso span{
		text-indent: 0;
	}
	.menu-paso .paso:before, .menu-paso .paso:after{
		border: 0;
		right: 0;
		left: 0;
	}
	#newsletter form {
		max-width: 350px;
		margin: auto;
	}
	#newsletter .newsletter-title {
		max-width: 600px;
		margin: auto;
	}
	.promociones-container .widget-facebook, .promociones-container .widget-twitter, .promociones-container .widget-linkedin, .promociones-show .sidebar{
		display: none;
	}
	.promociones-container .row-promociones .col-sm-4 {
	    width: 50%;
	    float: left;
	    margin-bottom: 30px;
	}
	.promociones-container .sidebar{
		display: none;
	}
	.promociones-show .col-sm-12{
		padding: 0;
	}
	.responsive-subsection{
		display: block;
	}
	.responsive-subsection .form-lateral-h2 {
	    color: #fff;
	    margin: 0;
	    text-align: center;
	    padding: 1em;
	    font-size: 15px;
	    text-transform: uppercase;
	    font-weight: 700;
	    border-bottom: 0;
	}
	.row-promos-vehiculo .col-sm-4.promo-box, .col-sm-3.promo-box {
	    border: solid 1px #ECECEC;
	    padding: 1em;
	    margin-bottom: 30px;
	    text-align: center;
	}
	.row-promos-vehiculo .col-sm-4.promo-box img, .col-sm-3.promo-box img{
		margin: 0 auto;
	}
	.row-promos-vehiculo .col-sm-4.promo-box:last-child {
	    margin-bottom: 0;
	}
	.sucursal-container .formulario-reserva.form-lateral{
		margin-top: 35px;
	}
	.sucursal-container .col-sm-4.sidebar, .container-vehiculos .col-sm-4.sidebar {
		display: none;
	}
	.vehiculos-container .sidebar-main{
		display: none;
	}
	.vehiculo-show .col-sm-6 {
	    padding: 0;
	}
	#confirmar .auto-detalle {
		margin-top: 0!important;
	}
	#confirmar .cupon-wrap {
		margin: 0 0 40px 0;
		padding-bottom: 30px;
	}
	.form-group.col-sm-9.no-padding-right {
		padding: 0;
	}
	#info-pago .form-row {
		margin-bottom: 0;
	}
	#info-pago .btn-group.bootstrap-select.form-control.tipo-persona{
		margin-bottom: 15px;
	}
	#info-pago .checkbox-form {
		margin: 15px;
		text-align: center;
	}
	.flex-info-pago {
		margin-left: 0!important;
	}
	.forma-pago-box{
		padding: 0 10px!important;
	}
	.pago-flex > div.pago-info {
		flex: 100%;
		padding: 0 20px;
	}
	.pago-flex > div.pago-info.last{
		margin-left: 0;
		margin-bottom: 30px;
	}
	.pago-info{
		margin-bottom: 0;
	}
	body.body-lo .head-lo h1{
		font-size: 45px;
	}
	body.body-lo .lo-section.lo-que{
		position: relative;
		display: block;
		padding-top: 130px;
	}
	body.body-lo .lo-section.lo-que .camioneta-lo{
		position: absolute;
		left: 10%;
		width: 230px;
		top: 0;
		bottom: unset;
	}
	body.body-lo .lo-section.lo-que .suv-lo {
		position: absolute;
		width: 230px;
		right: 10%;
		top: 0;
		bottom: unset;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.col-sm-6, .col-sm-3.promo-box{
		width: 49%;
		float: left;
	}
	.col-sm-3.promo-box{
		margin-bottom: 35px;
	}
	.head-lo .col-sm-6, .container-lo .col-sm-6{
		width: 100%;
		float: none;
	}
	.promociones-show .detalle-box{
		padding-left: 15px;
	}
	#promo-carrusel .col-sm-3.promo-box {
	    margin-left: 2%;
	}
	#promo-carrusel .col-sm-3.promo-box:nth-child(2n+1) {
	    margin-left: 0;
	}
	.sucursal-box{
		min-height: 470px;
		margin-bottom: 40px;
	}
	body #upsaleModal h2{
		font-size: 20px;
	}
	body #upsaleModal .modal-body p{
		font-size: 14px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 670px){
	.flex-info-empresas > div{
		width: 100%;
	}
	.col-sm-3.promo-box{
		margin-bottom: 35px;
	}
	.mesa-central{
		display: none;
	}
	.reservas:after{
		height: 0;
	}
	.login.inline{
		display: none;
	}
	.login.login-responsive.inline{
		display: inline-block;
		float: right;
	}
	.login-responsive .login-menu > li > .dropdown-menu{
		top: 35px;
		right: -160px;
		left: auto;
		width: 0;
		min-width: 0;
		overflow: auto;
		-webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	}
	.login-responsive .login-menu > li.open > .dropdown-menu{
		right: 0;
		width: 160px;
	}
	.login-responsive .login-menu > li > a{
		min-width: 0;
	}
	.rrss-top{
		display: none;
	}
	.top-right {
	    width: 100%!important;
	    text-align: left;
	    padding-left: 15px;
	    padding-right: 0;
	}
}

@media screen and (max-width: 599px){
	/*.auto-big-container .cover-auto.cover-big {
	    padding: 0;
	}
	.autos-list > h3 {
	    padding: 0 15px;
	}
	.autos-list .cover-auto.cover-small {
	    padding: 0;
	}
	.autos-list .cover-auto img, .auto-big-container .cover-auto img{
	    width: 100%;
	    padding: 3em;
	}*/
	.autos-list .cover-auto.cover-small {
	    padding: 1em;
	}
	.autos-list .cover-auto img{
		width: 330px;
	}
	.autos-list > h3{
		padding: 0 15px;
	}
	.banner-570, .banner-770{
		display: none;
	}
	.banner-res{
		display: block;
	}
	.checkbox.sucursal-pago {
	    min-height: 0;
	}
	.dcto-online {
	    margin: 0 15px;
	}
	.detalle-box {
	    margin-top: 15px;
	}
	.form-paso-edit .col-sm-7 {
	    width: 49%;
	}
	.form-paso-edit .col-sm-5 {
	    width: 49%;
	}
	/*.form-paso-edit .retiro-edit {
	    font-size: 12px;
	}
	.form-paso-edit .fecha-edit {
	    font-size: 14px;
	    font-weight: 700;
	}*/
	.form-paso-edit.retiro-box{
		border-right: 0;
	}
	.edit-forms-container .col-xs-4, .edit-forms-container .col-xs-6, .edit-forms-container .col-sm-6{
		width: 100%;
		margin-bottom: 20px;
	}
	.formulario-reserva.form-retiro.form-edit, .formulario-reserva.form-entrega.form-edit {
	    margin-top: 0;
	}
	.info-de-pago .col-sm-6:first-child {
	    border-right: 0;
	    border-bottom: solid 1px #E6E6E6;
	}
	.main-img .col-sm-6 img{
		margin: 0 auto 20px auto;
	}
	.main-img .col-sm-6:last-child {
	    display: none;
	}
	#promo-vehiculos .carousel-control {
    	width: 30px;
    }
    #promo-vehiculos .carousel-control.left > i {
	    left: 5px;
	}
	#promo-vehiculos .carousel-control.right > i {
	    right: 5px;
	}
	.promociones-carrusel > .container {
	    padding: 0 15px;
	}
	.res-acciones .col-sm-6 {
	    text-align: center;
	}
	.res-acciones .btn {
	    font-size: 14px;
	    min-width: 230px;
	    margin-bottom: 20px;
	}
	.res-totales h2{
		font-size: 18px!important;
	}
	.res-totales li > span {
	    font-size: 14px!important;
	}
	.res-vehiculo.datos .col-sm-6{
		padding: 0;
	}
	.res-vehiculo.datos li{
		margin: 5px 0!important;
	}
	.res-vehiculo.datos li .col-sm-6{
		width: 100%;
	    display: block;
	    text-align: left;
	}
	.resumen-solicitud .detalle-box > h3{
		padding-left: 0;
	}
	.sucursal-container .col-sm-3 {
	    width: 100%;
	    float: none;
	}
}
@media screen and (max-width: 500px){
	.mapa-avis {
	    height: 220px;
	    overflow: hidden;
	}
	#edit-date .modal-body{
		padding: 1em;
	}
	body #upsaleModal .modal-body {
		padding: 2em;
	}
	div#resumen-reserva {
		padding: 1em;
	}
	body .ul-subtotales > li.li-online{
		padding: 10px;
		margin: 20px 0;
	}
	.cupon-wrap .cupon-info i{
		font-size: 20px;
		margin: 0 10px;
	}
	.cupon-input #alianza-codigo{
		border-radius: 5px;
		margin-bottom: 10px;
		width: 90%;
		height: 40px;
	}
	.cupon-input button{
		border-radius: 5px;
	}
	.forma-pago-box > div {
		flex: auto;
	}
	body.body-lo .tablas-header .auto-right{
		right: -100px;
		max-width: 200px!important;
		bottom: 0!important;
		top: unset!important;
	}
	body.body-lo .tablas-header .auto-left{
		left: -84px;
		max-width: 200px;
		top: unset;
		bottom: 0;
	}
	body.body-lo .lo-contacto-section .pickup-lo-left{
		bottom: unset;
		top: 0;
		left: 0!important;
		right: 0!important;
		margin: auto!important;
		max-width: 300px;
	}
	body.body-lo .lo-contacto-section .pickup-lo-right{
		display: none!important;
	}
	body.body-lo .lo-contacto-section{
		padding-top: 150px;
	}
	body.body-lo .lo-section.lo-que .camioneta-lo{
		left: -50px;
	}
	body.body-lo .lo-section.lo-que .suv-lo{
		right: -50px;
	}
	body.body-lo .lo-info h2{
		font-size: 20px;
	}
}
@media screen and (max-width: 420px){
	.btn-edit{
		padding: .5em 1em;
	}
	.cobertura-row {
	    text-align: center;
	}
	.cobertura-row .iconos-opcionales{
		margin: 0 auto;
	}
	.col-sm-7.tit-pago, .col-sm-5.txt-right {
	    display: block;
	    text-align: left;
	}
	.promociones-carrusel .widget-titulo{
		width: 100%;
	}
	.promociones-carrusel .widget-titulo h2 {
	    font-size: 18px;
	    line-height: 23px;
	    margin: 0 15px;
	}
	.promociones-container .row-promociones .col-sm-4{
		width: 100%;
		float: none;
	}
	#promo-vehiculos {
	    margin: 30px 0 60px 0;
	}
	#promo-vehiculos .carousel-control, .promociones-carrusel #promo-carrusel .carousel-control{
		width: 50px;
		height: 50px;
		border: solid 1px #ECECEC;
		bottom: -60px;
		left: 35px;
		top: auto;
	}
	#promo-vehiculos .carousel-control.right, .promociones-carrusel #promo-carrusel .carousel-control.right {
    	right: 35px;
    	left: auto;
    }
    #promo-vehiculos .carousel-control > i, .promociones-carrusel #promo-carrusel .carousel-control > i{
	    top: 15px;
    }
    #promo-vehiculos .carousel-control.left > i, .promociones-carrusel #promo-carrusel .carousel-control.left > i {
	    left: 15px;
	}
	#promo-vehiculos .carousel-control.right > i, .promociones-carrusel #promo-carrusel .carousel-control.right > i {
	    right: 15px;
	}
	.promociones-carrusel #promo-carrusel .carousel-control{
		background: #fff;
		right: auto;
	}
	.promociones-carrusel #promo-carrusel .carousel-control > i{
		margin-top: 15px;
	}
	#promo-carrusel {
	    margin-bottom: 80px;
	}
}
@media screen and (max-width: 380px){
	body #upsaleModal .up-car{
		padding: .5em;
	}
	body #upsaleModal .up-car h3{
		font-size: 18px;
	}
	body #upsaleModal .up-car img {
		max-width: 80px;
	}
	body #upsaleModal .modal-body p{
		font-size: 14px;
		line-height: 1.2;
	}
	body #upsaleModal h2{
		font-size: 20px;
	}
	body #upsaleModal .up-arrow i{
		width: 30px;
		height: 30px;
		line-height: 2;
		font-size: 14px;
	}
}
/* ----- // RESPONSIVE ----- */

.grecaptcha-badge {
	z-index: -99999!important;
	visibility: hidden;
}

#planNacional_recaptcha {
    transform:scale(0.9);
    transform-origin:0 0;
    margin-top: -27px;
}


/* BANNER INFO COVID */
.header-info-covid {
    text-align: center;
    background: #d3022b;
}
.header-info-covid p {
    color: #fff;
    margin: 0;
	padding: .5em;
	font-size: 12px;
}
.header-info-covid p > a{    
    color: #fff;    
    display: inline-block;
	margin-left: 2px;
	font-size: 11px;
    text-transform: uppercase;    
    line-height: 1.2;
    font-weight: 600;
}
.header-info-covid p > a:hover{
	text-decoration: underline;	
}
.header-info-covid p > i{
	margin-right: 5px;
	font-size: 13px;
}
/* Whatsapp */

.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: #25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    z-index:100;
}
.float-whatsapp:hover{
    color: #fff;
    background: #0eba4e;
}

.my-float-whatsapp{
	margin-top:16px;
}


/*CSS k*/
/*GENERAL*/
li.dropdown.li-login > a {
    max-width: 210px;
}
@media (max-width: 1120px){
	.navbar-default .navbar-nav>li>a {
    	font-size: 13px!important;
    	padding: 20px 6px!important;
	}
    li.dropdown.li-login > a {
        padding: 30px 16px!important;
    }
}
html {
	scroll-behavior: smooth;
}
body.body-lo.preferente{
	background-color: #fff;
}
/*Slider-form*/
.preferente .head-lo{ 
	margin-top: -190px;
    position: absolute;
    width: 100%;
    padding-top: 0!important;
 }
body.body-lo.preferente .lo-section.lo-que {
    position: relative;
    display: block;
    margin-top: 300px;
}
#slide-home.slide-preferente .fill {
    height: 400px;
}

/*Form-Section A*/
.form-preferente{
	background:#fff;
	border-radius:30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 20px;
}
#form-preferente h5{
	max-width: 50%;
    margin: 0 auto;
    padding: 10px;
    background:#d4002a;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.form-preferente .form-group {
	text-align: left !important;
}
.form-preferente .form-group label{
	font-weight: 600!important;
    font-size: 13px;
}
.form-preferente .column-form  input, 
.form-preferente .column-form select,
.form-preferente input.form-control{
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 11px 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 13px;
    padding:7px;
}
.form-preferente .metodo-contacto label{
	width: 100% ;
	display:block;
	overflow: hidden;
	margin-bottom: 15px;
}
.form-preferente .metodo-contacto input{
	float: left;
	margin-right: 15px;
}
.form-preferente .metodo-contacto input[type=radio], 
.form-preferente .metodo-contacto input[type=checkbox]{
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
	cursor: pointer;
	margin: 0;
	margin-right: 10px;
}
.form-preferente .btn-form{
	text-align: left;
	margin-top: 30px;
}
.form-preferente .btn-form .btn{
	border-radius:40px;
	padding:10px 30px;
	font-weight: bold;
	font-size: 16px;
}
.form-preferente .email-label .col-sm-6.first-label,
.form-preferente .phono-label .col-sm-4.first-label{
	padding-right: 0;
}
.form-preferente .email-label .col-sm-6.second-label,
.form-preferente .phono-label .col-sm-8.second-label{
	padding-left: 5px;
}
.form-preferente .bootstrap-select>.dropdown-toggle {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #ebebeb;
}

@media screen and (max-width: 780px){
	.preferente .head-lo{ 
	    position: relative;
	    width: 100%;
	    padding-top: 
	 }
	 body.body-lo.preferente .lo-section.lo-que {
	    position: relative;
	    display: block;
	    margin-top: 0;
	    padding-top: 0;
	}
	.form-preferente {
		margin: 0 20px;
	}
	#form-preferente h5{
		max-width: 90%;
	    margin: 0 auto;
	    padding: 10px;
	    background:#d4002a;
	    border-radius: 10px 10px 0 0;
	    color: #fff;
	    font-weight: bold;
	    font-size: 12px;
	}
	.form-preferente .email-label .col-sm-6{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.form-preferente .email-label .col-sm-6.first-label{
		margin-bottom: 15px;
	}
}

/*END Form-Section A*/

/*Section B*/
body.body-lo.preferente{
	position: relative;
	font-size: 15px;

}
body.body-lo.preferente .lo-info {
    max-width: 90%;
    margin: 4em auto;
    text-align: center;
}
body.body-lo.preferente .lo-info h2{
	font-size: 28px;
}
body.body-lo.preferente .lo-info h2 span{
	color: #d4002a;
	font-size: 28px;
}
body.body-lo.preferente .lo-info h2 span b{
	font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}
body.body-lo.preferente .lo-info h2:after {
    content: "";
    height: 0;
    width: 0;
    background: transparent;
    position: absolute;
    bottom: .5em;
    left: 0;
    right: 0;
    margin: auto;
}
.preferente-description{
	padding-bottom: 50px;
}
.preferente-description .col-sm-3 {
	text-align: center;
}
.preferente-description .inner-col{
	padding:20px;
}
.preferente-description .image-description{
	min-height: 150px;
	position: relative;
}
.preferente-description .image-description span{
	width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    top: 30%;
    right: -27%;
}
.preferente-description .title-description{
	min-height: 80px;
}
.preferente-description h4{
	color: #d4002a;
	font-weight: 700;
}
@media screen and (max-width: 780px){
	body.body-lo.preferente .lo-info h2,
	body.body-lo.preferente .lo-info h2 span{
		font-size: 26px;
	}
	.preferente-description .title-description {
	    min-height: 40px;
	}
}
/*END Section B*/
/*QUE ES PREFERENTE SECTION*/
.title-que-es-preferente{
	height: 300px;
	background:linear-gradient(180deg, rgba(0,0,0,0.1128668171557562) 0%, rgba(0,0,0,0.6794582392776524) 100%), url('/img/bg-title-que-es-preferente.jpg');
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
	text-align: center;
  	padding-top:100px;
}
.title-que-es-preferente h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
.title-que-es-preferente h2 span{
	font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}
.title-que-es-preferente p{
	font-size: 16px;
}
.que-es-preferente-link{
	background-color: #d4002a;
	color:#fff;
}
.que-es-preferente-link ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.que-es-preferente-link ul li{
	padding: 0;
	margin: 0;
}
.que-es-preferente-link a{
	padding: 15px 25px;
	overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    min-height: 98px;
}
.que-es-preferente-link a:hover{
	background-color: #82121f;
}
.que-es-preferente-link h5{
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
	font-size: 14px;
}
.que-es-preferente-link .que-es-preferente-link-icon{
	width: 50px;
	height: 50px;
	float: none;
	margin-right: 20px;
}
.que-es-preferente-link .que-es-preferente-link-icon img{
    width: 50px;
}

/*Section que es*/
.acumulacion-de-pesos.que-es-section,
.beneficios-exclusivos.que-es-section{
	padding: 50px 0;
}
.acumulacion-de-pesos.que-es-section{
	background: url(/img/preferente-bg-acumulacion.png) no-repeat top right #ededed;
}
.beneficios-exclusivos.que-es-section{
	background: url(/img/preferente-bg-beneficios.png) no-repeat top right #ededed;
}
.acumulacion-de-pesos .que-es-section-title,
.beneficios-exclusivos .que-es-section-title{
	padding: 20px 0 50px 0 ;
}
.acumulacion-de-pesos .icon-title,
.beneficios-exclusivos .icon-title{
	width: 20%;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.acumulacion-de-pesos .content-title,
.beneficios-exclusivos .content-title{
	width: 74%;
	float: left;
}
.acumulacion-de-pesos .content-title h4,
.beneficios-exclusivos .content-title h4{
	text-transform: uppercase;
	font-weight: 700;
	color: #d4002a;
	font-size: 20px;
}
/*tabla acumulacion*/
.acumulacion .table-section,
.beneficios-content .table-section{
	margin-bottom: 15px;
}
.acumulacion .red-box,
.beneficios-content .red-box{
	position: relative;
	min-height: 70px;
	background-color:#d4002a;
	color: #fff;	
	padding: 10px;
	font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px; 
}
.acumulacion .col-sm-4.red-box,
.beneficios-content .col-sm-4.red-box{
	width: 32% !important;
}

.acumulacion .red-box .inner,
.beneficios-content .red-box .inner{
	padding: 5px 0;		 	 
  	/*position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	left: 20%;*/
}
.acumulacion .white-box,
.beneficios-content .white-box{
	background-color:#fff;
	color: #333;
	padding: 10px;
	min-height: 70px;
	font-size: 14px;
	position: relative;
	text-align: center !important;
}
.acumulacion .white-box .inner,
.beneficios-content .white-box .inner{
	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	padding: 10px;
  	text-align: left !important;
  	width: 100%;
}
.beneficios-content .white-box .inner{
	text-align: center !important;
	font-weight: bold;
}
.acumulacion .white-box.white-box-a,
.beneficios-content .white-box.white-box-a{ border-radius: 5px 0 0 5px; }
.acumulacion .white-box.white-box-b,
.beneficios-content .white-box.white-box-b{ border-radius: 0 5px 5px 0; }

.beneficios-content .col-sm-12{
	padding-right: 0;

}
.red-box .inner_full_width{
	background-color:#d4002a;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
}
.logo-responsive{
	display: none;
}
.col-sm-4.imagen-content.visibility-mobile{
		visibility:hidden;
		display:none;
	}
@media (max-width: 980px) and (min-width: 780px){
	.que-es-preferente-link .que-es-preferente-link-text{
		float: left;
    	width: 60%;
	}
	.col-sm-4.imagen-content{
		width: 20%;
	}
	.col-sm-8.table-section-wrapper{
		width: 80%;
	}
}
@media screen and (max-width: 780px){
	.col-sm-4.imagen-content.visibility-mobile{
		visibility:visible;
		display: block;
	}
	.col-sm-4.imagen-content.visibility-desktop{
		visibility:hidden;
		display: none;
	}
	.logo-responsive-top{
		display: none;
	}
	.logo-responsive{
		display: block;
		margin-right: 5px; 
		float: left;
		width:45%;
		text-align: center;
	}
	.logo-responsive img{
		max-width: 70%;
		margin-right: 10px;
	}
	.text-box-wrap{
		display: block;
	    width: 50%;
	    float: left;
	}
	.que-es-preferente-link .que-es-preferente-link-text{
		width: 60%;
	    float: left;
	}
	.col-sm-4.red-box,
	.col-sm-12.red-box{
		padding: 0;
		margin: 0 0 10px 0;
	}
	.acumulacion .red-box .inner, 
	.beneficios-content .red-box .inner {
		margin-right: 0;
		text-align: center;
	    font-size: 14px;
	    font-weight: bold;
	    left:37%;
	}
	.acumulacion .red-box .inner br, 
	.beneficios-content .red-box .inner br{
		display: none;
	}
	.acumulacion .white-box.white-box-a, 
	.beneficios-content .white-box.white-box-a,
	.acumulacion .white-box.white-box-b, 
	.beneficios-content .white-box.white-box-b  {
    	border-radius: 5px ;
    	margin-bottom: 10px;
    	min-height: 80px;
    	text-align: center !important;
    	padding: 26px 0 !important;
    	width: 100%;
	}
	.red-box .inner_full_width{
		padding: 8px;
		font-size: 16px;
	}
	.imagen-content{
		padding-bottom: 40px;
	}
	.imagen-content .inner{
		text-align: center;
	}
	.acumulacion .table-section, 
	.beneficios-content .table-section{
		margin-bottom: 0;
	}
	.acumulacion .col-sm-4.red-box,
	.beneficios-content .col-sm-4.red-box{
		width: 100% !important;
	}
	.acumulacion .white-box .inner,
	.beneficios-content .white-box .inner{
	  	width: 99%;
	}
	#form-preferente .col-sm-4,
	#form-preferente .col-sm-8{
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.acumulacion .red-box, .beneficios-content .red-box{
		min-height: 50px;
		padding: 15px;

	}
	.acumulacion .red-box .inner, 
	.beneficios-content .red-box .inner{
		position: relative;
		transform: none;
		left: auto;
		top: auto;
		font-size: 16px;
	}
}
.paso-a-paso h4.title{
	text-transform: uppercase;
	font-weight: bold;
	color: #d4002a;
	padding: 0 20px;
}
.paso-a-paso ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.paso-a-paso li{
	overflow: hidden;
	width: 100%;
	display:block;
	padding: 10px 0;
	min-height: 136px;
}
.paso-a-paso .paso-n{
	float: left;
    width: 10%;
    text-align: center;
    color: #d4002a;
    margin-right: 20px;
    min-height: 136px;
}
.paso-a-paso .paso-n h6,
.paso-a-paso .paso-n h4{
	text-transform: uppercase;
	font-weight: bold;
}
.paso-a-paso .paso-n h6{
	font-size: 10px;
    margin: 0;
}
.paso-a-paso .paso-n h4{
	font-size: 34px;
    margin: 2px 0;
}
.paso-a-paso paso-desc{
	width: 65%;
	float: left;
}
.canje-de-arriendos.canje-full-copec{
	position: relative;
    padding: 50px 0;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    background: #eee;    
}
.canje-de-arriendos.canje-full-copec:before {
    background: url(/img/fc-icono-full.svg) no-repeat top left #eeeeee;    
    background-size: cover;
    content: "";
    width: 200px;
    height: 220px;
    position: absolute;
    left: 0;
    top: -40px;
    opacity: .4;
    z-index: 0;
}
#franja-skyplus{
    position: relative;
}
#franja-skyplus.canje-de-arriendos:before{
    background: url(/img/skyplus-flecha-naranja.svg) no-repeat top left #ffffff;    
    background-size: cover;
    content: "";
    width: 205px;
    height: 280px;
    position: absolute;
    left: -60px;
    top: -40px;
    opacity: .4;
    z-index: -1;
}
/*Section que es*/
.canje-de-arriendos.que-es-section{
	background: url(/img/preferente-bg-canje.png) no-repeat top left #fff;
    padding: 50px 0;
}
.canje-de-arriendos .que-es-section-title{
	padding: 20px 0;
}
.canje-de-arriendos .icon-title{
	width: 20%;
	float: right;
	margin-left: 15px;
	text-align: right;
}
.canje-de-arriendos .content-title{
	width: 74%;
	float: right;
	text-align: right;
}
.canje-de-arriendos .content-title h4{
	text-transform: uppercase;
	font-weight: 700;
	color: #d4002a;
	font-size: 20px;
}
.content-title p a, .paso-desc a{
    color: #333;
    font-weight: 600;
}
.content-title p a:hover, .paso-desc a:hover{
    color: #D4002A;
    text-decoration: none!important;
}

/*FAQ*/
#faq-section-preferente{
	padding: 60px 10px;
}
#faq-section-preferente .section-title{
	text-align: center;
}
#faq-section-preferente .section-title h2{
	font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
    position: relative;
    padding-bottom: 1em;
}
#faq-section-preferente .panel.panel-default {
	border-radius: 5px;
	border:none;
}
#faq-section-preferente .panel .panel-title a.collapsed{
	background: url("/img/bg-accordion-collap.png") no-repeat right #f7f7f7;
	border:none;
	color:#333;

}
#faq-section-preferente .panel-default>.panel-heading {
    background: transparent; 
    border:none;
}
#faq-section-preferente .panel .panel-title a {
	background: url("/img/bg-accordion-exp.png") no-repeat right #f7f7f7;
	border-radius: 5px;
	border:none;
	color:#D4002A;
	padding-right: 60px;
    text-transform: uppercase;
}
#faq-section-preferente .panel-group .panel-heading+.panel-collapse>.panel-body, 
#faq-section-preferente .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}
.footer-buttons .btn-right{
	text-align: right;	
}
.footer-buttons .btn-right a{
	margin-right: 15px;
}
.footer-buttons .btn-left{
	text-align: left;	
}
.footer-buttons .btn-left a{
	margin-left: 15px;
}
.footer-buttons a.btn-large-new{
	border-radius: 40px;
    padding: 10px 70px;
    font-weight: bold;
    font-size: 12px;
	color:#fff;
}
.footer-buttons a.btn-large-new.translucido{
	background-color: transparent;
	border:2px solid #D4002A;
	color: #D4002A;
	padding: 8px 66px;
}
.footer-buttons a.btn-large-new:hover{
	border-radius: 40px;
}
@media screen and (max-width: 780px){
	.footer-buttons .btn-right,
	.footer-buttons .btn-left{
		text-align: center;	
	}
	.footer-buttons .btn-right a,
	.footer-buttons .btn-left a{
		margin:10px auto;
	}
    .canje-de-arriendos.canje-full-copec:before{
        display: none;
    }
    .paso-a-paso .paso-n, .paso-a-paso li{
        min-height: 0;
    }
    div#franja-full-copec .icon-title {
        float: none;
        margin: auto;
        width: 200px;
        text-align: center;
    }
    div#franja-full-copec .content-title {
        width: 90%;
        text-align: center;
        margin: 1em auto;
        float: none;
    }
    div#franja-full-copec.canje-de-arriendos .content-title h4{
        text-align: center;
    }
    .paso-a-paso li{
        display: flex;
        justify-content: space-between; 
    }
    .paso-a-paso li > div{
        float: none!important;
    }
    .paso-a-paso li > div.paso-desc{
        width: calc(100% - 12%);
    }
    #franja-full-copec .legal-puntos {     
        width: 85%;
        margin: auto;
        margin-top: 2em;
    }
}
/*HEADER PLUS*/
.header-info-avis-plus p{
	font-size: 13px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header-info-avis-plus span{		
    font-weight: 700;
    margin: 0 4px;
}
.header-info-avis-plus a{
	color:#fff !important;
    font-weight: 600;
}

/* AVIS PLUS */
div#canje-arriendo {
    background: #ededed;
    padding: 100px 0;
    scroll-margin-top: 100px;
}
div#beneficios{
    scroll-margin-top: 200px;
}
.row.paso-paso > .col-md-3{
    position: relative;
}
.row.paso-paso > .col-md-3:before {
    content: "";
    background-image: url("/img/flecha.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: -15px;
    background-size: contain;
}
.row.paso-paso > .col-md-3:first-child:before{
    display: none;
}
.bloque-paso {
    text-align: center;
    margin-bottom: 50px;
}
.bloque-paso .icono-paso {
    background: #d4022b;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-paso .icono-paso svg {
    width: 30px;
}
.bloque-paso h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d5012b;
}
.bloque-paso p{
    font-size: 18px;
}
.bloque-paso p span, .legal-plus p span{
    color: #d4022b;
}
div#puntos-avis {
    scroll-margin-top: 200px;
    padding-bottom: 50px;
}
.logo-tabla-plus img {
    width: 220px;
    margin: 0 auto 20px auto !important;
    display: block;
}
.legal-tabla p span {
    color: #d4022b;
}
.row.globo-tabla {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);    
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
}
.row.globo-tabla > div.col-sm-4:first-child {
    background: #d4022b;
    padding: 20px 0;
    color: #fff;
}
.row.globo-tabla h4 {
    font-weight: 700;
    font-size: 20px;
}
.row.globo-tabla p {
    margin: 7px 0;
    font-size: 18px;
}
.row.globo-tabla.globo-mail{
    padding: 1em;
}
.row.globo-tabla.globo-mail h4{
    font-weight: 500;
}
.row.globo-tabla.globo-mail i.fa{
    color: #D4002A;
    margin-right: 4px;
}
.caption-plus h2 {
    font-size: 46px;
}
#faq-section-preferente.plus-section .section-title.caption-plus h2{
    text-transform: none;
    font-weight: 400;
    font-size: 46px;
}
#faq-section-preferente.plus-section div#accordion {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
#faq-section-preferente.plus-section .panel .panel-title a{
    text-transform: none;
    font-size: 18px !important;
    border-radius: 50px;
    padding: 1em 2em;
    background-position: 95%;
    background-image: url("/img/icono-ap-menos.png");
    background-size: 25px;
    padding-right: 5em;
}
#faq-section-preferente.plus-section .panel .panel-title a.collapsed{
    background-image: url("/img/icono-ap-plus.png");
}
#faq-section-preferente.plus-section .panel-body {
    font-size: 16px;
    padding-right: 2em;
}
#faq-section-preferente.plus-section .panel-body {
    padding: 1em 2em;
    padding-right: 5em !important;
}
#que-hacer.canjes-puntos-alianzas{
    scroll-margin-top: 200px;
}
#que-hacer.canjes-puntos-alianzas .banners-que-hacer > div.caja-banner{
    position: relative;
}
#que-hacer.canjes-puntos-alianzas .banners-que-hacer > div.caja-banner h3{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    font-size: 20px;
    padding: 10px;
}
.canjes-puntos-alianzas .cta-banners.animado .btn {
    background: #d4022b;
    font-size: 18px;
    padding: 1em 3em;
    border-radius: 100px;
    font-weight: 700;
    color: #fff !important;
}
.canjes-puntos-alianzas .cta-banners.animado .btn:hover{
    background: #333;
}
.caja-banner.animado.show.disabled {
    filter: grayscale(100%);
    cursor: not-allowed !important;
}
.canjes-puntos-alianzas{
    background: #EDEDED;
    padding: 2em 0;
}
.caption-plus p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.sticky-menu-avisplus > ul.row {
    list-style: none;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    margin-bottom: 20px;
}
.sticky-menu-avisplus > ul.row > li a {
    color: #000;
    text-align: center;    
}
.sticky-menu-avisplus h5 {
    margin-bottom: 0;
}
.sticky-menu-avisplus i.fa {
    font-size: 18px;
    color: #d4022b;
}
.sticky-menu-avisplus i.fa.fa-plus-circle, .sticky-menu-avisplus i.fa.fa-plane {
    font-size: 20px;
}
.container.container-menu-aplus {
    margin-top: 120px;
    position: sticky;
    top: 113px;
    z-index: 9;
}
div#preferente_recaptcha {
    transform: scale(0.86);
    transform-origin: 0 0;
}
@media (max-width: 1200px){
    div#preferente_recaptcha{
        transform: scale(0.7);
    }
    .label-flex{
        flex-wrap: wrap;
    }
    .form-preferente .btn-form{
        margin-top: 0;
    }
    #form-preferente > .container {
        width: 98%;
    }
    .form-preferente .btn-form .btn{
        padding: 10px 15px;        
        font-size: 14px;
    }
}
@media (max-width: 990px){
    .row.paso-paso > .col-md-3:before{
        display: none!important;
    }
    .sticky-menu-avisplus .row {
        display: flex;
    }
    .sticky-menu-avisplus .col-sm-3 {
        width: 25%;
    }
    .avisplus-caption{
        padding: 1em 2em;
    }
    .img-canje {
        text-align: center;
    }
    .img-canje img {
        max-width: 500px;
    }
}
@media (max-width: 780px){
    .container.container-menu-aplus{
        margin-top: 40px;
        top: 130px;
    }
    .sticky-menu-avisplus > ul.row{
        border-radius: 0;
    }
}
@media (max-width: 767px){
    div#preferente_recaptcha{
        transform: scale(1);
    }
    .form-preferente .btn-form .btn{
        font-size: 16px;
        padding: 10px 30px;
    }
    .logo-tabla-plus {
        display: none;
    }
    .row.globo-tabla{
        width: 95%;
        margin: auto;
        margin-bottom: 40px;
    }
    .row.globo-tabla > div.col-sm-4 {
        width: 100%;
        padding: 1em;
    }
    .row.globo-tabla > div.col-sm-4.avis-gold {
        background-image: url(/img/logoavisplus.png);
        background-size: 125px;
        background-repeat: no-repeat;
        background-position: 15px center;
        padding-left: 150px;
    }
     .row.globo-tabla > div.col-sm-4.avis-black {
        background-image: url(/img/logoavisplusblack.png);
        background-size: 125px;
        background-repeat: no-repeat;
        background-position: 15px center;
        padding-left: 150px;
    }
    .legal-tabla {
        width: 95%;
        margin: auto;
    }
    #que-hacer.canjes-puntos-alianzas{
        width: 100%;
        max-width: 100%!important;
    }
    #que-hacer.canjes-puntos-alianzas .banners-que-hacer {
        justify-content: center;
    }
    #que-hacer.canjes-puntos-alianzas .banners-que-hacer > div.caja-banner {
        width: 95%;
        max-width: 400px;        
    }
}
.label-flex {
    display: flex;    
}
.label-flex > label {
    font-size: 11px !important;
}
.label-flex > label{
    margin-bottom: 0;
}
.slide-avisplus {
    background: #eee;
    padding: 1em 0;
    padding-bottom: 200px;    
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.slide-avisplus:after {
    content: "";
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.avisplus-caption {
    width: 100%;
    max-width: 780px;
    position: relative;
    z-index: 1;
}
.avisplus-caption h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.2;
}
.avisplus-caption p {
    color: #fff;
    font-size: 27px;
}
.container-avis-plus .col-sm-3 {
    width: 20%;
}
#franja-skyplus {
    padding: 100px 0;
}
#franja-skyplus .content-title {
    float: none!important;
    text-align: left!important;
}
.btn-cupon-div .btn-outline {
    border: solid 1px #333;
    padding: 1em 2em;
    display: inline-block;
    border-radius: 100px;
    color: #333;
    margin-top: 1em;
}
.btn-cupon-div .btn-outline:hover{
    background: #333;
    color: #fff;
}

/* Landing Fast Track */
body.fast-track{}
body.fast-track .title-center-red{
    text-align: center;
}
body.fast-track .title-center-red h2{
    color: #d3022b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}
body.fast-track .full-white{
    padding: 40px 0;
}
body.fast-track .full-gray{
    background: #ededed;
    padding: 40px 0;
}
body.fast-track .paso-info h2{ 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}
body.fast-track .paso-info h2 span{
    color: #d3022b;
}
body.fast-track .cta-paso .btn {
    background: #d3022b;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
    display: inline-block;
    padding: 0.4em 2em;
    margin-bottom: 2em;
}
body.fast-track .cta-paso .btn:hover{
    background: #000;
}
body.fast-track .flex-50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
    width: 90%;
    max-width: 850px;
    margin: auto;
}
body.fast-track .flex-50 > div{
    width: 48%;
}
body.fast-track .paso-2 .flex-50{
    flex-direction: row-reverse;
}
body.fast-track .title-center-red p {
    font-size: 18px;
}
body.fast-track p.legal-paso {
    font-size: 12px;
}
body.fast-track .bases-legales {
    margin-bottom: 80px;
}
@media (max-width: 800px){
    body.fast-track div#faq-section-preferente {
        padding: 0;
        margin: 1em auto;
        width: 90%;
        margin-top: 4em;
    }
    body.fast-track .bases-legales{
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
    }
}
@media (max-width: 600px){
    body.fast-track .flex-50 > div{
        width: 90%;
    }
    body.fast-track .flex-50{
        justify-content: center;
        text-align: center;
    }
}

/*MENU Portal Usuario*/
#canje-modal .modal-dialog{
    max-width: 440px;
    margin: 5% auto;
}
#canje-modal .logos-modal {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #ddd;
}
#canje-modal .modal-content {
    border-radius: 20px;
    text-align: center;
    padding: 2em 0;
}
#canje-modal .modal-content img{
    width: 80px;
}
#canje-modal .modal-content h2{
    font-size: 24px;
    color: #d01423;
    font-weight: 700;
    margin-bottom: .2em;
}
#canje-modal .modal-content p{
    font-size: 16px;
}
#canje-modal .modal-content p b{
    display: block;
}
#canje-modal p.legal-modal {
    font-size: 13px!important;
    color: #666;
    text-align: left;
}
button#submit-modal-canje {
    background: #d01423;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.6em 2em;
    font-size: 16px;
    text-transform: uppercase;
    margin: 1em 0;
}
button#submit-modal-canje:hover{
    background: #9d010d;
}
button#submit-modal-canje i {
    margin-left: 10px;
    font-size: 14px;
}
.banner-texto{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    background: #f7f7f7;
    padding: 1em 2em;
    border-radius: 10px;
}
.banner-texto p{
    margin-bottom: 0;
}
.banner-texto p b{
    color: #d11423;
}
.banner-texto .p-chico {
    font-size: 16px;
    font-weight: 400;
}
.banner-texto img {
    display: inline-block;
    width: 30px;
}
.banner-imagen img {
    width: 100%;
    margin: 1em 0;
    border-radius: 10px;
}
.parrafo-inicial {
    margin: 1em 0;
}
.parrafo-inicial p {
    font-size: 16px;
}
.tarjetas-flex {  
    margin-top: 3em;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5%;
}
.tarjeta-puntos.inactive {
    filter: grayscale(100%);
    cursor: not-allowed;
    opacity: .6;
}
.tarjeta-puntos {
    width: 30%;
    padding: 1.5em;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    background: #f7f7f7;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
@media (max-width: 1024px){
    .container.container-usuarios{
        width: 100%;
        padding: 1em 0;
    }
    .row.row-portal{
        display: flex;
        flex-direction: column;
    }
    .row.row-portal > .col-md-4{
        margin-bottom: 60px;
    }
    .tarjetas-flex{
        gap: 4%;
    }
    .tarjeta-puntos{
        width: 48%;
    }
}
@media (max-width: 500px){
    .tarjeta-puntos{
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
.tarjeta-puntos img{
    text-align: left;
    width: 80px;
}
.tarjeta-puntos .puntos-tarjeta{
    text-align: center;
    margin: 1em 0 2em 0;
}
.tarjeta-puntos .puntos-tarjeta h3{
    font-size: 50px;
    font-weight: 700;
    color: #d01322;
    margin: 0;
}
.legal-tarjeta p {
    font-size: 13px;
}
.tarjeta-puntos .puntos-tarjeta h5{
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.cta-tarjeta {
    position: absolute;
    width: 140px;
    text-align: center;
    background: #d01423;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    bottom: -20px;
}
.cta-tarjeta:hover, .tarjeta-puntos:hover .cta-tarjeta{
    background: #9d010d;
}
.cta-tarjeta > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: .6em 1em;
    font-size: 16px;
}
.container-usuarios .page-title {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
}
.container-usuarios .page-title h1{
	border:none;
}
.legal-puntos p {
    font-size: 13px;
    color: #666;
    text-align: justify;
}
.legal-puntos p a{
    color: #333;
    font-weight: 600;
}
.legal-puntos p a:hover{
    color: #D4002A;
    text-decoration: none!important;
}
a.link-tarjeta {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
}
.logo-avis-us{
	text-align: right;
	padding-top: 15px;
}
.logo-avis-us img{
    width: 150px;
}
.menu-lateral.menu-usuario{
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 0;
}
.menu-lateral.menu-usuario .dropdown-menu>li>a{
    font-size: 15px;
}
.menu-lateral.menu-usuario .list-user{
	border-bottom: 2px solid #e0ddd9;
	overflow: hidden;
	display: block;
	position: relative;
	padding: 3em 2em 1em 2em;
}
.menu-lateral.menu-usuario .list-user-image{
	float: left;
	width:20%;
	margin-right: 15px;
	text-align: center;
}
.menu-lateral.menu-usuario .list-user-detail{
	float: left;
	width:68%;	
}
.menu-lateral.menu-usuario .list-user-detail ul{
	list-style: none;
	padding: 0;
}
li.editar-perfil {
    margin-top: 1em;
}
li.editar-perfil > a {
    color: #333;
}
li.editar-perfil > a:hover{
    color: #d4002a;
}
.logo-avis-user-detail{
	display: none;
}
.menu-lateral.menu-usuario .menu-sidebar{
	border:none;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a{
	background-color: transparent;
	border-top: 0;
	border-bottom: 1px solid #e0ddd9;
	padding: 2em;
	font-size: 15px;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a:hover,
.menu-lateral.menu-usuario .menu-sidebar > li > a.active{
	background-color: #e0ddd9;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a:before{
	width: 0;
	background-color: transparent;
	display: none;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a > i{
	margin-right: 20px;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a > i > img{
	width: 25px;
}
.nuevo-usuario > .btn {
    background-color: #d4002a;
    padding: 1em;
    margin: 2em 0;
    text-transform: none;
    border-radius: 5px;
}
.nuevo-usuario > .btn:hover{
	background-color: #333;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a > i{
    color: #d4022a;
}
.menu-lateral.menu-usuario .menu-sidebar > li > a > i.i-right{
    float: right;
    margin-top: 4px;
}
ul.puntos-menu i img {
    width: 25px;
    margin-right: 5px;
}
.puntos-dropdown.active .puntos-menu {
    display: block!important;
}
.puntos-dropdown.active{
    background: #e0ddd9;
}
.puntos-menu li.active a, .puntos-menu li.active a:hover {
    background: transparent;
    color: #d01423;
}
.puntos-menu li a i.i-right{
    display: none;
    float: right;
    margin-top: 7px;
}
.puntos-menu li.active a i.i-right{
    display: block;
}
@media screen and (max-width: 780px){
	.logo-avis-user-detail{
		display: block;
		width: 100%;
        max-width: 250px;
		padding:10px 0 30px 0;
		text-align: center;
	}
	.menu-lateral.menu-usuario .list-user-image{
		width: 15%;
	}
	.menu-lateral.menu-usuario .list-user-detail{
		width: 55%;
	}
}

/*TABLE_Portal_Usuario*/
.tabla-datos-top{
	margin-bottom: 2em;
}
.tabla-datos-top .col-sm-6,
.tabla-datos-top .col-sm-4,
.tabla-datos-top .col-sm-12{
	padding-right: 0;
}
.tabla-datos-top .row{
	margin-bottom: 15px;
	margin-right:0; 
}
.tabla-datos-top .row-box-red{
	text-align: left;
}
.tabla-datos-top .row-box-grey {
	text-align: center;
}

.tabla-datos-top h4,
.tabla-datos-details h4{
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}
.tabla-datos-top .row-box-red .inner{
	background-color: #d4002a;
	color:#fff;
	border-radius:10px;
	padding: 20px 20px 20px 40px;
}
.tabla-datos-top .row-box-red h2 i{
	margin-bottom: -6px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}
.tabla-datos-top .row-box-grey span img{
	width: 18px;
    margin-right: 8px;
}
.tabla-datos-top .row-box-red .inner p{
	margin: 0;
}
.tabla-datos-top .row-box-grey .inner{
	background-color: #f7f7f7;
	color:#333;
	border-radius:10px;
	padding: 20px;
}
.tabla-datos-top .inner h2{
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;
}
.tabla-datos-top .inner h2 span.pavis{
	width: 50px;
	display: inline-block;
	font-size: 15px;
    text-align: left;
    margin-left: 10px;
    line-height: 18px;
}
.tabla-datos-top .inner b{
	font-weight: 700;
	font-size: 28px;
	color:#d4002a;
}
.tabla-datos-top .beneficios-puntos b{
	font-size: 20px;
}
.tabla-datos-top .inner b span.pavis{
	width: 50px;
	display: inline-block;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	font-weight: normal;
	color:#333;
	line-height: 12px;
}
@media screen and (max-width: 1000px){
	.tabla-datos-top .row-box-red .inner,
	.tabla-datos-top .row-box-grey .inner{
		min-height: 120px;
		margin-bottom: 5px;
	}
	
}
@media screen and (max-width: 1000px) and (min-width: 769px){
	.tabla-datos-top .row-box-red h2 i {
	    width: 100%;
	    text-align: center;
	    margin:0;
	}
	.tabla-datos-top .row-box-red .inner p {
	    text-align: center;
	}
	.tabla-datos-top .inner h2 span.pavis br{
		display: none;
	}
	.tabla-datos-top .inner h2 span.pavis{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.tabla-datos-top .row-box-red{
		text-align: center;
	}
	.tabla-datos-top .row-box-red .inner{
		padding:20px;
	}
}
@media screen and (max-width: 780px){
	.tabla-datos-top .col-sm-4,
	.tabla-datos-top .col-sm-12{
		padding-right: 15px;
	}
	.tabla-datos-top .col-sm-6{
		text-align: center;
	}
	.tabla-datos-top .row-box-red .inner{
		padding:20px;
	}
	.menu-lateral.menu-usuario .menu-sidebar > li > a{
		font-size: 15px;
	}
	.menu-lateral.menu-usuario .menu-sidebar > li > a > i > img {
	    width: 34px;
	}
	.tabla-datos-top .inner h2{
		font-size: 30px;
		margin-top:10px;
	}
	.tabla-datos-top .inner b{
		font-size:30px;
	}
	.tabla-datos-top .inner b span.pavis{
		margin-left: 5px;
		line-height: 14px;
		font-size: 13px;
	}
	.tabla-datos-top .inner h2 span.pavis{
		margin-left: 5px;
	}
	.logo-avis-us{
		display: none;
	}
	.menu-lateral.menu-usuario .list-user-detail{
		font-size: 15px;
	}

}
@media (min-width: 600px) and (max-width: 767px){
	.tabla-datos-top .col-sm-6{
		width: 100%;
    	float: none;
    	padding-right: 15px;
    }
}
.table-responsive{
	background-color: #f7f7f7;
	border-radius: 10px;
}
.tabla-datos-details .wrap-table{
	padding:14px;	
}
.tabla-datos-details .table{
	margin-bottom: 0;
}
.tabla-datos-details .table td,
.tabla-datos-details .table th{
	text-align: center;
}
.tabla-datos-details .table th{
	vertical-align: top;
	font-size: 11px;
}
.tabla-datos-details .table>tbody>tr>td, 
.tabla-datos-details .table>tfoot>tr>td,
.tabla-datos-details .table>tbody>tr>th{
    vertical-align: middle !important;
    border-top: 2px solid #f7f7f7;
    padding: 10px;
}
.tabla-datos-details .table tbody span{
	background-color: #d4002a;
	color:#fff;
	padding:4px;
	border-radius: 5px;
}
.tabla-datos-details .table>tbody>tr{
	background-color: #fff;
	color:#333;
	border-radius: 5px;
}
.tabla-datos-details  .table.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
.tabla-datos-details .details-desc{
	font-size: 11px;
}
.tabla-datos-details .details-status{
	font-weight: bold;
	font-size: 11px;
}

/*confirmar*/
button.btn-red-rounded{
	border-radius: 5px;
	margin-left: 5px;
	padding: 7px 20px;
}
.cupon-input input[type="text"] {
    border-radius: 5px;
    float: left;
}
.title-confirmacion-icon .cupon-info i{
	width: 35px;
	float: left;
	min-height: 35px;
	margin-left: 0;	
}
.title-confirmacion-icon .cupon-info p{
	font-size: 12px;
}
.title-confirmacion-icon .cupon-info h5{
	font-weight: 700;
    letter-spacing: -0.2px;
    margin: 0;
}
.div-formcupon h5{
	margin-top: 14px !important;
}
.title-confirmacion-icon .cupon-info h3{
	font-weight: 700;
    letter-spacing: -0.2px;
    margin: 0;
}
@media screen and (max-width: 1080px) and (min-width: 769px){
	.cupon-wrap{
		display: block;
		margin-bottom: 10px;
	}
	.div-formcupon .col-sm-5,
	.div-formcupon .col-sm-7,
	.div-formpuntos .col-sm-5,
	.div-formpuntos .col-sm-7{
		width: 100% !important;
		overflow: hidden;
    	flex: block;
    	margin-bottom: 10px;

	}
}

@media (max-width: 700px){
    .checkin-express-preview{
        flex-wrap: wrap;
    }
    .checkin-express-preview > div{
        width: 100%;
    }
}
/* TOOLTIP AVIS PUNTOS */
@keyframes tooltip-up{
    from{
        -moz-transform: translateX(0px) translateY(60px);
        -webkit-transform: translateX(0px) translateY(60px);
        -o-transform: translateX(0px) translateY(60px);
        -ms-transform: translateX(0px) translateY(60px);
        transform: translateX(0px) translateY(60px);
        opacity: 0;
    }
    to{
        -moz-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}
.tooltip-login {
    position: absolute;
    background: #fff;
    right: 1em;
    top: 100px;
    border-radius: 10px;
    padding: 2em;
    max-width: 350px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    z-index: 999999;
    animation: tooltip-up 1s forwards;   
    visibility: hidden;
}
@media (max-width:450px){
    .tooltip-login{
        top: 140px;
    }
}
.tooltip-login.none{
    display: none!important;
}
.tooltip-login:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 40px;
}
.tooltip-close{
    position: absolute;
    right: 1.5em;
    top: 1em;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    cursor: pointer;
}
.tooltip-close:hover{
    opacity: 1;
}
.tooltip-info{
    width: 90%;
}
.tooltip-info h3{
    font-size: 16px;
    color: #d4022b;
    font-weight: 700;
    margin-top: 0;
}
.tooltip-cta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-tooltip {
    color: #333;
    border: solid 1px #333;
    border-radius: 100px;
    padding: .8em 1.4em;
    display: inline-block;
}
.btn-tooltip > i{
    font-size: 16px;
}
.btn-tooltip:hover {
    background: #333;
    color: #fff;
}
.logo-tooltip {
    width: 140px;
}
.parrafo-inicial a {
    color: #d4022b;
}
.parrafo-inicial a:hover{
    color: #cf1225;
}