html {
  font-size: 100%;
}
#header-info {
    background-color: var(--secondary-color);
    height: 45px;
}
#header-info a{
    display: block;
    color: white;
    padding-top: 10px;
    text-decoration: none;
    font-weight: 200;
}
#travel-info.pay {
    display: none;
}
#vehicle {
    display: none;
}
.loading_button {
  cursor: not-allowed !important;
  opacity: .7;
}
.about-container {
    background-image: url(/image/amola-bg-home1.jpg);
}
.form-contact .form-group {
    display: initial;
}
#testimonial-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background: white;
}
.testimonial-section {
  max-width: 700px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.testimonial-container {
  display: flex;
  transition: transform 0.4s ease-in-out;
  touch-action: pan-y;
}

.testimonial {
  min-width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
}

.testimonial p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.testimonial h4 {
  margin: 0;
  color: #555;
}

.testimonial span {
  font-size: 0.9em;
  color: #999;
}

.testimonial-nav {
  text-align: center;
  margin: 15px 0;
}

.testimonial-nav button {
  background: #333;
  color: white;
  border: none;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
}
.testimonial-nav #prev, 
.testimonial-nav #next { 
    position: absolute;
    top: 50%;
}
.testimonial-nav #prev {
    left: 0px;
}
.testimonial-nav #next {
    right: 0px;
}

.testimonial-nav button:hover {
  background: #555;
}

@media (max-width: 768px) {
  .testimonial p {
    font-size: 1em;
  }
     
}
.testimonial-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.testimonial-dots span.active {
  background-color: #012b49;
}
.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 1rem;
    padding-right: 1rem;
}
body {
    font-family: "Oswald", sans-serif;
    font-weight: 400; /* Peso normal */
}
body[page="home"] #header_nav {
    position: absolute;
    width: 100%;
}
body[page="home"] #contactFloat{
    display: block;
}
body[page="home"] footer {
    margin-top: 0px;
}
.wrap {
    border: solid 1px #ccc;
    background: white;
    margin-bottom: 15px !important; 
}
.title-stage h2 {
    padding-top: 0px;
    margin-top: 0px;
}
.title-stage ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: bold;
}
.title-stage ul li{
    display: none;
}
.title-stage ul li.active{
    display: block;
}
.payments-method-selected {
    margin: 0px;
    padding: 0px;
}
.payments-method-selected li{
    display: inline-block;
    padding: 10px; 
    text-transform: uppercase;
    font-size: .75rem;
    padding-left: 0px;
}
.payments-method-selected li.active {
    border-bottom: solid 3px var(--primary_color);
}
.payments-method-selected li:not(:last-child) {
    border-right: solid 1px #ccc;
}
.wire-transfer-content {
}
.reserve-code-content {
    padding: 10px;
}
.reserve-code {
    font-weight: bold;
}
.stage-info ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.table-content.pay {
    margin-top: 15px;
}
table.totals {
    text-align: right;
}
.stage-info ul li{
    opacity: .8;
    padding: 10px;
    cursor: pointer;
}
.stage-info ul li:hover{
    opacity: 1;
}
.stage-info ul li.active{
    opacity: 1;
    border-bottom: solid 3px !important;
    border-color: var(--primary_color) !important;
}
.stage-info ul li:not(:last-child) {
    border-bottom: solid 1px #ccc ;
}
.stage-info ul li span {
    padding: 10px;
}
.stage-info ul li span, .stage-info ul li img{
    display: inline-block;
    vertical-align: middle;
}
.stage-info ul li img{
    max-width: 35px;
}
.table_legend_title {
    padding-top: 35px;
}
.table_legend_title .desc {
    display: block;
    font-size: 10px;
    font-weight: 300;
    padding-top: 15px;
}
#comment-extra {
    margin-top: 25px;
}
#comment-extra textarea{
    width: 100%;
    max-width: 100%;
}
#fake-input-date-start, #fake-input-date-finish {
    display: block;
    position: absolute;
    left: 0px;
    height: 45px;
    width: calc(100% - 5px);
    top: -10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
    padding-left: 30px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 20px;
}
#fake-input-date-start:hover, #fake-input-date-finish:hover {
    border: var(--primary_color);
}
#hours-container {
    display: none;
}
#hours-container select{
    width: 130px !important;
}
.opacity-hidden {
    opacity: 0;
}
.date-short {
    width: 200px !important;
}
.display-block {
    display: block !important;
}
.nav-searching-form {
    margin-left: 15px;
}
.nav-searching-form ul {
    margin: 0px;
    text-align: left;
    padding: 0px;
    padding-left: 10px;
    background: white;
    width: 100%;
    max-width: 275px;
    height: 60px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#contaienr-input-search-form {
    background: white;
    padding-top: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 15px;
}
.nav-searching-form ul li{
    display: inline-block;
    height: 45px;
    padding-top: 12px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.nav-searching-form ul li span{
    opacity: .8;
}
.nav-searching-form ul li:hover span{
    opacity: 1;
}    
.nav-searching-form ul li.active {
    background: #f3f7f8;
    border-radius: 5px;
}
.nav-searching-form ul li.active  span{
    border-bottom: solid 2px var(--primary_color);
    font-weight: bold;
}
#contactFloat{
    display: none;
}
.mode-login {
    color: var(--primary_color);
    cursor: pointer;
}
.current-link {
    text-decoration: underline;
}
#form-account-guest, #form-account-login {
    margin-top: 50px;
}
#form-account-guest, #form-account-login .form-group label{
    display: block;
}
#form-account-login {
    display: none;
}
#password-content {
    display: none;
}
#account-content .form-group {
    padding-left: 0px;
}
#account-content .form-group button{
    margin-left: 0px;
}
#account-content input {
    margin-bottom: 0px;
}
.form-group {
    display: inline-block;
    margin-bottom: 15px;  
}
.map-container {
    position: relative;
    width: 100%;
    height: 400px;
    background: #f3f3f3; /* Color de fondo mientras carga */
}

