/*Actualizado 17Dic18*/
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf')  format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf')  format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf')  format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf')  format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf')  format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*Actualizado 18Dic18*/
.body-loading {
  background: url('../../../../img/loading.gif') no-repeat fixed center;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 9999999;
  display: none;
}

.body-loading-alt {
  background: url('../../../../assets/site/web/img/logo-romani.png') no-repeat fixed center;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 9999999;
  opacity: 0.2;
}

/* Configs generals */

select {
	width: 100%;
    font-size: 13px;
    height: 36px;
    background: white;
    border: none;
	border-radius: 0 5px 5px 0!important;
}

.float-rg{
  float: right;
}
.mt-5{
  margin-top: 5%;
}
.mt-32{
  margin-top: 33%;
}
.mt-14{
  margin-top: 14%;
}
.pt-27{
  padding-top: 28%;
}
.pdl-20{
  padding-left: 20%;  
}
.pdl-8{
    padding-left: 8%;
}
.ml-0{
    margin-left: 0;
}
.ml-05{
    margin-left: 0.5%;
}
.pdr-8{
    padding-right: 8%;
}
.mb-9{
    margin-bottom: 9%;
 }
.mb-0{
  margin-bottom: 0;
 }
.mb-5{
    margin-bottom: 5% !important;
 }
.mb-13{
    margin-bottom: 13%;
 }
.mb-11{
  margin-bottom: 11%;
 }
.mb-general{
    margin-bottom: 11%;
 }
.br-blue{
    border: 1px solid #4386df;
    border-radius: 6px;
 }
.br-radius{
  border-radius: 16px;
}
.br-top{
  border-top: 1px solid #c6c3c3;
  margin-top: 11%;
  margin-left: 0.5%;
}
.font-weight{
    font-weight: 700;
 }
.text-right{
  text-align: right;
 }
.flex-24{
    flex: 0 0 24.333333%;
    max-width: 24.333333%;
 }
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
 }
.text-center{
    text-align: center;
 }
.padinull{
    padding: 0;
 }
.margin-auto{
    margin: 0 auto;
 }
.height-inputs{
   height: 55px;
}
.width-inputs{
   width: 100%;
}
.center-text-selects{
  text-align-last: center;
}
.pad-left-right-15{
  padding-left: 15px;
  padding-right: 15px;
}
.pad-left-right-30{
  padding-left: 30px;
  padding-right: 30px;
}
.pd-right-null{
  padding-right: 0;
}
.pdl-text-inputs{
   padding-left: 60px;
}
.width-20{
   max-width: 25% !important;
   flex: 26% !important;
}
.width-25-itenerario{
   max-width: 25% !important;
   flex: 25% !important;
}
.width-20-asientos{
   max-width: 20% !important;
   flex: 20% !important;
}
.width-24-asientos {
    max-width: 25% !important;
    flex: 25% !important;
}
.title{
  margin-left: -1em;
  padding-top: 6%;
}
.content-semi{
  padding-top: 2%;
}
.content-itenerario{
  padding-top: 5%;
  padding-bottom: 1.5%;
}
.br-left{
  border-left: 2px solid #d1cfcf;
}
.border-radius{
  border-radius: 12px;
}
.pdl-0{
  padding-left: 0;
}
.widg{
  font-weight: 700;
}
.left-aling{
  text-align: left;
}
 /* end Configs generals */
