h1 {
    font-size: 2.6rem !important;
}
.navbar-nav .nav-item:last-child .nav-link {
    color: #FFD703 !important;
}
/* Form Styles */
.form-group {
    margin-bottom: 15px;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/* Truck Animation */
.truck-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.truck-image {
    position: absolute;
    right: -100%;
    bottom: 0;
    width: auto;
    height: 100%;
    animation: moveTruck 5s linear infinite;
}

@keyframes moveTruck {
    0% {
        right: -100%;
    }
    50% {
        right: 50%;
    }
    100% {
        right: 0;
    }
}

/* Circle Step Styles */
.step-box .circle {
    width: 100px;
    height: 100px;
    background-color: #a3cf3f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 30px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box .circle:hover,
.step-box .circle:active {
    transform: scale(1.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}



/* CSS */
.step {
    margin-bottom: 50px;
}

.step .display-5 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.step .row {
    align-items: center;
        padding: 10px;
}

.step img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}



.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 8px 8px;
    font-size: 0.8rem;
    border-radius: 5px;
    width: 100%;
}

.experience-text {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-color: white;
    padding: 5px 10px;
    font-weight: bold;
    color: #5cb85c;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 80%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 220px;
    border-left: 5px solid #337ab7;
}

.experience-text span {
    color: #5cb85c; /* Color verde para "EXPERIENCIA Y SEGURIDAD" */
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.6rem;
    padding: 20px 2px;
}

.experience-text i {
    color: #5cb85c; /* Color verde para "EXPERIENCIA Y SEGURIDAD" */
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.6rem;
    padding: 20px 2px;
}

.contact-text {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-color: white;
    padding: 5px 10px;
    font-weight: bold;
    color: #5cb85c;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 80%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 220px;
    border-left: 5px solid #337ab7;
}

.contact-text span {
    color: #5cb85c; /* Color verde para "EXPERIENCIA Y SEGURIDAD" */
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.6rem;
    padding: 20px 2px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.form-control {
    padding: 20px 44px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #007bff;
}

.form-group i {
    position: absolute;
    top: 40px;
    left: 16px;
    font-size: 18px;
    color: #888;
}




.step {
    margin-bottom: 50px;
}

.step h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.6rem !important;
}

.service-box {
    width: 100%;
}

.service-box img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1; /* Ensures the image remains a square */
}

.service-box img:hover,
.service-box img:active {
    opacity: 0.8;
}

.tipo_destino_box,.tipo_servicio_box,.tipo_acceso_box,.tipo_servicioadd_box{
  cursor: pointer;
}

.tipo_destino_box h3,.tipo_servicio_box h3,.tipo_acceso_box h3,.tipo_servicioadd_box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white; /* Ensure the text is visible over the image */
    text-align: center;
    width: 100%; /* Ensure the text is centered */
        font-size: 1.2rem !important;
}

.tipo_destino_box img,.tipo_servicio_box img,.tipo_acceso_box img,.tipo_servicioadd_box img  {
    transition: opacity 0.3s ease;
    object-fit: cover;
    max-height: 350px;
    filter: brightness(0.6);
    transition: transform 1.2s ease-in-out;

}
.tipo_acceso_box img, .tipo_servicioadd_box img{
    height: 10rem;
}
.card{
    border: 0px solid rgba(0, 0, 0, .125);
}

.tipo_destino_box img:hover,
.tipo_destino_box img:active {
    opacity: 0.8;
}

.tipo_destino_box.selected,.tipo_servicio_box.selected,.tipo_acceso_box.selected,.tipo_servicioadd_box.selected  {
    border: 2px solid rgb(134, 179, 62);
    border-radius: 8px;
    padding: 14px;
}

.footer-tipo_destino_box{
  text-align: justify;
  min-height: 80px;
  font-size: 0.8rem;
  color: #3F51B5;
}
@media (max-width: 576px) {
    .row.text-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
    }
    .col-6 {
        display: flex;
        justify-content: center;
    }
    .experience-text{
        display: none;
    }
    .tipo_destino_box,.tipo_servicio_box,.tipo_acceso_box,.tipo_servicioadd_box{
/*      padding: 0px;*/
      margin-bottom: 20px;
    }
    .tipo_destino_box h3,.tipo_servicio_box h3,.tipo_acceso_box h3,.tipo_servicioadd_box h3 {
        font-size: 0.9rem !important;
    }
    .btn-siguiente{
        font-size: 0.8rem !important;
    }
    .tipo_servicio_box{
      padding: 0px;
    }
}

.tipo_servicioadd_box {
    margin-bottom: 20px; /* Adiciona espaçamento inferior entre os itens */
    padding: 15px;
    min-height: 290px;
}
.card-text{
      font-size: 0.8rem !important;
}

.zoomable-image-container h3 {
    font-size: 1.1rem; /* Ajusta o tamanho do texto do título */
    margin-bottom: 10px; /* Espaçamento inferior do título */
}

.footer-tipo_destino_box {
    font-size: 0.9rem; /* Ajusta o tamanho do texto do detalhe */
}

@media (max-width: 767.98px) {
    .zoomable-image-container h3 {
        font-size: 1rem; /* Ajusta o tamanho do texto do título para dispositivos móveis */
    }

    .footer-tipo_destino_box {
        font-size: 0.8rem; /* Ajusta o tamanho do texto do detalhe para dispositivos móveis */
    }
    main{
          margin-top: 118px !important;
    }
    .social-navbar {
          background-color: #f4f4f46e !important;
    }

}