#loading_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #555;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 5px;
}
#cart-summary-form .info {
    padding: 5px;
}
#cart-summary-form #finalizeButton.disabled {
    opacity: .7;
}
#cart-summary-form #finalizeButton{
    opacity: 1;
}
#cart-summary-form .form-check {
    margin-top: 20px;
    user-select: none;
}
#travel-info {
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
#travel-info.fixed-panel {
    position: fixed;
    width: 350px;
    top: 0px;   
}
.vehicles-category-name {
    text-transform: uppercase;
    color: var(--primary_color);
    font-weight: 300;
}
.vehicle {
    background: white;
    margin-bottom: 15px;
}
.vehicle:hover:not(.view) {
    box-shadow: var(--shadow);
}
.vehicle a {
    display: block;
    text-decoration: none;
}
.vehicle .car-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 10px;
}
#all-vehicles .vehicle .car-name {
    font-size: 1.5rem;
}
#all-vehicles .vehicle {
    max-width: 370px;
    display: inline-block;
    margin: 15px;
}
#all-vehicles .vehicle .content-info {
    padding-bottom: 15px;
}
.vehicle .max-passenger {
    margin-bottom: 15px;
    color: var(--primary_color);
}
.vehicle .max-passenger span{
    display: inline-block;
    vertical-align: middle;
}
.content-img {
    height: 150px;
    width: 150px;
}
#all-vehicles .content-img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    max-width: 350px;
    padding: 10px;
}
.vehicle .content-img, .vehicle .content-info {
    display: inline-block;
    vertical-align: top;
}
.vehicle .content-info {
    padding-left: 15px;
}
.vehicle .footer-vehicle {
    padding: 12px;
    border-top: solid 1px #1111;
}
.vehicle .footer-vehicle span{
    font-weight: bold;
    color: #646464;
}
.vehicle .footer-vehicle ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.vehicle .footer-vehicle ul li{
    display: inline-block;
    padding-left: 10px;
}
.vehicle .footer-vehicle ul li span{
    color: #646464;
}
.vehicle .footer-vehicle ul li i{
    opacity: .7;
    color: var(--primary_color);
}
.vehicle .footer-vehicle ul li span{
    font-weight: 300;
}
.car-layer {
    min-height: 150px;
    margin-bottom: 15px;
}
#summary_info_travel, #summary_vehicle, #summary_cta {
    min-height: 150px;
    margin-bottom: 15px;
}
/* Clase para simular elementos de carga */
.layer {
  position: relative;
  background: #e0e0e0; /* Color de fondo claro para el "cargando" */
  overflow: hidden;
}

/* Efecto de animación para el fondo que simula el "loading" */
.layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  animation: loading 1.5s infinite;
}

/* Animación de la "barrera" que se mueve de izquierda a derecha */
@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.feature {
    display: inline-block;
    vertical-align: middle;
    color: #6464649c;
    font-weight: 300;
}
.feature span {
    display: inline-block;
    vertical-align: middle;
}
.vehicle .feature-value {
    text-transform: capitalize;
}
.checkout-steps {
  display: flex;
  gap: 40px;
  position: relative;
}
.stage-link  {
    text-decoration: none;
}
#breadcrumb-checkout-steps {
    margin-top: 35px;
    margin-bottom: 40px;
}
.checkout-steps::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: default;
}

.step .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 6px;
  transition: background 0.3s, color 0.3s;
}

.step.completed .circle {
  background: #4caf50;
  color: white;
}

