.hero {
  position: relative;
  z-index: 170;
}
.widget-fix1 {
  margin-left: 4.3rem;
  /*width: 21rem !important;*/
}
.widget-fix2 {
  /*margin-right: 3.5rem !important;*/
}

@import "~pretty-checkbox/src/pretty-checkbox.scss";
ul {
  padding: 0;
  list-style: none;
}

.fa-check:before {
  color: white;
}
.boxSSO__upgrade-content-list li .fa-check:before {
  color: #d4002a;
}
.widget__check input[type="checkbox"] {
  display: block !important;
}

.bg-Image.widg {
  padding-bottom: 25px;
}

.filtrar .custom-control-label {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 0;
  padding-top: 0;
}
.filtrar .custom-control-label {
  color: #3c3c3c;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-left: 5px;
  margin-top: 5px;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 10px;
}

.filtrar .filtro .form-group h6 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #d4002a;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-align: center;
}
.btn-rojo {
  font-family: "Rubik", sans-serif;
}

.form-control {
  border: none;
}

.widget {
  background-color: white;
  padding-top: 30px;
  position: relative;
}

.widget__container--title {
  color: #d4002a;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.widget__container--form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* MOD 20.03.2020
  border-radius: 12px;
*/

.widget__form--input input::placeholder {
    font-family: "Rubik", sans-serif!important;
    font-size: 12px;
}

.bx__date-container {
  border: 2px solid rgb(245 245 245);
  background-color: #f5f5f5;
  width: 100%;
  padding: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  height: 50px;
  margin-bottom: 15px;
}

.bx__date-container .bx {
  display: flex;
  align-items: center;
  height: 50px;
}

.bx__date-container .bx i {
  color: #d4002a;
  margin-right: 10px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.bx__date-container .bx h5 {
	color: #191919;
    text-transform: inherit;
    margin: 0;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
    /* padding-left: 5px; */
    margin-bottom: 5px;
}

.widget__container--form
  .bx__date-container
  .widget__form--input
  input {
  border: none;
  padding: 0px;
  width: 650px;
  height: 47px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  margin-left: -32px;
  /* margin-right: 0px; */
  font-size: 12px;
  color: #3c3c3c;
  font-family: "Rubik", sans-serif;
  padding-bottom: 5px;
  letter-spacing: 0.3px;
}

.widget__container--form
  .bx__date-container
  .widget__form--input
  input:focus {
  outline: none;
  box-shadow: none;
}

.widget__container--form .bx__date-container .bx__date {
  display: flex;
  height: 50px;
  align-items: center;
}

.widget__container--form .bx__date-container .bx__date i {
  color: #d4002a;
  margin-right: 10px;
  padding-bottom: 10px;
}

.widget__container--form
  .bx__date-container
  .bx__date
  input {
  border: none;
  padding: 0;
  color: #3c3c3c;
  font-size: 12px;
  background-color: transparent;
  letter-spacing: 0.5px;
  font-family: "Rubik", sans-serif;
  padding-bottom: 3px;
}

.widget__container--form
  .bx__date-container
  .widget__form--select {
  display: flex;
  height: 50px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.widget__container--form
  .bx__date-container
  .widget__form--select
  i {
  color: #d4002a;
  margin-right: 10px;
}

.widget__container--form
  .bx__date-container
  .widget__form--select
  .custom-select-trigger {
  padding-left: 0;
}

.widget__container--form
  .bx__date-container
  .widget__form--select
  .custom-select-trigger {
  border: none;
  background-color: transparent !important;
  height: 50px;
  font-family: "Rubik", sans-serif;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.widget__container--form .form-control {
  height: 50px!important;
  background-color: transparent !important;
}

.widget__container--form .bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.widget__container--form .custom-select {
  padding: 0;
}

.widget__container--form .bx--modal {
  width: 100%;
}

.widget__container--form .bx--modal .bx {
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.widget__container--form .bx--modal .bx a {
	/*color: #d4002a; */
    text-transform: inherit;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-top: -20px;
}

.widget__container--form .bx--modal .modal-content {
  padding: 10px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    outline: 0;
}

.widget__container--form .bx--modal .modal-header h5 {
	color: #191919;
    text-transform: inherit;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: .5px;
}

.bx-button-modal {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
.widget__container--form .bx--modal .bx-button-modal a {
  color: white;
}
.widget__form--select,
.widget__form--input {
  margin-right: 16px;
  font-size: 12px;
}

.widget__container--form .custom-select-trigger {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border: 2px solid rgb(245 245 245);
    font-family: "Rubik", sans-serif;
    font-size: 12px;
}

.widget__container--form .custom-select-trigger {
  padding-left: 33px;
  border-radius: 12px;
  /* width: 120px; */
  height: 50px;
  font-size: 12px;
  color: #8b8684;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.2px;
}

.custom-select-trigger {
    /*border: 2px solid #f5f5f5;*/
    background-color: #f5f5f5;
}

.custom-select-trigger:hover {
    /*background-color: #f5f5f5;*/
    /*border: 2px solid #e6e6e6;*/
    transition: all .3s linear;
    /*border-radius: 12px;*/
}

.custom-select-trigger:focus {
    /*background-color: #f5f5f5;*/
    /*border: 2px solid #e6e6e6;*/
    transition: all .3s linear;
    border-radius: 12px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.widget__form--select:nth-child(2) .custom-select-trigger {
  min-width: 190px;
}

.widget__form--input input {
  border: none;
  padding-left: 35px;
  border-radius: 12px;
  min-width: 200px;
  font-size: 12px;
  color: #3c3c3c;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.2px;
  width: 100%;
  height: 47px;
  background-color: #f5f5f5;
  border: 2px solid rgb(245 245 245);
  padding-bottom: 6px;
}

.widget__form--input input:placeholder {
  font-size: 12px;
  color: #8b8684;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.2px;
}

.widget__form--input input:focus {
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    transition: all .3s linear;
    border-radius: 12px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.bx__date-container:focus {
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    transition: all .3s linear;
    border-radius: 12px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.bx__date-container:hover {
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    transition: all .3s linear;
    border-radius: 12px;
	outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}



.widget__container--form .custom-options {
  left: -4px;
  z-index: 30;
}

.box__progress-widget {
  width: 100%;
  margin: 25px 0;
}

.progress__widget--bar {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  margin: 15px 0;
  background-color: rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.progress__widget--title {
	font-size: 12.5px;
    color: #8b8684;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.progress__widget--bx.active > .progress__widget--bar {
  background-color: #d4002a;
}

.progress__widget--bx.active > .progress__widget--title {
  color: #d4002a;
}

.widget__container--oficinaInfo {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02),
    0 3px 12px 7px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.widget__container--leyend {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* border-style: solid; */
    /* border-radius: 10px; */
    background-color: #00cb91;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
	margin-top: 0px;
	padding-bottom: 1px;
}

.codigoAWD {
  justify-content: center;
}

.widget__oficinaInfo--bx {
  width: 100%;
  position: relative;
  padding: 20px 0px 10px 0px;
}

.widget__oficinaInfo--bx.bord {
  border-right: 1.5px solid rgb(230, 230, 230);
  padding-right: 15px;
}

.widget__oficinaInfo--bx.bord2 {
  padding-left: -15px;
}

.oficinaInfo__bx--date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 47px;
  flex-wrap: wrap;
}

.oficinaInfo__bx--date .bxt {
  display: flex;
  align-items: center;
}

.oficinaInfo__bx--date i {
  margin-right: 15px;
  color: white;
  font-size: 15px;
  margin-bottom: 0;
}

.oficinaInfo__bx--date .fa-calendar-check {
  color: #d4002a;
}

/*.oficinaInfo__bx--date .btn-cambiar {
  width: 150px;
}*/

.oficinaInfo__bx--date p {
	margin: 0;
    color: #464646;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
}

.oficinaInfo__bx--details {
  font-family: "Rubik", sans-serif;
  padding-left: 33px;
}

.oficinaInfo__bx--details h3 {
  color: #d4002a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.oficinaInfo__bx--details p {
color: #3c3c3c;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
}

.oficinaInfo__bx--details p a {
  color: #d4002a;
  font-family: "Rubik", sans-serif;
}

.oficinaInfo__bx--details a.verMap {
	color: #d4002a;
    font-size: 13px;
    letter-spacing: 0.7px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.grupo.widget--grupo {
  background-color: #fff;
}

.box__flota.description-car.widget-style {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02),
    0 3px 12px 7px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  min-height: 250px;
  padding-bottom: 15px;
}

.box__flota.description-car.widget-style:last-child {
  margin-bottom: 25px;
}

.widget__description--car .box__flota-buttonReserva {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  padding-top: 33px;
}

.widget__description--car
  .box__flota-buttonReserva
  a.btn-reservar-ahora.animated-button.victoria-one {
  width: 200px;
}

.widget__description--car .box__flota-titleGroup {
  padding-left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.widget__description--car .row_top {
  height: 150px;
}

.widget__description--car h5 {
    color: #b5b5b5;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 25px 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.widget__description--car .box__flota-titleGroup h4 {
  color: #d4002a;
  letter-spacing: 1.3px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.widget__description--car .box__flota-titleGroup h6 {
  color: #3c3c3c;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.widget__description--car .row_top .box__flota-imgCar img {
  top: -25px;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.widget__description--car .box__flota-titleGroup h4,
.widget__description--car .box__flota-titleGroup h6 {
  margin: 5px 0;
  line-height: 1.5em;
  font-family: "Rubik", sans-serif;
}

.widget__description--car .row-bottom {
  padding: 20px 35px 0 35px;
}

.flota-list-wrapper li {
	margin-bottom: 10px;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    color: #3c3c3c;
    letter-spacing: 0.5px;
}

.flota-list-wrapper li img {
  margin-right: 10px;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #d4002a !important;
}

.widget__car--tarifas-disponibles ul {
  margin: 0;
  width: 100%;
  padding: 0;
}

.widget__car--tarifas-disponibles ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  font-family: "Rubik", sans-serif;
}

.widget__car--tarifas-disponibles ul li:first-child {
  padding-top: 0;
}

.widget__car--tarifas-disponibles ul li:last-child {
  border: none;
}

.widget__car--tarifas-disponibles ul li p {
  margin: 0;
}

.widget__car--tarifas-disponibles .widget--check {
  display: flex;
  align-items: center;
}

.widget__car--tarifas-disponibles .widget--check label {
  font-weight: 500;
  margin-left: 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #484545;
  font-family: "Rubik", sans-serif;
}

.widget__car--tarifas-disponibles
  .widget--p-or.inclusion
  a {
  color: #d4002a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Rubik", sans-serif;
}

.widget__car--tarifas-disponibles .widget--p-or.precio {
    font-size: 21px;
    color: #d4002a;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
  font-family: "Rubik", sans-serif;
}

.widget__car--tarifas-disponibles .widget--p-or.precio span {
    font-weight: 400;
    font-size: 15px;
    margin-right: 10px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1.5px;
    color: #d4002a;
}

.widget__car--tarifas-disponibles .widget--p-or.precio p {
	display: flex;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}

.widget__car--tarifas-disponibles .widget--p-or.inclusion a {
    color: #d4002a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "Rubik", sans-serif;
}

.widget__car--tarifas-disponibles
  .inclusion
  .modal-content {
  padding: 0 25px;
}

.inclusion .modal-header {
  padding: 0;
  display: flex;
  align-items: center;
}

.inclusion .modal-body {
  padding: 0;
  padding-bottom: 25px;
}

.inclusion .modal-body .title__tarifa--incluida {
  color: #8b8684;
  text-transform: initial;
  padding: 15px 15px 15px 15px;
}

.title__tarifa--incluida {
  font-size: 1.25rem;
  color: #b5b5b5;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 25px 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.inclusion .modal-body .container__list-include {
  display: flex;
}

.inclusion .modal-body ul li {
  justify-content: flex-start;
  border: none;
  padding: 5px 0;
}

.inclusion .modal-body ul li i {
  color: #d4002a;
}

.widget__bx {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02),
    0 3px 12px 7px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  padding: 25px;
  min-height: 250px;
  margin-top: 25px;
}

.widget__bx--title {
	color: #d4002a;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    text-transform: inherit;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.5px;
}

.widget__bx--container {
  padding-top: 25px;
  margin-left: -15px;
}

.widget__bx--container.vehiculo h5 {
	color: #d4002a;
    letter-spacing: 1.5px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}

.widget__bx--container.vehiculo h6 {
	color: #3c3c3c;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: inherit;
    font-family: "Rubik", sans-serif;
    margin-bottom: 25px;
}

.widget__bx--container .box__flota-list {
  padding: 0;
  margin-top: 32px;
}

.widget__bx--container .box__flota-list h5 {
  padding-top: 0;
  color: #b5b5b5;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 0px 0 10px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.widget__bx--container .box__flota-list ul {
  width: 100%;
  margin: 0;
}

.widget__bx-info {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-left: -15px;
}

.widget__bx-info img {
  margin-right: 15px;
}

.widget__bx-info p {
	color: #3c3c3c;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0;
}

.widget__bx-sep {
  height: 1px;
  background-color: rgb(230, 230, 230);
  width: 100%;
  margin-top: 20px;
}

.widget__bx-date {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.widget__bx-date i {
  color: #d4002a;
  margin-right: 10px;
  font-size: 17px;
}

.widget__bx-date p {
  color: #3c3c3c;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.widget__bx-details {
  padding-top: 20px;
}

.widget__bx-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.widget__bx-details ul li {
	padding: 2px 0;
    color: #3c3c3c;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.widget__bx-details ul li a {
  color: #3c3c3c;
}

.widget__bx .btn-masinfo {
  margin-top: 20px;
  margin-bottom: 5px;
}

.opcionales .widget__bx-sep {
  margin-bottom: 20px;
}

.widget__bx-text {
  color: #3c3c3c;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.opcionales {
  overflow: initial !important;
}

.opcionales ul {
  list-style: none;
  margin-top: 20px;
}

.opcionales ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  font-family: "Rubik", sans-serif;
}

.opcionales ul li .bx {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.opcionales ul li img {
  margin-right: 15px;
}

.opcionales ul li p {
  margin: 0;
  font-family: "Rubik", sans-serif;
}

.opcionales ul li p.name {
    color: #3c3c3c;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 10px;
    font-family: "Rubik", sans-serif;
}

.opcionales ul li p.price {
	color: #d4002a;
    font-size: 13px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.opcionales ul li .custom-select {
  padding-left: 0;
}

.opcionales ul li .custom-select-trigger {
	background-color: #f5f5f5;
    border: 1px solid rgb(245 245 245);
    border-radius: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 85px;
    margin-top: -10px;
}

.opcionales ul li .custom-options {
  left: 13px;
  z-index: 90;
}

.opcionales ul li p.cantidad {
	font-size: 12.5px;
    font-family: "Rubik", sans-serif;
    padding-bottom: 6px;
    margin-right: 10px;
    letter-spacing: 0.5px;
    color: #10bea3;
    margin: 0;
    font-weight: 500;
    margin-left: 10px;
}

.opcionales .widget__form--select {
  margin: 0;
}

.opcionales ul li.check {
  justify-content: flex-start;
}

.opcionales ul li.check .widget__check .svg {
  background-color: #d4002a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.datos-pasajero .bx {
  display: flex;
  margin-top: 00px!important;
}

.datos_credit_card .bx {
  display: flex;
  margin-top: 0px!important;
}

.datos_credit_card .bx {
  display: flex;
  /*margin-top: 20px;*/
}

.datos-pasajero .widget__form--input input {
    border: 1px solid rgb(245 245 245);
    box-shadow: none;
    padding-left: 22px;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
}

.datos-pasajero .widget__form--input,
.datos-pasajero .widget__form--select {
  width: 50%;
}

.datos_credit_card .widget__form--input,
.datos_credit_card .widget__form--select {
  width: 50%;
}

.datos-pasajero
  .widget__form--select
  .custom-select-wrapper,
.datos-pasajero .widget__form--select .custom-select,
.datos-pasajero
  .widget__form--select
  .custom-select-trigger {
  width: 100%;
}

.datos_credit_card
  .widget__form--select
  .custom-select-wrapper,
.datos_credit_card .widget__form--select .custom-select,
.datos_credit_card
  .widget__form--select
  .custom-select-trigger {
  width: 100%;
}

.datos-pasajero .widget__form--select .custom-select {
  height: 50px;
  padding: 0;
}

.datos_credit_card .widget__form--select .custom-select {
  height: 50px;
  padding: 0;
}

.datos-pasajero
  .widget__form--select
  .custom-select-trigger {
  height: 47px;
  margin-bottom: 2px;
  background-color: #fff;
  min-width: 200px;
  font-size: 12px;
  color: #8b8684;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.2px;
  border-radius: 10px;
  border: 1px solid rgb(230, 230, 230);
  -webkit-border-radius: 12px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.datos-pasajero .widget__form--select .custom-select-trigger {
    height: 49px;
    margin-bottom: 2px;
    background-color: #f5f5f5;
    min-width: 200px;
    font-size: 12px;
    color: #8b8684;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.2px;
    border-radius: 10px;
    border: 2px solid rgb(245 245 245);
    -webkit-border-radius: 12px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.datos-pasajero .widget__form--select .custom-options {
  left: 0;
}

.datos_credit_card .widget__form--select .custom-options {
  left: 0;
}

.resumen .total-impuestos-y-otros {
  margin-top: 18px;
}

span.numeracion {
  color: #3c3c3c !important;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-left: 3px;
}

.resumen__bx.tarif {
  display: flex;
  align-items: center;
  color: #3c3c3c;
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.resumen__bx.tarif i {
  color: #d4002a;
  font-size: 15px;
  margin-right: 10px;
}

.resumen__bx-list.incluido h6 {
	color: #3c3c3c;
    margin-top: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.resumen__bx-list.incluido ul {
  list-style: none;
}

.resumen__bx-list.incluido ul li {
  display: flex;
  align-items: center;
}

.resumen__bx-list.incluido ul li {
	color: #3c3c3c;
    margin-top: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.resumen__bx-list ul li i {
  color: #d4002a;
}

.resumen__bx.day {
  margin-top: 20px;
}

.resumen__bx.day p {
	color: #3c3c3c;
    margin-top: 20px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.resumen__bx.day p i {
  color: #d4002a;
  margin-right: 10px;
}

.resumen__bx.detalles {
  margin-top: 20px;
}

.resumen__bx.detalles p {
	color: #3c3c3c;
    margin-top: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.resumen__bx.detalles p i {
  color: #d4002a;
  margin-right: 10px;
}

.resumen__bx.detalles ul {
  list-style: none;
}

.resumen__bx.detalles ul .resumen__text {
	font-weight: 400;
    font-size: 12.5px;
}

.resumen__bx.detalles ul .resumen__text span {
  color: #d4002a;
  font-weight: 500;
}

.resumen__title-gr {
	color: #b5b5b5;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.resumen__bx.detalles ul .resumen__text.total {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.resumen__title-total {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

.resumen__title-total span {
  color: #d4002a;
}

.resumen__title-total span.moneda {
  margin-left: 25px;
  font-size: 15px;
  letter-spacing: 1px;
}

.resumen__title-total span.numero {
  font-size: 22px;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.resumen__bx.detalles .resumen__text--info {
    color: #3c3c3c;
    font-size: 11.5px;
    font-weight: 400;
    margin-top: 15px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
}

.resumen__bx.detalles .resumen__text--info a {
  color: #d4002a;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.resumen__bx.detalles .bx-check {
  display: flex;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

.resumen__bx.detalles .bx-check .widget__check .svg {
  background-color: #d4002a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.representante {
  font-size: 14px;
  margin-top: 20px;
}

.represent {
	color: #3c3c3c;
    font-size: 13px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-top: 20px;
}

.resumen__bx.detalles .represent-list li {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  font-family: "Rubik", sans-serif;
}

.resumen__bx.detalles .represent-list li i {
  color: #d4002a;
  margin-right: 10px;
  font-size: 15px;
}

.resumen__bx.detalles .represent-list li p {
	margin: 0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: "Rubik", sans-serif;
}

.resumen__bx.detalles .represent-list li p a {
  color: #d4002a;
  font-weight: 400;
}

/* step 3 */

.numero__reserva {
  margin-top: 20px;
}

.numero__reserva p {
  display: flex;
  align-items: center;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

.numero__reserva p span {
  color: #d4002a;
  font-size: 22px;
  margin-left: 10px;
}

.widget__buttons--box {
  display: flex;
  justify-content: center;
}

.widget__buttons--box a.btn-widget {
  margin-top: 15px;
  margin-left: 15px;
}

.widget__buttons--box a.btn-widget i {
  margin-right: 10px;
}

.datos {
  list-style: none;
}

.datos li {
  display: flex;
  align-items: center;
  margin: 15px 0;
  font-weight: 400;
}

.datos li i {
  color: #d4002a;
  margin-right: 10px;
  font-size: 13px;
}

.datos li p {
  margin: 0;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.datos li p span {
  color: #d4002a;
}

.widget__shadowBox {
 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02),
    0 3px 12px 7px rgba(0, 0, 0, 0.02);
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
}

.shadowBox__title {
  color: rgb(180, 180, 180);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

.shadowBox__title2 {
  margin-top: 20px;
  color: #d4002a;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.widget__shadowBox .text {
  color: #3c3c3c;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
  margin: 0;
}

.tarifa-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.tarifa-base p {
  margin: 0;
  color: #3c3c3c;
  font-weight: 500;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.tarifa-base p:last-child {
  color: #d4002a;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

p .moneda {
  font-size: 16px;
  margin-right: 10px;
}

.cargos .resumen__text--info.first {
  margin-top: 20px;
}

.cargos .resumen__text--info {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

.cargos .resumen__text--info a {
  color: #d4002a;
  font-weight: 500;
}

.widget__shadowBox .items {
  list-style: none;
}

.widget__shadowBox .items li {
  display: flex;
}

.widget__shadowBox .items li .resumen__text {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.2px;
}

.widget__shadowBox .items li .resumen__text span {
  color: #d4002a;
  font-weight: 500;
}

.caracteristicas__title h5 {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  margin-top: 20px;
  margin-left: -15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.caracteristicas__title h5:nth-child(2) {
  margin-top: 10px;
}

.caracteristicas__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}

.caracteristicas__list ul {
  list-style: none;
}

.caracteristicas__list ul li {
  margin: 10px 0;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
}

.caracteristicas__list ul li img {
  margin-right: 10px;
}

.caracteristicas .text {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

.oficinas--info .widget__shadowBox {
  margin-top: 25px;
}

.title__oficinas {
  display: flex;
  padding: 25px 0 0 0;
  padding-left: 25px;
}

.title__oficinas h5 {
    margin-right: 10px;
    margin-bottom: 25px;
    margin-top: -15px;
}

.title__oficinas p {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  margin: 0;
  margin-top: -3px;
  letter-spacing: 0.5px;
}

.oficinas .dir,
.oficinas .phoneNumber {
	color: #3c3c3c;
    font-weight: 400;
    margin-top: -10px;
    font-size: 12.5px;
    font-family: "Rubik", sans-serif;
    padding-left: 25px;
    letter-spacing: 0.5px;
}

.oficinas .phoneNumber a {
  color: #d4002a;
  margin-left: 5px;
  font-weight: 500;
}

.oficinas .widget__bx-sep {
  margin-right: 15px;
  margin-left: 15px;
  width: unset;
}

.oficinas .dir {
  margin-top: 0px;
}

.container--horarios {
  display: flex;
  padding-left: 15px;
    margin-bottom: 10px;
    margin-top: -15px;
}

.container--horarios .horario {
  list-style: none;
  padding: 0;
}

.container--horarios .horario li {
	margin: 10px 10px 0px 13px;
    display: flex;
    align-items: center;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 12.5px!important;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
}

.container--horarios .horario li i {
  color: #d4002a;
  font-size: 7px;
  margin-right: 10px;
}

.widget__shadowBox.oficinas {
  padding: 0;
  overflow: hidden;
}

.oficinas iframe {
  margin-top: 10px;
  width: 100%;
  min-height: 250px;
}

.widget__bx.terrawind_info {
  height: auto;
  min-height: initial;
}

.terrawind_info .widget__bx--title span {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

.terrawind_info .bx-list {
  margin-top: 20px;
  display: flex;
}

.terrawind_info .bx-list ul {
  list-style: none;
  margin-right: 35px;
}

.terrawind_info .bx-list ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  color: #3c3c3c;
  font-weight: 500;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.terrawind_info .bx-list ul li i {
  color: #d4002a;
  margin-right: 10px;
}

.terrawind_info .bx-list ul li p {
  margin: 0;
  font-size: 13px;
}

.terrawind_info .bx-list ul li p a {
  color: #d4002a;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.terrawind_info .bx-list ul li p a.link {
  color: #d4002a;
  font-weight: 500;
  font-size: 13px;
}

.widget__bx.travel-agency {
  width: 555px;
  margin-bottom: 25px;
  height: auto;
  min-height: initial;
}

.travel-span {
  color: #d4002a;
  margin-left: 4px;
}

.travel-li {
  font-weight: 500;
  margin-left: 4px;
}

.widget__bx.codigos {
  margin-bottom: 25px;
  height: auto;
  min-height: initial;
  font-weight: 500;
  justify-content: space-around;
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.item-1  {
  display: flex;
  flex-direction: column;
}

.item-2 {
  display: flex;
  flex-direction: column;
}

.big-text {
  font-size: 2rem;
  color: #d4002a;
}

.widget__bx-sep-vertical {
  width: 1px;
  background-color: rgb(230, 230, 230);
}

/* END step 3 */

.modal-header .modal-title {
    color: #d4002a;
    font-weight: 500;
    text-transform: inherit;
    font-size: 13.5px!important;
    letter-spacing: .5px;
    padding-top: 5px;
    padding-left: 10px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    color: #797979;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 991.98px) {
  .widget__oficinaInfo--bx.bord {
    border-right: none;
    border-bottom: 1.5px solid rgb(230, 230, 230);
  }
  .widget__buttons--box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  a.btn-widget.animated-button.victoria-one {
    margin: 10px;
  }
  .bx__date-container {
    height: auto;
    padding: 15px;
  }
  /*.widget__container--form .button--auto {
    padding-left: 15px;
    padding-right: 0;
  }*/
}

@media screen and (max-width: 767.98px) {
  .widget__description--car
    .row_top
    .box__flota-imgCar
    img {
    top: -50px;
    width: 90%;
  }
  .widget__description--car .box__flota-titleGroup {
    padding: 0 25px;
  }
  .widget__description--car .box__flota-buttonReserva {
    justify-content: center;
    padding-left: 25px;
    height: 100%;
  }
  .widget__description--car .box__flota-list {
    padding-left: 0;
  }
  .opcionales ul li,
  .datos-pasajero .bx {
    flex-wrap: wrap;
  }
  .opcionales ul li,
  .datos_credit_card .bx {
    flex-wrap: wrap;
  }
  .datos-pasajero .widget__form--input,
  .datos-pasajero .widget__form--select {
    width: 100%;
  }
  .datos_credit_card .widget__form--input,
  .datos_credit_card .widget__form--select {
    width: 100%;
  }
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: "Rubik", sans-serif;
}

.spinnerLoader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.75)
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAA5CAYAAACicWBSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTk1NTQ0OEFDNTA5MTFFNUJGMDQ5MTUyRkFGODk1OUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTk1NTQ0ODlDNTA5MTFFNUJGMDQ5MTUyRkFGODk1OUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNTY0NEYwNzlDMkExMUU1ODgwRkZCNzhFMEQ0MzUyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNTY0NEYwODlDMkExMUU1ODgwRkZCNzhFMEQ0MzUyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnGGNJcAAArNSURBVHja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")
    no-repeat scroll center center;
  background-size: 50px auto;
}

.row-bx-cancel {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 4px;
  margin-bottom: -22px;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dash {
  00% {
    stroke-dasharray: 1, 250;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 150, 250;
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dasharray: 150, 250;
    stroke-dashoffset: -250;
  }
}

.spinnerLoader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  animation: loader-rotate 2s linear infinite;
  transform-origin: center center;
}

.spinnerLoader svg circle {
  stroke-dasharray: 150;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #d4002a;
}

.dropdown-item i {
  color: #d4002a;
}

.fixed {
  left: 0px !important;
}

/* ESTILOS WIDGET IFRAME */
.widget__header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget__footer-ul li p {
  font-size: 1em;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 4px 0;
  margin: 0;
}
.widget__footer-ul a i {
  margin-right: 5px;
}
.bx__title-widget-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.widget--bg--banner {
  background-image: url(/assets/themes/avis_new/img/windget-background-image.jpg);
  height: 300px;
}
.copyright__content {
  width: 100%;
}
.modal .container-fluid {
  overflow: initial;
}
.bx-modales-widget .modal-header {
  border: none;
}
#modificar .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
}
#modificar .modal-content {
  padding: 0 25px;
}
#modificar .modal-body {
  padding: 15px 0;
}
.bx-modales-widget .modal-header .modal-title {
  color: #8b8684;
  font-family: "Rubik", sans-serif;
}
.bx-modales-widget .modal-body {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bx-widget-modal-header {
  display: flex;
  align-items: center;
}
.bx__date--container2 {
  width: 100%;
}
.bx__date--container2 .bx__date {
  border: 1px solid rgb(230, 230, 230);
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.bx__date--container2 .bx__date i,
.bx__date--container2 .form-group.widget__form--select i {
  margin-right: 10px;
  color: #d4002a;
  margin-left: 10px;
}
.bx__date--container2 .bx__date input {
  border: none;
  width: 100%;
  color: #8b8684;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
}
.bx__date--container2 .form-group.widget__form--select {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
}
.bx__date--container2
  .form-group.widget__form--select
  .custom-select-trigger {
  border: none;
  background-color: transparent;
  padding-left: 0;
  height: 50px;
}
.bx__date--container2 .modificar-btn {
  display: flex;
  justify-content: flex-end;
}
/* END ESTILOS WIDGET IFRAME */

#cancelModal {
  padding-left: 0px;
  padding-top: 5px;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
#cancelModal .modal-content,
#cancelModal .modal-header,
#cancelModal .modal-body {
  width: 650px;
}
#cancelModal .modal-body {
  padding: 25px;
}
#cancelModal p.dir {
  padding-left: 0px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}
#cancelModal .datos li p {
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 5px;
}
#cancelModal .datos li p span {
  margin-right: 5px;
}
#cancelModal .widget__bx--title {
  padding-top: 5px;
}

/* ERROR PAGE */
.error--bg {
  background-color: #f0f0f0;
}
.widget-error-description {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #3c3c3c;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transition: color 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.8em;
}

.widget-error-tittle {
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #d4002a;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-bottom: 5px;
  text-align: center;
}

.widget-background-error {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02),
    0 3px 12px 7px rgba(0, 0, 0, 0.02);
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 55px 35px 35px 35px;
  background-color: #ffffff;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error--bg
  .widget__container
  .widget__container--form
  .widget-background-error
  a.banner__box-link {
  margin-top: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: relative;
  z-index: 90;
}
.widget-label-error {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  font-family: "Rubik", sans-serif;
  border-radius: 10px;
  background-color: #d4002a;
  /* width: 120px; */
  font-size: 13px;
  text-align: center;
  position: absolute;
  z-index: 40;
  top: -18px;
  left: 41%;
  display: block;
}

.icon-error {
  position: absolute;
  z-index: 40;
  bottom: -230px;
  left: 34%;
  transform: translateX(-50%);
  width: 325px;
}

.space-error {
  margin-bottom: -0px;
}

/* END ERROR PAGE */

/* MODIFICACIONES 16 DE MARZO DE 2020 */
.bg-widget-partners {
  /* background-color: #f0f0f0; */
  /* padding-bottom: 0.1px; */
}
.widget.widget-partners {
  /* margin-bottom: 400px; */
}
section.bg-widget-partners.bg-Image {
  overflow: visible;
}
/* END MODIFICACIONES 16 DE MARZO DE 2020 */

.bx-widget-partners {
  height: 400px;
}
.widget__bx.form__pasajero,
.widget__bx.oficinas--info,
.widget__bx.terrawind_info {
  margin-bottom: 25px;
}
.widget__bx.terrawind_info {
  margin-top: 0;
}
.reclamo {
  margin-bottom: 0;
}

/* MODAL SWAL STEP 2 23/04/2020  */
.swal-modal .swal-title {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.3px;
  text-align: center !important;
}

.swal-modal .swal-text {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: 0.3px;
  line-height: 1.3em;
  text-align: center !important;
}

.swal-modal {
  width: 478px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  position: static;
  margin: 20px auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 10001;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s,
    -webkit-transform 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02),
    0 3px 12px 7px rgba(0, 0, 0, 0.02);
}

/* END MODAL SWAL STEP 2 23/04/2020  */
.swal-button--confirm {
  border-radius: 100px;
  background-color: #d4002a !important;
}

.swal-button--danger {
  border-radius: 100px;
  background-color: #d4002a !important;
}

.swal-button--cancel {
  border-radius: 100px;
  background-color: #e9ecef;
}

.swal-footer {
  text-align: center;
  padding-top: 13px;
  margin-top: 13px;
  margin-bottom: 17px;
  padding: 13px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* END MODAL SWAL STEP 2 17/06/2020  */

.creditCardLeyend {
  margin-top: 25px;
}

.creditCardText {
  justify-content: flex-start;
}

.creditCardDiv {
  display:flex;
  flex-direction:row;
}

.creditCardP1 {
  margin-top:1rem;
  margin-bottom:0px;
}

.creditCardP2 {
  font-weight:400;
}

/* MODIFICATION CSS */
.blob {
  position: absolute;
	background: black;
	border-radius: 24%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 30px;
	width: 30px;
	transform: scale(1);
  animation: pulse-black 2s infinite;
  display:flex;
  justify-content:center;
  align-items:center
}

.blob.red-avis {
	background: rgba(212, 0, 42, 1);
	box-shadow: 0 0 0 0 rgba(212, 0, 42, 1);
	animation: pulse-red-avis 2s infinite;
}

@keyframes pulse-red-avis {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(212, 0, 42, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(212, 0, 42, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(212, 0, 42, 0);
	}
}

.modificationBadgeLeft {
  background-color:#a3a3a3;
  margin-left: -25px;
  margin-right: -25px;
  height: 50px;
}

.modificationBadgeLeftTitle {
	padding-top: 14px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    text-transform: inherit;
    color: white;
    letter-spacing: .5px;
}

.modificationBadgeRight {
  background-color:#d4002a;
  margin-left: -25px;
  margin-right: -25px;
  height: 50px;
}

.modificationBadgeRightTitle {
	padding-top: 14px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    text-transform: inherit;
    color: white;
    letter-spacing: .5px;
}

.classBadgeLeft {
  background-color:#a3a3a3;
  color:white;
  border-radius: 10px;
  margin-left: 20px;
}

.classBadgeRight {
  background-color:#d4002a;
  color:white;
  border-radius: 10px;
}

.GroupBadge {
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
}

.wordGroupBadge {
	text-align: center;
    color: white;
    font-size: 10px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gropCode {
  text-align: center;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: -6px;
  margin-bottom: 10px;
}

.modificationBadgeLeftp1 {
  padding-top: 14px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color:white;
  padding-left: 39px;
	letter-spacing: .5px;
}

.modificationBadgeLeftp2 {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 1.1em;
  text-align: right;
  font-family: "Rubik", sans-serif;
  color:white; 
  padding-top: 10px;
  width: 65%;
}

.modificationBadgeRightp1 {
  padding-top: 14px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color:white;
  padding-left: 39px;
	letter-spacing: .5px;
}

.modificationBadgeRightp2 {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 1.1em;
  text-align: right;
  font-family: "Rubik", sans-serif;
  color:white; 
  padding-top: 10px;
  width: 54%;
}

.totalEstimatedSpan2L {
  font-size: 1.2rem;
}

.totalEstimatedSpan2R {
  font-size: 1.2rem;
}

.rowModification {
  padding: 0px 0px;
}

.dataModificationp1 {
  padding-left: 0px;
}

.dataModificationp2 {
  text-align: end;
  padding-right: 0px;
  color:#d4002a;
}

.widget__container--modifyLeyend {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  /* border-style: solid; */
  /* border-radius: 10px; */
  background-color: white;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #d4002a;
}

.modifyText {
  justify-content: space-evenly;
}

.modifyDiv {
  display:flex;
  flex-direction:row;
  justify-content: center;
}
/* END MODIFICATION CSS */
.scrollable-dropdown-menu{
  max-height: 400px!important;
  overflow-y: auto!important;
  border: 0px solid rgba(0,0,0,.15);
  box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.15);
}

.scrollable-dropdown-menu::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
  /* display: none;  Ocultar scroll */
  border-radius: 10px;
}

.scrollable-dropdown-menu::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.scrollable-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a0a0a0;
}

/* DISTRIBUTOR */
.distributor {
  background-color: #76848b;
  width: 100%!important;
  max-height: 90px;
  position: relative;
}

.distributor__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.distributor__content p {
  color: #ffffff;
  padding-top: 19px;
}
/* END OF DISTRIBUTOR */

.card-inactive {
  display: none;
}

.card-active {
  color: #b1b1b1!important;
  display: flex!important;
  transform: scale(2);
  margin-left: -44px;
  margin-bottom: -36px;
  margin-top: 18px;
  height: min-content;
  z-index: 100;
}
  
.input-card-flex {
  display: flex!important;
}

.adjust-container-credit-card {
  margin-top: -25px!important;
}

/* login voucher css */

.login-link {
  font-size: 1rem;
  letter-spacing: 0.3px;
  font-family: "Rubik", sans-serif;
  color: #3c3c3c;
  transition: color 0.3s cubic-bezier(0.65, 0, 0.076, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.login-link:hover {
  color: #d4002a;
}

/* driver licensee step 2 */

.driver-license-info {
	color: #d4002a;
    display: flex;
    padding: 18px 20px 18px 25px;
    margin-bottom: 18px;
    border-radius: 12px;
    background-color: #ffdee5;
    width: 97.4%;
}

/* end of driver licensee step 2 */