/* backgrounds */
.bg-yellow{
	  background-color: #ffde71;
}
.bg-gris-palido{
    background-color: #f3f3f3;
}
.bg-bus-romani{
  background-image: url("../img/das.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6%;
}
.bg-comodidad{
  background-image: url("../img/Group 38.png");
  background-size: cover;
  background-position: bottom right;
  padding-top: 4%;
}
.bg-viaje{
  background-image: url("../img/banner-bus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-web{
	 background-image: url('../img/bg-web.jpg');
	 background-size: 100%;
}
.bg-blue{
    background-color: #4086df;
    background-size: cover;
}
.bg-gris{
    background-color: #f6f6f6;  
}
.bg-yellow-wrong{
	  background-color: #f3c020;
}
.bg-asientos{
    background-color: #f3f3f3;
    padding-bottom:6%;
}
.bg-transparent{
  background: transparent !important;
}
.bg-gris{
  background-color: #323232;
}
/* end backgrounds*/

/* colors */
.cl-white{
  color: white !important;
}
.morado{
  color: #3c3aa4;
}
.gris-fuerte{
  color: #6d6d6b;
}
.gris{
  color: #858585;
}
.cl-rosado{
  color: #a04c91;
}
.cl-white-palido{
  color:  #f4f4f4;
}
.cl-celest-claro{
  color: #66c0ff;
}
.black{
  color: black;
}
.hover-black:hover{
  color: #636061 !important;
}
.cl-p{
  color: #a7a8b3;
}
.cl-title{
  color: #5d6361;
}
.cl-gris2{
  color: #606060 !important;
}
.black2{
  color: #636061;
}
.cl-brow{
  color: #5d6361;
}
.yellow{
	 color: #f3c020;
}
.cl-gray{
  color: #656565;
}
.blue{
  color: #4386df;
}
.cl-gris{
  color: #666565;
}
.cl-orange{
  color: #f6970f;
}
.cl-celest{
  color: #0097e2;
}
.cl-green{
  color: #38a725;
}
/* end colors */

/* font sizes */
.font-17{
   font-size: 17px;
}
.font-11{
   font-size: 11px;
}
.font-13{
   font-size: 13px;
}
.font-15{
   font-size: 15px;
}
.font-19{
   font-size: 19px;
}
.font-18{
   font-size: 18px;
}
.font-25{
   font-size: 25px;
}
.font-16{
   font-size: 16px;
}
.font-21{
   font-size: 21px;
}
.font-20{
   font-size: 20px;
}
.font-30{
	 font-size: 30px;
}
.font-32{
   font-size: 32px;
}
.font-33{
   font-size: 33px;
}
.font-35{
   font-size: 35px;
}
.font-40{
	font-size: 32px;
}
.font-41{
  font-size: 31px;
}
.font-42{
  font-size: 42px;
}
/* end font sizes */

/* Fonts familyst */
.OpenSans-Regular{
	  font-family: 'OpenSans-Regular';
}
.OpenSans-SemiBold{
  	font-family: 'OpenSans-Semibold';
}
.OpenSans-Bold{
  	font-family: 'OpenSans-Bold';
}
.Lato-Bold{
    font-family: 'Lato-Bold';
}
.Lato-Black{
    font-family: 'Lato-Black';
}
.Lato-Regular{
    font-family: 'Lato-Regular';
}

/* end Fonts familyst */
.content-menu {
    position: absolute;
}
.bg-home {
    background-image: url(../img/bg-web2.jpg);
    padding-top: 30%;
    padding-bottom: 15%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#logo{
  	width: 40%;
	  margin: 0 auto;
	  display: block;
	  padding-top: 4%;
	  padding-bottom: 4%;
}
.padding-promo{
  	padding-top: 2%;
	  padding-bottom: 2%;
}
#pasajes{
    width: 64%;
    padding-right: 0;
    margin-top: 8%;
    margin-left: 110%;
}
button.search{
	  border: none;
    width: 100%;
    display: block;
    padding-top: 0.5%;
    padding-bottom: 1.5%;
    margin-bottom: 7%;
    margin-top: 8%;
    height: 55px;
}
.content-pasaje{
  	padding-top: 6%;
	  padding-bottom: 6%;
}
.row.content-checkbox {
    width: 100%;
    margin-top: 20px;
}

/* Hide the browser's default radio button */
.form-check input.radioBut {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 9px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #E5BF38;
}
/* On mouse-over, add a grey background color */
.form-check:hover input.radioBut ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.form-check input.radioBut:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.form-check input.radioBut:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.form-check .checkmark:after {
    top: 5.5px;
    left: 4px !important;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
:focus {
    outline: 0 !important;
}
:focus{
    border: none !important;
}
.form-group.form-termino>label{
    padding-left: 30px !important;
}
.form-group.form-check>label {
    padding-left: 35px;
} 
.form-check-input {
    margin-left: 5px;
    margin-top: 13px;
}
.big-checkbox {
  
    width: 20px; 
    
    height: 30px;
    
    margin-top: 3px !important;
    
}
input#term {
    z-index: 10;
}
.form-check input.radioBut:checked ~ .checkmark {
    background-color: #2196F3;
}
.form-check input.radioBut:checked ~ .checkmark:after {
    display: block;
}
a.navbar-brand {
    width: 100%;
    left: inherit !important;
    transform: translate3d(0,0,0) !important;
}
button.navbar-toggler.toggler-spring {
    position: absolute;
    z-index: 10;
    left: 6%;
    top: 37%;
}
.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    background-color: white;
    height: 4px;
}
.form-check .checkmark:after {
    top: 3.6px;
    left: 4.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.form-check input.radioBut {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.form-check {
    padding-left: 0;
}
.ico-arrow-select{
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    background-size: contain;
    margin-left: 10px;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: top;
    top: 6px;
}
.arrow-ico{
    background-image: url(../img/arrow-lef-yellow.png);
}
.errspan {
    float: left;
    margin-right: 6px;
    margin-top: -52px;
    position: relative;
    z-index: 2;
    color: white;
}
.icoArrows>img {
    width: 11%;
    margin-bottom: 15px;
}
.calendar-ico{
    background-image: url(../img/ico-calendar.png);
}
span.input-group-append {
    position: absolute;
    height: 100%;
    background-image: url(../img/ico-calendar.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 3%;
    width: 100%;
}
.gj-datepicker-bootstrap [role=right-icon] button {
    border: 0;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent !important;
    border-color: #6c757d;
    width: 100% !important;
}
span.text-top {
    position: absolute;
    padding-left: 60px;
    color: #858585;
    font-size: 13px;
    top: 6px;
}
.input-top-val {
    padding-top: 26px;
}
img.pasajes{
    width: 67%;
    margin-left: 59%;
}
.pdr-12{
  padding-right: 12%;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-1{
  width: 78%;
  border-radius: 31px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #f3c020;
  height: 50px;
}
.pdl-0{
  padding-left: 0;
}
.pdr-1{
  padding-right: 1%;
}
.text-top1{
  /*position: absolute;*/
  color: #f3c020;
  font-size: 39px;
  font-family: 'OpenSans-Bold';
  /*bottom: -4px;*/
}
#signos{
  border: 1px solid;
  border-radius: 24px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 11%;
  padding-right: 11%;
  width: 45px;
  height: 45px;
  padding: 24%;
}
.nav-tabs{
  border-bottom: 0;
  margin-top: 5%;
}
.content-horario{
  margin-top: 10%;
  margin-bottom: 8%;
}
.bg-yellow-palid{
  background-color: #ffe17f;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  border:none;
}
.content-top{
  padding-top: 5%;
  padding-bottom: 4%;
}
.content-top h2{
  margin-bottom: 5%;
  color: #5d6361;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: #4086df;
}
.nav-tabs .nav-item{
  text-align: center;
}
.hours {
  margin-top: -16px !important;
  margin: auto;
  border: none;
  color: white;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: -2em;
  margin-bottom: 5%;
  border-radius: 13px;
  background-color: #4086df;
  font-size: 25px;
  font-family: 'OpenSans-Bold';
  padding-left: 4%;
  padding-right: 4%;
}
.border-l{
  border-left: 3px solid blue !important;
}
.arrow-ico1{
  background-image: url(../img/arrow-lef-yellow.png);
  background-repeat: no-repeat;
  background-size: 3%;
  background-position-y: 50%;
  background-position-x: 1%;
}
.img-bus{
  display: inherit !important;
}
.webkit{
  display: -webkit-box;
}
.hours1{
  width: 74%;
  margin: auto;
  border: none;
  color: white;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-top: -1.4em; 
  margin-bottom: 5%;
  border-radius: 13px;
  background-color: #4086df;
  font-size: 25px;
  font-family: 'OpenSans-Bold';
}
.width-24{
  width: 24px;
  margin-top: 13px;
  transform: rotate(-90deg);
}
.width-70{
  width: 70px;
}
.width-45{
  width: 45px;
}
.icobolAante{
  width: 160% !important;
  margin-left: -10px;
  margin-bottom: 1em;
  margin-top: 8em !important;
}
.bus-salon-salon .icobolAante{
  width: 160% !important;
  margin-left: -10px;
  margin-bottom: 1em;
  margin-top: 9.3em !important;
}
.bus-semi-cama .icobolAante{
  width: 80% !important;
  margin-left: -7px;
  margin-bottom: 1em;
  margin-top: 10em !important;
  transform: rotate(-90deg);
}
.bus-semi-semi-primer-piso .icobolAante{
  width: 120% !important;
  margin-left: -7px;
  margin-bottom: 1em;
  margin-top: 12.5em !important;
  transform: rotate(-90deg);
}
.bus-semi-semi-segundo-piso .icobolAante{
  width: 60% !important;
  margin-left: -7px;
  margin-bottom: 1em;
  margin-top: 12em !important;
  transform: rotate(-90deg);
}
.toptext{
  margin-top: 1.3em;
}
.toptext1{
  margin-top: 3.9em;
}
.padding{
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}
.number{
  padding-top: 5%;
  padding-left: 11%;
}
/*.check{
  position: absolute;
  top: 0;
  right: 13px;
}*/
.separator-content{
  margin-top: 20%;
}
.separator-content2{
  margin-top: 12%;
}
.button-viaje {
    width: 80%;
    margin: auto;
    border: none;
    color: white;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
    margin-bottom: 11%;
    border-radius: 13px;
    background-color: #4086df;
    font-size: 25px;
    font-family: 'OpenSans-Bold';
}
.perfil{
    /* margin-left: 4%; */
}
.pb-text{
    margin-bottom: 3%;
}
#exampleCheck2{
    width: 40px;
    height: 50px;
    border: 8px solid black !important; 
}
.width-91{
  max-width: 91%;
  flex: 91%;
}
.width-4{
  flex: 4%;
}
.input2{
  height: 70px;
  margin-bottom: 7%;
  margin-top: 2%;
  border-radius: 0;
  border: 1.2px solid #979797;
  font-size: 25px;
  color: #caccce;
  padding-bottom: 2%;
  width: 90%;
  margin: 0 auto;
  font-family: 'OpenSans-Regular' !important; 
}
::-webkit-input-placeholder{ 
  font-family: 'OpenSans-Regular' !important; 
} 
.label2{
  margin-left: 3%;
}
#linea-img{
  background-image: url(../img/ico-lineas.png);
  background-size: 12%;
  background-repeat: no-repeat;
  background-position-y: 56%;
  background-position-x: 0%;
  padding-left: 12%;
  padding-bottom: 13%;
}
.recorrido2{
  padding-top: 55px;
}
.tab-button{
  position: relative;
  margin-top: -2.5em;
  background-color: white;
  border-radius: 26px;
}
.nav-tabs1 .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: #f3c220;
  border-radius: 26px;
  height: 52px;
  padding-top: 4%;
}
.padinull{
  padding: 0;
}
.bsnav-mobile .navbar {
  left: 0;
  transform: translate3d(-300px,0,0);
}
.bsnav-brand-center .navbar-brand, .bsnav-brand-center-between .navbar-brand {
  left: 36%;
}
.navbar.navbar-expand-md.bsnav.bsnav-brand-center.bg-yellow.content-menu {
  width: 100%;
  padding-left: 0;
}
.bsnav-mobile.in .navbar{
  width: 433px;
}
.bsnav-mobile .navbar-nav .nav-item .nav-link{
  display: block;
}
.logo-menu{
  width: 15%;
  margin-right: 6%;
  position: relative;
  bottom: 4px;
}
.content-menus{
  padding-top: 13px;
  padding-bottom: 10px;
}
.bsnav-mobile .top-menu{
  margin-top: 12%;
}
.bsnav-mobile .navbar-nav .nav-item .nav-link{
  padding: 5px 20px;
}
.bsnav-mobile .navbar-nav{
  padding: 0;
}
.copy{
  border-top: 1px solid #ebebeb;
  margin-top: 30%;
}
.copy p{
  position: absolute;
  right: 33px;
  bottom: 0;
  color:  #b1b0b0;
  padding-bottom: 1%;
}
.padding-promo>div>h2 {
  font-size: 21px;
  text-align: center;
}
.wrap-menu-nav {
  height: 100%;
  width: 68%;
  background: transparent;
  display: block;
  position: absolute;
  z-index: 1000;
}
.active-Menu{
  /* background: #F7E084; */
  background: #ffde71;
}
/* .active-Menu-text{
  
} */
button.navbar-toggler.toggler-spring.active {
  left: 85%;
}
.wrap-menu-nav>span {
  display: none;
  top: 32%;
  position: absolute;
  color: #5D5D5B;
  font-weight: 700;
  font-size: 25px;
  left: 6%;
}
.wrap-menu-nav.active-Menu>span {
  top: 32%;
  position: absolute;
  display: block;
  color: #5D5D5B;
  font-weight: 700;
  font-size: 25px;
  left: 6%;
}
.navbar-brand {
  text-align: center;
}
.navbar-relative{
  position: relative !important;
}
.navbar-relative {
  position: relative !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
a.navbar-brand>h2 {
  color: #5d6361;
}
.navbar.navbar-expand-md.bsnav.bsnav-brand-center.bg-yellow.content-menu.navbar-relative>div>button>span {
    background-color: #737373 !important;
}
.navbar.navbar-expand-md.bsnav.bsnav-brand-center.bg-yellow.content-menu.navbar-relative>div>button>span::before {
    background-color: #737373 !important;
}
.navbar.navbar-expand-md.bsnav.bsnav-brand-center.bg-yellow.content-menu.navbar-relative>div>button>span::after {
    background-color: #737373 !important;
}
.wrap-pric{
  width: 58%;
  margin: 0 auto;
}
.navbar.navbar-expand-md.bsnav.bsnav-brand-center.bg-yellow.content-menu.navbar-relative>div>button.navbar-toggler.toggler-spring.active>span {
  background-color: transparent !important;
}
.container-fluid.bg-viaje.padinull>.navbar.navbar-expand-md.bsnav.bsnav-brand-center.bg-transparent.content-menu.navbar-relative {
  padding-left: 0;
}
.wrap-check>div>label {
    float: right;
    width: 91%;
}
.widthTab{
  width: 90%;
}
div#scroll0>input {
  width: 100%;
}
.border-l.arrow-ico1{
  /*padding-top: 2px; */
  cursor: pointer;
}
.active-bg-hour {
  background-color: #f1f0f0;
}
ul.tab-viajes {
  -webkit-box-shadow: 1px 8px 22px 2px rgba(204,202,204,1);
  -moz-box-shadow: 1px 8px 22px 2px rgba(204,202,204,1);
  box-shadow: 1px 8px 22px 2px rgba(204,202,204,1);
  border-radius: 26px;
}
.wrap-tabs-viajes.container-fluid.padinull {
    -webkit-box-shadow: 1px 8px 22px 2px rgba(204,202,204,1);
    -moz-box-shadow: 1px 8px 22px 2px rgba(204,202,204,1);
    box-shadow: 1px 8px 22px 2px rgba(204,202,204,1);
    padding-left: 4%;
    padding-right: 4%;
    padding: 4%;
    margin-top: 30px;
}
.wrap-tabs-viajes.container-fluid.padinull>.row.separator-content.pb-text {
    margin-top: 0;
}
.col-2.wrap-img-asien>img.check {
  position: absolute;
  right: -22px;
  top: 4px;
  width: 100%;
  display: none;
}
.col-2.wrap-img-asien {
  z-index: 10;
  position: relative;
}
.wrap-select-hour {
  padding-top: 2px;
  border-left: 3px solid transparent;
}
.list-none li{
  list-style: none !important;
}