.step.active .circle {
  background: #2196f3;
  color: white;
}

.step span.label {
  font-size: .885rem;
  color: #999;
  transition: color 0.3s;
}
.step:hover:not(.disabled-link) span.label {
  text-decoration: underline;
}
.step.completed i, 
.step.completed span.label {
    color: #4caf50;
}
.step.completed span.label {
  text-decoration: underline;
}
.step.active i,
.step.active span.label  {
  color: #2196f3;
}
.step.active span.label {
  font-weight: bold;
}

.step.completed a {
  text-decoration: none;
}

.step.completed:hover .circle {
  background: #43a047;
}

.step.completed:hover span.label {
  text-decoration: underline;
}
.display_front_nav_header3 {
    width: 100%;
    max-width: 1250px;
}
.bg-nav {
    position: fixed !important;
    background: white !important;
    z-index: 99;
    transition: transform 0.5s ease-in-out;
    box-shadow: var(--shadow);
}
#target_form_container {
    background: linear-gradient(rgb(243 241 241 / 17%), rgb(0 0 0 / 74%)), url(/image/amola-bg-home-puente.webp);
    background-position: center;
    background-size: cover;
    height: 650px;
    text-align: center;
    padding-top: 170px;
}
#target_form_container h1,
#target_form_container h2,
#target_form_container h3,
#target_form_container h4 {
	color: white !important;
}
#target_form_container h2{
    font-size: 2.6rem;
}
#target_form_container .button-primary {
    opacity: 1;
}
#target_form_container .button-primary i {
    color: white;
}
#target_form_container input, #target_form_container select {
	border: solid 1px #ccc;
	width: 220px;
	height: 45px;
	margin-bottom: 15px;
    border-radius: 3px;
}
#target_form_container input:hover, #target_form_container select:hover,
#target_form_container input:focus, #target_form_container select:focus {
    border:solid 1px var(--primary_color);
}
#target_form_container input[type="datetime-local"] {
    width: 300px;
}
#target_form_container select {
    width: 155px;
}
#target_form_container input[type="datetime-local"]:focus-visible {
    outline: none;
}
.feature-box {
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
}

.feature-box h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.feature-box p {
  font-size: 0.95rem;
  color: #555;
}
.feature-box img{
    width: 100%;
    max-width: 70px;
}
.text-center {
    text-align: center;
}
.vehicle-grid {
    display: inline-block;
    background: white;
    border: solid 1px #ccc;
    width: 100%;
    max-width: 260px;
    margin: 5px;
}
.vehicle-grid .image-container {
    width: 100%;
}
.vehicle-grid .image-container img {
    width: 100%;
    max-width: 270px;
}
.vehicle-grid .name {
    background-color: #012b49;
    position: relative;
    text-align: left;
    padding-left: 15px;
}
.vehicle-grid .name h3 {
    color: white;
    text-transform: uppercase;
}
.vehicle-grid .name h3 span,
.vehicle-grid .name h3 i {
    display: inline-block;
    vertical-align: middle;
    font-size: .6rem;
    position: absolute;
    top: 7px;
    right: 20px;
}
.vehicle-grid .features h4 {
    text-align: left;
    padding-left: 15px;
}
.vehicle-grid .features ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    padding-left: 15px;
}
.vehicle-grid .features ul li{
    margin-bottom: 10px;
}
.vehicle-grid .features ul li i {
    opacity: .8;
}
.vehicle-grid .features ul li i,
.vehicle-grid .features ul li span{
    display: inline-block;
    vertical-align: middle;
}
.vehicle-grid .features ul li span{
    font-weight: 300;
}
#features-company, #custom-text, #vehicles-list-home {
    padding-top: 100px;
    padding-bottom: 100px;
}
#custom-text {
    background: white;
    text-align: center;
}
#vehicles-list-home {
    text-align: center;
}
#custom-text h1, 
#testimonial-section h1, 
#vehicles-list-home h1, 
#all-vehicles h1 {
    color: var(--primary_color);
}
#custom-text h1 span, 
#testimonial-section h1 span, 
#vehicles-list-home h1 span, 
#all-vehicles h1 span {
    display: block;
    font-size: .9rem;
    font-style: italic;
    color: #928c8c;
    font-weight: 400;
}
#features-company {
    background-color: #f8f9fa
}
footer p {
    text-align: justify;
}
/*Clear for iphone */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime-local"],
input[type="tel"],
input[type="url"],
select {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    font-size: 16px;
}
/* Estilos opcionales para que el botón se vea dentro del input */
.input-wrapper {
  position: relative;
}

.clear-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  display: none;
}

