:disabled {background-color:#cecece;}
.container-mmaluguel {
	display:none;
}
.elementor-page-2855 .container-mmaluguel, .elementor-page-2833 .container-mmaluguel, .elementor-page-2850 .container-mmaluguel{
	display: block;
	position: absolute;
    z-index: 100000;
    top: -30px;
    left: 25%;
	max-width:840px;
}

.container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 100%;
}

.container-grupo2{
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 16px;
}

.form-mm{
  display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 20px 10px 0 10px;
    flex-wrap: wrap;
    background-color:#FFC609 ;
    border-radius: 10px;
  	transition: 0.5s;
}
.grey-box {
	width:100%;
}
.grupo{
    display: flex;
    flex-direction: column;
  	width:25%;
}

.grupo2 {
    display: flex;
    flex-direction: column;
    width:25%;
}

.grupo2.show{
    display: flex;
}

.form-mm .grupo label,
.form-mm .grupo2 label{
  font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-mm .grupo select#local,
.form-mm .container-grupo2 .grupo2 select#local-entrega {
    padding: 9px 8px;
    border-radius: 5px;
    color: #000;
    border: none;
    line-height: 1.5;
    background: #fff;
}

.form-mm .grupo input#data,
.form-mm .grupo input#hora,
.form-mm .grupo2 input#hora-entrega,
.form-mm .grupo2 input#data-entrega{
    padding: 6px 8px;
    border-radius: 5px;
    border: none;
  line-height:1.5;
}

.btn-mm {
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    min-width:110px;
	border:0;
}

.grupo3 {
    display: flex;
    flex-direction: column;
    margin-top:auto;
  	text-align:center;
}

.grupo3.show {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.btn-mm:hover, .btn-mm:active, .btn-mm:focus{
    background: #222;
    color: #fff;
}

.btn-espaco{
    visibility: hidden;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.hidden { display: none; }
.mm-container { max-width: 1140px; min-height:800px; margin:0 auto;}

#mm-result {
	line-height: 14px;
    font-size: 14px;
    margin-top: 18px;
  color:green;
}
#mm-result .alert, #mm-reserva-result .alert {
 color:red;
  text-align:center;
}

 #resultado-sidebar {
  width:100%;
}
#resultado-sidebar .sidebar-title {
    text-align: center;
    font-weight: 900;
    font-size: 1.2em;
    background: #FFC609;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
}
#resultado-sidebar .sidebar-content {
  padding: 10px 20px;
}
#resultado-sidebar .sidebar-content p {
  font-weight: 700;
  margin-bottom:0;
  margin-top:5px;
}
#resultado-sidebar .sidebar-content p span {
  font-weight: 200;
  font-size: .9em;
}
#resultado-sidebar .button-container {
  	text-align:center;
  	margin-top: 30px;
}
#resultado-sidebar .button-checkout {
 	background: #FFC609;
    width: 100%;
    padding: 15px 50px;
    border-radius: 10px;
    color: #000;
    font-weight: 700; 
}
#resultado-grupos .grupo-card {
 border: 1px solid #cecece;
  border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0;
  display:flex;
  justify-content: space-between;
  gap: 50px;

}
#resultado-grupos .grupo-card:hover {
    background: #fbfbfb;
    cursor: pointer;
    border-color: #558309;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
#resultado-grupos .grupo-card .reservainfo {
 position:relative; 
}
:root {
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}
@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: 
      background 0.2s ease-out,
      border-color 0.2s ease-out;
    width: var(--radio-size); 
  }
.radio::after {
      border: var(--radio-border-width) solid #fff;
      border-top: 0;
      border-left: 0;
      content: '';
      display: block;
      height: 0.75rem;
      left: 25%;
      position: absolute;
      top: 50%;
      transform: 
        rotate(45deg)
        translate(-50%, -50%);
      width: 0.375rem;
    }

    .radio:checked {
      background: var(--color-green);
      border-color: var(--color-green);
      position: relative;
    }
label.cards {
  display: block;
  line-height: 1.5;
  vertical-align: middle; 
}
.evcFlex {display:flex}
ul.veiculos {
 font-size:.9em;
 padding-left: 30px;
}
ul.veiculos li::marker {
    /*font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f058';*/
    color: green;
}
ul.veiculos li span {
  position: relative;
  left: 10px;
}
@media only screen and (min-width: 1024px) {
       #resultado-grupos {
        max-width:600px;
         margin-right:20px;
      }
  	  #resultado-sidebar {
        max-width:300px;
  	  }
	.grey-box {
		width:40%;
	}
    }
	
  