li {
	padding: 0px 12px;
    position: relative;
    right: 25px;
}

.navbar-padding{
  padding-top: 1%;
  padding-bottom: 1.2%;
}
.listas-derecha li.with-background{
  border: none;
  background: #212b8e;
  padding: 5px 10px;
}
.listas-derecha li.with-background a{
  color: #ffc107;
}
.listas-derecha li.with-background a:hover{
  color: #2196f3;
}
.listas-derecha li.li-separator {
  border-left: 2px solid #212b8e;
  height: 35px
}
.listas-derecha li.li-social a{
  font-size: 1.5rem;
  color: #212b8e;
}

.modificacion-container{
  padding-left: 1%;
  padding-right: 1%;
}
.buy-fast{
  padding: 20px;
  border-radius: 10px;
}

        .bxslider {
            width: 100% !important;
        }

        .bx-wrapper {
            border: none;
        }

        .bx-wrapper img {
            width: 100%;
        }

        .cuadro-viaje {
            margin-top: 4.3% !important;
        }

        .bg-comodidad {
            padding-top: 0 !important;
        }

        .content-slider-form {
            width: 100%;
            position: relative;
            overflow-x: hidden;
        }

        .content-form {
            width: 100%;
            position: absolute;
            top: 30px;
        }

        .content-form form{
            height: auto;
            background: transparent;
        }

