.hidden
{
	display:none;
}
.search-form {
	background: rgb(255, 255, 255);
	width: 100%;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	margin-bottom: 10px;
}


.search-form .form {
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search-form input {
	background: transparent;
	border: none;
	margin-top: 0px;
	padding: 5px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}


.search-form input:focus, .search-form input:focus-visible {

	border: none !important;
	outline: none !important;
}

.search-form .form div:nth-child(even) input{
	border-right: 2px solid #e1e1e1;
	/* width: 15%; */
}

button#btn-calcular {
	border-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #d2261a;
	border: none;
	color: white;
	padding: 25px;
	vertical-align: baseline;
	height: 100%;
	width: 200px;
	margin: 0;
	cursor: pointer;
}


.search-form .form label {
    color: #d2261a;
    font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
    padding-left: 20px;
}


input#codigo-promocional {
	width: 275px;
}

input.epark-opcion-importe
{
	background-color: rgba(0,0,0,0.0);
	border: none;
	margin-left: 10px;
	width: 50%;
	text-align: right;
}

/*-------------------- Formulario siguiente --------------------------*/

.panel-body label {
    color: black;
    font-size: 17px;
    margin-top: 25px;
    font-weight: 600;
}

.panel-body p{
    text-align: justify;
	color: #616161;
}

.panel-body .h3_small {
    font-size: 1rem;
    line-height: 3;
}

input.btn.btn-danger{
	background: #a90b00;
    color: #fff;
	padding: 10px 50px;
    font-size: 16px;
	border: none;
}

@media (max-width: 1200px) {

	h3 {
		font-size: 21px;
		text-align: center;
	}
    /*.search-form .form, .search-form .form div {
        width: 100%; 
    }


	.search-form .form {
		display: block;
	}*/
	
    .search-form {
        width: 100%;
        display: block;
        padding: 0px;
    }
	
	.search-form input {
		width: 100%;
	}
	
	.search-form .form div:nth-child(even) input {
		border-right: 0;
		border-bottom: 2px solid #e1e1e1;
	}

	div#container-calculador-a {
		margin: 10px;
	}
	
    button#btn-calcular {
        border-radius: 20px;
        width: 100%;
        padding: 13px;
        margin-top: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0px;
    }

	.btn-sesion {
		display: block;
	}

	.breatcome_area.d-flex.align-items-center.banner-reserva {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.btn_flotante {
		top: 82%;
	}
}