@media only screen and (min-width: 1800px) {
       #resultado-grupos {
		width:100%;
        max-width:800px;
      }
    }
  
 
  /* largura dos carros retornados */
  
  .grupoAdicionais {
    width: 250px;
  }
  
  .grupoAdicionais img {
    width: 250px;
    max-width: 250px;
  }
  
  .containerAdicionais {
  	display: flex;
    justify-content: center;
    align-items: start;
    font-size:12px;
  }
  
    /* Margin do topo pagina reserva - passo 2 */
  
  .mm-container {
    margin-top: 120px;
  }
  
      /* Inicio Resultado sidebar */
  
  #resultado-sidebar{
  	/*position: fixed;
  	top: 20%;
    right: 20%;*/
  }
  
  /* Fim Resultado sidebar */
  
  .adicionais h2 {
    font-size: 1.3rem;
  }
  
  
 .adicionais label {
   padding-bottom: 6px;
  }
  
  input[type="checkbox"]:checked{
  color: green;
}
  
  [type="checkbox"]{
    color: green;
  }
  
  .grupoAdicionais img {
    border-radius: 10px;
  }
  
  form#form_step_1 {
    padding-bottom: 20px;
  }
  
  /*Mobile*/
  @media (max-width: 1024px){
  	.mm-container {
          margin-top: 0px;
      padding: 10px;
  }
    .mm-container h2 {
    	font-size: 1.4rem;
    }
    .evcFlex {
    	display: block;
    }
    
    #resultado-grupos .grupo-card {
    	display: block;
    }
    div#resultado-sidebar {
      position: relative !important;
      top: 0;
      right: 0;
      width: 100% !important;
    }
    
     #form_step_1 {
    display: none;
  }

  #arrow.collapsed::before {
	content: '▼';
    color: #FFC609;
    font-size: 20px;
    transform: rotate(90deg);
  }

  #arrow:not(.collapsed)::before {
    content: '▶';
    color: #FFC609;
    font-size: 20px;
    transform: rotate(0deg);
  }
    
    .container-mmaluguel {
    position: absolute;
    z-index: 999;
    top: 80px !important;
    /* left: 0.5%; */
    width: 100%;
    margin: 0px 0px;
    right: 0;
    left: 0 !important;
    }
    #form_step_1 {
    	display: flex;
    padding-bottom: 0px;
      width: 100%;
    }
    
    .grupo {
    padding: 7px;
    width: 100%;
    }
    
    .grupo2 {
        padding: 7px;
    width: 100%;
    }
    
    .grupo3:nth-of-type(1){
    	display:none;
    }
    
    .container-grupo2 {
    	display: block !important;
      padding-top: 4px;
    }
    
 		.grupo3{
    	display: none !important;
    }
    
    .grupo3.containerBtn {
    	display: block !important;
    }
    
    .reservainfo {
    display: flex;
    justify-content: end;
}
    
  }
  
.reserva-card {
  			width: 400px;
            max-width: 400px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
  			margin-bottom:20px;
        }

        .reserva-header {
            background-color: #FFC609;
            color: #000;
            padding: 10px;
            text-align: center;
            font-size: 1.3rem;
            font-weight: bold;
        }

        .reserva-data {
            background-color: #fdf4d4;
            color: #000;
            padding: 10px;
            font-size: 1rem;
            text-align: center;
            border-bottom: 1px solid #FFC609;
            font-weight: bold;
        }

        .reserva-content {
            padding: 15px;
            color: #000;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        .reserva-item {
            padding: 0;
        }

        .reserva-item div:first-child {
            font-size: 0.8rem;
            color: #555;
        }

        .reserva-item div:last-child {
          font-size: 0.9rem;
            font-weight: bold;
        }

        .reserva-valor {
            grid-column: 1 / span 2;
            text-align: center;
            background-color: #FFC609;
            padding: 5px;
            font-size: 1rem;
            font-weight: bold;
            color: #000;
            margin-top: 0;
        }
  .reserva-valor span {display:block; font-size:.8rem; color:#434343;}

        .reserva-footer {
            text-align: center;
            padding: 10px;
            background-color: #000;
            color: #fff;
            font-size: 1rem;
            font-weight: bold;
        }

        /* Responsividade */
        @media (max-width: 600px) {
            .reserva-card {
                width: 100%;
            }

            .reserva-header {
                font-size: 1.1rem;
            }

            .reserva-content {
                grid-template-columns: 1fr;
            }

            .reserva-valor {
                font-size: 1.3rem;
            }
        }

          .form-wrapper {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
            padding:180px 20px;
            max-width:920px;
            margin:0 auto;
        }

        .form-container {
            background-color: #ffc600;
            border: 2px solid #ffc600;
            border-radius: 10px;
            padding: 20px;
            width: 48%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .form-container:hover {
            transform: scale(1.02);
        }

        h2 {
            color: #ffc600;
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 20px;
        }

        .form-style {
            display: flex;
            flex-direction: column;
        }

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

        .form-container label {
            color: #000;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .form-container input, .form-container select {
            padding: 10px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 1rem;
            width: 100%;
        }

        .form-container .btn-submit {
            background-color: #000;
            color: #ffc600;
            font-weight: bold;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            transition: background-color 0.3s ease;
        }

        .form-container .btn-submit:hover, .form-container .btn-submit:focus, .form-container .btn-submit:active {
            background-color: #333;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .form-container {
                width: 100%;
            }
        }