/*.section {
    position: relative;
    height: 100vh
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}*/

body {
	font-family: 'Montserrat', sans-serif !important;
    background: url(../img/background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
	
}
/*
.booking::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(47, 103, 177, .6)
}*/

.booking-form {
    background-color: #fff;
/*    padding: 50px 20px;*/
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .3);
    border-radius: 4px
}

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

.booking-form .form-control {
    background-color: #ebecee;
    border-radius: 4px;
    border: none;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e485c;
    font-size: 14px
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(62, 72, 92, .3)
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(62, 72, 92, .3)
}

.booking-form .form-control::placeholder {
    color: rgba(62, 72, 92, .3)
}

.booking-form input[type=date].form-control:invalid {
    color: rgba(62, 72, 92, .3)
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(62, 72, 92, .3);
    font-size: 14px
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.booking-form .form-label {
    display: inline-block;
    color: #3e485c;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 3px
}

.booking-form .submit-btn {
    display: inline-block;
    color: #fff;
    background-color: #1e62d8;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 4px;
    border: none;
    -webkit-transition: .2s all;
    transition: .2s all
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: .9
}

.booking-cta {
    margin-top: 60px;
/*    margin-bottom: 30px*/
}

.booking-cta h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.booking-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8)
}


.booking-form .form-check label{font-size: 11px;margin-left: -4px;line-height: 12px;}
/*.booking-form .form-check .form-check-input{margin-top: 7px;}*/
.booking-form .politica{font-size:10px;}
.booking-form .mandatory{font-size:10px;}

.datos-recordar ul li{list-style-type: none;font-size: 20px;font-weight: 500;}
.datos-recordar ul li a{color:#0d6efd;line-height: 23px;}
.datos-recordar ul li a:hover{color:#002b5c;}
.nota{text-shadow: -1px 1px 4px #212529;}

.text-blue{color:#7daffa;}


footer.bg-blue{
	width:100%;
	height:auto;
/*	background:#002b5c;*/
	display:table;
	text-align:center;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
}
footer .logo.asoe{width:90%; max-width: 152px;}

footer .btn-contacto{
	border-radius:100px;
	padding:13px 10px;

	color:#fff;
	background:#0d6efd;
	border:3px solid #fff;
}
footer .btn-contacto:hover{
	color:#0d6efd;
	background:#fff;
	border:3px solid #0d6efd;
}