<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bt{
	position: relative;
	padding: 5px 20px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid #FFF;
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	font-family: arial;
	color:#fff;
}
.bt:hover{
	position: relative;
	padding: 5px 20px;
	border-radius: 15px;
	background-color: rgba(28, 44, 56, 0.9);
	border: 2px solid #2A8DFF;
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	font-family: arial;
	text-shadow:0 0 5px #2A8DFF;
}
.footer-plan{
	width:100%;
	min-height:5%;
	height:auto;
	text-align:center;
	bottom:0%;
	padding-bottom:10%;
	margin-bottom:0;
	float:bottom;
}
.cont-plan{
	position:relative;
	width:100%;
	text-align:center;
	padding:5px 10%;
	color:#FFFFFF;
	font-size:20px;
	font-weight:300;
}
.title-plan h2{
	position:relative;
	color:#FFFFFF;
	font-size:50px;
}
.title-plan{
	position:relative;
	width:100%;
	padding:3% 0;
	text-align:center;
}
.col-cot2{
	position:relative;
	text-align:center;
	padding:0%; 
	margin:auto;
}

 

/****** travel *******/


.body-container{
	border:4px black;
}
#head{
	background: #FFF none repeat scroll 0% 0%;
	height: 90px;
	box-shadow: 0 0 15px;
	margin-bottom: 15px;
} 
.title-form{
	padding: 3% 0;
}
 
.title {
	color: white ;
}
.texto{
	color: white;
	font-weight: bold;
	text-align:left;
}
.image{
	padding-left:20px;
	margin-top: 5px;
	height: 70px;
	width:auto;
}
#top-border{
	background: #AA7E67;
	height:6px;
}

.buttoms{
	width: 100%;
	text-align: center;
	padding: 5%;
	box-sizing: border-box;
}
.buttom{
	color:#FFFFFF !important;
}

.close{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.container-fluid{
	
	height: 100% auto;
}
html{
	background-image: url("../images/fondo3.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}
body {
	background:transparent;
}
body,html {
	width:100%;
	height:auto;
	min-height:100%;
	overflow:auto;
}

.input {
	position:relative;
	width:100%;
	float:left;
	text-align:left;
	padding: 0 22px;
	box-sizing:border-box;
}
.input input, 
.input select {
	position: relative;
	width: 100%;
	font-size: 14px;
	padding: 6px 5px;
	height: inherit;
	border-radius: 6px;
	border: 2px solid #3A4A5D;
	box-shadow: 0px 0px 5px #1E2B3B inset;
	margin: 3px 0;
	margin-bottom: 14px;
}
.input input:focus, 
.input select:focus {
	position: relative;
	width: 100%;
	font-size: 14px;
	padding: 6px 5px;
	height: inherit;
	border-radius: 6px;
	border: 2px solid #267BE1;
	background:#fff;
	box-shadow: 0px 0px 10px #1D2F46;
	margin: 3px 0;
	margin-bottom: 14px;
}
.contenedor-principal {
	width:350px;
	box-sizing:border-box;
	margin:auto;
	font-family: "helvetica";
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-shadow: 0 0 6px #000;
}
.text {
	position: relative;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 22px;
}
.input2{
	position: relative;
	float: left;
	width: 100%;
}
.row {
	margin: auto;
	width: 80%;
	margin: 30px auto;
    margin-bottom: 50px;
	box-shadow: 0 0 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
}
.finalizado {
	color: #FFFFFF;
	font-size: 24px;
	padding: 37;
	text-shadow: 0 0 15px #1B8EF0;
	padding-bottom: 20px;
}
.finalizado span{
	font-size: 16px;
	padding: 15px 0;
	display: block;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.row {
		margin: auto;
		width: 90%;
		margin: 20px auto;
		margin-bottom: 30px;
		box-shadow: 0 0 12px;
	}
	.contenedor-principal {
		width:100%;
	}
	.image {
		padding-left: 5%;
		margin-top: 2%;
		width: 45%;
		height:auto;
	}
	#head {
		height:70px;
	}
	.close {
		display:none;
	}
}

@media screen and (max-width: 320px) {

	.row {
		margin: auto;
		width: 100%;
		margin: 10px auto;
		margin-bottom: 30px;
	}
	.image {
		padding-left: 5%;
		margin-top: 2%;
		width: 120px;
		height:auto;
	}
}
</pre></body></html>