.contenedor-checkbox label{
  padding-left: 30px !important;
  padding-top: 5%;
}
.contenedor-formulario{
  margin-bottom: 12px;
}
.cuadro-amarillo{
  position: relative;
  z-index: 100;
  margin: 3% 0px 0px 5%;
}
.buscar-pasaje{
  border: none;
  color: white;
  margin: 0 auto;
  display: block;
 margin-top: 4%;
  width: 48%;
  background: #212b8e;
	padding: 2% 0 2% 0;
}
.cuadro-viaje {
  margin-top: 7.3%;
  /* background: #262727; */
  /* opacity: 0.5; */
  /* height: 400px; */
  flex: 0 0 41.666667%;
  max-width: 35.666667%;
  /* opacity: 0.6; */
  /* z-index: 10; */
  margin-left: -1.4em;
  border-radius: 9px;
  padding-top: 2%;
  padding-left: 2.5%;
}
.cuadro-viaje h2{
  margin-bottom: 4px;
}
.cuadro-viaje h3{
  margin-bottom: 15px;;
}
.cuadro-viaje p{
  line-height: 1.3;
  margin-bottom: 9%;
}
.cuadro-viaje h6{
  border: 2px solid;
  border-radius: 8px;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 4%;
}
/* Hide the browser's default radio button */
.form-check input.radioweb {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
/* Create a custom radio button */
.checkmark-web {
  position: absolute;
  top: 9px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid white;
}
/* When the radio button is checked, add a blue background */
.form-check input.radioweb:checked ~ .checkmark-web {
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-web:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.form-check input.radioweb:checked ~ .checkmark-web:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.form-check .checkmark-web:after {
  top: 2.5px;
  left: 3.3px !important;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
/* Hide the browser's default radio button */
.form-check input.radioweb1 {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
/* Create a custom radio button */
.checkmark-web1 {
  position: absolute;
  top: 9px;
  left: 1px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid white;
}
/* When the radio button is checked, add a blue background */
.form-check input.radioweb1:checked ~ .checkmark-web1 {
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-web1:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.form-check input.radioweb1:checked ~ .checkmark-web1:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.form-check .checkmark-web1:after {
  top: 2.5px;
  left: 3.3px !important;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.atras{
  position: absolute;
  right: 167px;
  border: none;
  color: white;
  background: #212b8e;
  width: 10%;
  height: 31px;
}
.Siguiente{
  position: absolute;
  right: 0;
  border: none;
  color: white;
  background: #212b8e;
  width: 20%;
  height: 31px;
}
.Siguiente-pago{
  position: absolute;
  right: 0;
  border: none;
  color: white;
  background: #212b8e;
  width: 40%;
  height: 31px;
}
.list{
  padding: 0px 12px;
  position: relative;
  right: 25px;
}
.promociones{
  position: absolute;
  padding-top: 0.5%;
  border: none;
  background: #009c00;
  color: white;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 13%;
  margin-top: -4%;
  right: 0;
}
.promociones p{
  margin-bottom: 0;
}
.promociones span{
  position: relative;
  bottom: 5px;
}
.contenedor-tenemos-lomejor{
  padding-bottom: 6%;
}
.opacity{
  position: absolute;
  width: 100%;
  height: 400px;
  opacity: 0.7;
  background: #262727;
  top: 0;
  margin-left: -1.8em;
  border-radius: 12px;
}
.pasaje{
  margin-bottom: 0px; 
  border-top: 1px solid black;
  position: relative;
  bottom: 0px;
  width: 53%;
  margin: 0 auto;
  padding-bottom: 7px;
}
.contenido-buscar{
  z-index: 10;
  position: relative;
}
.contenedor-tenemos-lomejor img{
  max-width: 100%;
}
.barra-yellow{
  width: 100%;
  height: 4px;
  background: #ffdf69;
}
.info-viaje{
  background: white;
  width: 94%;
  margin-left: 5px;
  position: relative;
  bottom: 13px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contenedor-tenemos-lomejor hr{
  width: 20%;
  position: relative;
  background-color: #f8be3a;
  border-top: 3px solid #f8be3a;
}
.contenedor-tenemos-lomejor p{
  margin-bottom: 5.5%;
}
.padding-footer{
  padding-top: 3.5%;
  padding-bottom: 4%;
}
.contenedor-consumidor h2{
  margin-bottom: 7%;
}
.ver{
  margin-left: 72%;
  margin-bottom: 4%;
  background: #0087e3;
  border: none;
  color: white;
  margin-top: 2%;
  border-radius: 3px;
}
.info-viaje h2{
  padding-left: 5%;
  padding-top: 4%;
  margin-bottom: 0;
}
.info-viaje p{
  padding-left: 5%;
  padding-top: 1.3%;
  margin-bottom: 0;
}
.estilos-input{
  padding-left: 11%;
}
.estilos-input-contacto{
  padding-left: 2%;
}
.estilos-option{
  padding-left: 15% !important;
} 
.option{
  padding-left: 15% !important;
}
.contenedor-formulario img{
  position: absolute;
  width: 15px;
  margin: 7px 0 0 14px;
}
.location{
  width: 7%;
  position: relative;
  right: 6px;
}
.title-footer{
  margin-left: -6%;
}
.content-coquimbo{
    margin-left: 5%;
}
.contenedor-santiago{
    margin-left: 3%;
}
.max-width-1200{
    max-width: 1200px;
}
.logo-web{
    width: 100%;
    margin-left: 30%;
}
.salida-hora{
    padding-left: 8%;
}
.hora-llegada button{
    border: none;
    color: white;
    width: 73%;
    height: 40px;
    background: #212b8e;
}
.Sigiente1{
    border: none !important;
    color: white !important;
    width: 100% !important;
    height: 40px !important;
    background: #212b8e !important;
    margin-left: -1.5em;
}
.hora-llegada{
   padding-top: 6%;
   padding-bottom: 6%;
}
.hora-llegada h2{
  margin-bottom: 3px;
}
.content-asiento{
  padding-top: 4%;
  padding-bottom: 1%;
}
.espacio-asientos{
  margin-top: 3%;
  margin-bottom: 3%;
}
.asientos-izqierdos{
  flex: 0 0 13.5%;
  max-width: 13.5%;
}

.asientos-izqierdos-salon-salon{
  flex: 0 0 9%;
  max-width: 9%;
}

.asientos-izqierdos-semi-cama{
  flex: 0 0 8.5%;
  max-width: 8.5%;
}
.asientos-izqierdos-semi-cama img, .asientos-izqierdos-salon-salon img, .asientos-izqierdos img{
  width: 150%;
  transform: rotate(-90deg);
  cursor: pointer;
}

.asientos-izqierdos1 img{
  width: 100%;
  transform: rotate(-90deg);
  cursor: pointer;
}


.asientos-izqierdos-semi-semi-primer-piso{
  flex: 0 0 21%;
  max-width: 21%;
}
/*.asientos-izqierdos-semi-semi-primer-piso img{
  width: 90%;
  margin-top: 20%;
  transform: rotate(-90deg);
}*/
.asientos-izqierdos-semi-semi-segundo-piso{
  flex: 0 0 7.5%;
  max-width: 7.5%;
}
/*.asientos-izqierdos-semi-semi-segundo-piso img{
  width: 130%;
  transform: rotate(-90deg);
}
.asientos-izqierdos1 img.check{
    position: absolute;
    top: 4px;
    right: 2px;
    width: 100% !important;
    transform: rotate(-0deg) !important;
}
.asientos-izqierdos-salon-salon img.check, .asientos-izqierdos-semi-cama img.check{
    position: absolute;
    top: 6px;
    right: -6px;
    width: 110% !important;
    transform: rotate(-0deg) !important;
}
.asientos-izqierdos-semi-semi-primer-piso img.check{
    position: absolute;
    top: 3px;
    right: 7px;
    width: 93% !important;
    transform: rotate(-0deg) !important;
}
.asientos-izqierdos-semi-semi-segundo-piso img.check{
    position: absolute;
    top: 37px;
    right: 14px;
    width: 50% !important;
    transform: rotate(-0deg) !important;
}*/
 img.check{
    position: absolute;
    top: 37px;
    right: 14px;
    width: 50% !important;
	transform: rotate(-0deg) !important;
}


.piso1 h6{
  margin-bottom: 0;
}
.piso1{
  padding-left: 9%;
}
.bloque2-asiento{
  margin-top: 16%;
}
.bloque3-asiento{
  margin-top: 9.5%;
}
.bloque3-asiento-salon-salon{
  margin-top: 7.5%;
}
.cuadro-gris{
  height: 50px;
  width: 50px;
  background: #b9b7b7;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.content-general{
  padding-top: 1%;
  padding-bottom: 2%;
}
.content-pago{
  padding-top: 4%;
  padding-bottom: 1%;
}
.contenedor-pago .form-control{
    height: 50px;
    border-radius: 5px;
    padding: 15px;
}
.contenedor-pago small{
  margin-left: 3%;
}
.contenedor-pago .form-check{
  margin-left: 3%;
}
.contenedor-pago label{
  padding-top: 6px;
  width: 100%;
}
.transbank{
  width: 100%;
}
.width-14{
  width: 14%;
}
.width-20{
  width: 20%;
}
.width-18{
  width: 18%;
}
.botones-footer{
  margin-left: 45%;
}
.piso2-responsive{
  margin-bottom: 2%;
}
.contenido-pago{
  margin-top: 1px;
}
.bg-line{
  background: url(../img/bg-title-bus.png) no-repeat;
  height: 71px;
  padding-top: 16px;
  padding-left: 60px;
  background-size: cover;
}
.width-10 {
    max-width: 10% !important;
    flex: 10% !important;
    text-align: center;
}
.width-20 {
    max-width: 20% !important;
    flex: 20% !important;
    text-align: center;
}
.width-10-itenerario {
    max-width: 10% !important;
    flex: 10% !important;
    text-align: center;
}
.width-20-itenerario {
    max-width: 20% !important;
    flex: 20% !important;
    text-align: center;
}
.width-25-itenerario {
    max-width: 16% !important;
    flex: 16% !important;
    text-align: center;
}
p.bgtext {
    background: url(../img/ico-check.jpg) 100% 0 no-repeat;
    padding-right: 50px;
}
.contenido-pago {
    margin-top: -8px;
}
.contenttes {
   padding-top: 33px;
   padding-bottom: 30px;
}
.asiento-hidden{
  opacity: 0;
}

.contenedor-consumidor{color:#FFFFFF;}

#user-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 30px;
  display: table;
  font-size: 17px;
  font-weight: 400;
  padding: .33em .5em;
  -webkit-font-smoothing: antialiased;
  color: #5c5e60;
  background-color: white;
  box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}

#user-bar.regular {
  height: 30px;
  font-size: 14px;
  padding: .2em .5em;
}

.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.hb-text-wrapper {
  margin-right: .67em;
  display: inline-block;
  line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
#user-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}
.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}
.hb-close-wrapper .icon-close {
  font-size: 14px;
  top: 15px;
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: .3;
  color: #000;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}

/* Nuevo formulario de selección */

.senaletica{
    border-radius: 5px 0 0 5px;
	width: 8%;
}

.sel-form-custom {
display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background-color: white;
    border-radius: 5px 5px 5px 5px;
}
.sel-contenedor {
    width: 92%;
}
.sel-contenedor-contacto {
    width: 100%;
}

.fa-calendar {
    display: none !important;
}

.display-none-991 {
padding-left: 20px;
    padding-top: 3px;
	}

.form-control-custom-email {
    width: 100%;
    border: 1px solid #ffc107;
    border-radius: 5px;
    padding: 15px;
}

.info-viaje-oficina {
    height:190px;
}