/*
#target_form_container input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
#target_form_container input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}
#target_form_container input[type="date"]::-ms-clear,
#target_form_container input[type="date"]::-ms-expand {
    display: none;
}
*/
.input-container {
	position: relative;
    margin-bottom: 15px;
    vertical-align: middle;
    display: inline;
    height: 45px;
}
.brand-logo {
    margin-top: 0px;
    padding-top: 0px;
}
.input-container input, .input-container select {
    width: 100%;
    padding: 10px 10px 10px 40px !important ;
    border: 1px solid #ccc;
    font-size: 16px;
}
.input-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 20px;
}
.input-container .button {
	margin: 0px;
    height: 45px;
    margin-bottom: 15px;
}
.input-container .button i {
	position: initial; 
	transform: initial;
}
.login_link {
    float: right !important;
}

@media (max-width: 768px) {
    #target_form_container {
        height: 650px;
    }
	#target_form_container input {
		width: 100%;
	}
    #header-info {
        height: 35px;
    }
    #header-info a{
        padding-top: 7px;
    }
    #header-info .phone-text{
        display: none;
    }
}
#destinationForm {
    width: 50%;
    margin: auto;
    padding-top: 15px;
    /*background: white;*/
}
#destinationForm.round-trip {
    max-width: 1120px;
}
#destinationForm.hours {
    max-width: 1050px;
}
#destinationForm .desc {
    display: initial;
    position: absolute;
    left: 43px;
    padding-top: 5px;
}

@media only screen and (max-width: 480px) {
    #destinationForm {
        width: 90%;
        background: initial;
    }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
    #destinationForm {
        background: initial;
        width: 70%;
        padding-top: initial;
    }
    
}
@media only screen and (min-width: 992px) {
    #destinationForm {
        width: 90%;
        max-width: 930px;
        margin: auto;
    }
}
@media only screen and (max-width: 991px) {
    .stage-info ul li span {
        padding: 0px;
    }
    .stage-info ul {
        margin-bottom: 15px;
        text-align: center;
    }
    .totals.hide-mobile {
        display: none;
    }
    .vehicle .content-info {
        padding-left: initial;
    }
    #all-vehicles .vehicle .content-info {
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .stage-info ul li:not(:last-child) {
        border-bottom: initial;
    }
    .clear-button {
        display: block;
    }
    .stage-info ul li {
        display: inline-block;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #fake-input-date-start {
        top: 0px;
    }
    #fake-input-date-finish {
        top: 0px;
    }
    .nav-searching-form {
        margin-left: 0px;
    }
    .display_front_nav_header3 {
        float: right !important;
        width: initial;
    }
    #contaienr-input-search-form {
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1px;
        border-top-right-radius: 0px;
    }
    .form-group {
        display: block;
    }
    #travel-info-content {
        display: none;
    }
    .checkout-steps {
        gap: 20px;
    }
    .step span.label {
        font-size: .5rem;
    }
    .step .circle {
        height: 20px;
        width: 20px;
    }
    .vehicle .car-name {
        font-size: 13px;
    }
    #all-vehicles .vehicle .car-name {
        font-size: 1.2rem;
    }
    .vehicle .max-passenger span {
        font-size: 12px;
    }
    .features,
    .feature span.material-icons,
    .vehicle .footer-vehicle span {
        font-size: 12px;
    }
    .features {
        max-width: 170px;
    }
    .vehicles-category-name {
        font-size: 13px;
    }
    h1 {
      font-size: 1.75rem; /* ≈ 28px */
      line-height: 2.2rem;
    }

    h2 {
      font-size: 1.5rem; /* ≈ 24px */
      line-height: 2rem;
    }

    h3 {
      font-size: 1.25rem; /* ≈ 20px */
      line-height: 1.8rem;
    }

    h4 {
      font-size: 1rem; /* ≈ 16px */
      line-height: 1.5rem;
    }
    label {
      font-size: 0.875rem; /* ≈ 14px */
      line-height: 1.2rem;
    }
    .form-check-label {
        font-size: 1.1rem;
    }
    .popup {
        right: initial;
        top: initial;
        bottom: 10%;
        left: 0;
        width: 100%;
    }
    #cart-summary-form .form-check {
        margin-top: 45px;
    }
    #cart-summary-form #finalizeButton {
        margin-top:45px;
    }
    .popuptext {
        width: 100%;
    }
    .icon_message_danger {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .popuptext {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .button {
        width: 100%;
        height: 45px;
        font-size: 1.2rem;
        margin: 0px;
    }
    #target_form_container .button-primary {
        width: 100%;
        max-width: 350px;
        border-radius: 3px;
    }
    #target_form_container .input-container{
        display: grid;
    }
    #target_form_container input, #target_form_container select {
        width: 100% !important;
        max-width: 350px !important;
    }
    #target_form_container {
        padding-top: 70px;
    }
}