@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Kalam:400,300,700);


@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebas/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebas/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebas/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebas/bebasneue_book-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue_book-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuelight';
    src: url('../fonts/bebas/bebasneue_light-webfont.woff2') format('woff2'),
         url('../fonts/bebas/bebasneue_light-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue_light-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebas/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebas/bebasneue_regular-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuethin';
    src: url('../fonts/bebas/bebasneue_thin-webfont.woff2') format('woff2'),
         url('../fonts/bebas/bebasneue_thin-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue_thin-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue_thin-webfont.svg#bebas_neuethin') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
div, li {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
body {
	background-color:#fafafa;
	/*background-image: url(../imagenes/background.jpg);*/
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.clear {
	clear:both;
}
.wrapper, .footer {
	overflow:hidden;
}
.header {
	max-width:100%;
	margin:0 auto;
}
.footer {
	max-width:1100px;
	margin:0 auto;
}
.logo-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}
.logo {
	float: left;
	max-width: 100%;
}
.contacto {
	float: right;
	text-align: right;
	color: #fff;
	padding: 10px 10px 0 0;
}
.contacto p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#333;
}
.logo img {
	margin: 2px 0 2px 20px;
	max-width: 95%;
}
.menu {

}
.slider {
    max-width: 1070px;
    margin: 0 auto;
}
.main {
	width:100%;
	/*background-color: rgba(0, 0, 0, .04);*/
	overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	display: -webkit-flex;
}
.menu-lateral {
	float:left;
	width:22.72727273%;
	margin-left:1.818181818%;
	margin-top:1.818181818%;
	overflow: hidden;

}
.contenedor-paquete {
    float: left;
    width: 33.333333333%;
    padding:15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.paquete {
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
}
.logo-footer {
    float: left;
    width: 25%;
    padding: 10px 40px;
}
.logo-footer img {
	width: 100%;
}
.paquete-detallado {
	float:left;
	width: 70%;
	background-repeat: no-repeat;
	margin-top:1.818181818%;
	margin-bottom:1.818181818%;
	padding-bottom: 20px;
	margin-top: 15px;
	background-color: #fff;
	/* box-shadow: 1px 1px 6px #ccc; */
	min-height: 400px;
	border: 1px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	border-radius: 5px;
}
.paquete-detallado img {
	max-width: 100%;
}
.columna-info-paquete {
	float:left;
	width:44.30379747%;
	margin-left:3.797468353%;
	overflow: hidden;
}
.info-paquete {
	float:left;
	width:100%;
	padding:15px;
	margin-bottom:20px;
	overflow: hidden;
	border-radius: 5px;
}
.paquete-especifico .info-paquete .titulo {
	font-family: "Shadows Into Light Two", cursive;
	font-size: 26px;
	color:#fff;

}
.paquete-especifico .info-paquete p {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color:rgba(255,255,255,0.9);
	line-height: 1.3em;
	margin-bottom: 1em;
}
.paquete-especifico {
	float:left;
	width:71.81818181%;
	background-repeat: no-repeat;
	margin-left:1.818181818%;
	margin-top:1.818181818%;
	margin-bottom:1.818181818%;
	box-shadow: 2px 2px 5px #143556;
	min-height: 400px;
}
.paquete-especifico p {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color:#333;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
	padding: 0 20px;
}
.paquete-especifico .titulo {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color:#3750A2;
	line-height: 1.3em;
	margin-bottom: 1em;
}
.paquete-especifico .textoform {
	color:#333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5em;
	margin:0;
	padding:0;
}
.facebook {
	color: #3750a2;
}
.titulo-paquete-especifico img {
	margin-left:3.797468353%;
	margin-top: 3.797468353%;
	max-width: 84.40506329%;
	margin-bottom: 20px;
}
.paquete img {
	width: 100%;
}
/*img[src="imagenes/paquete1.jpg"] {
	border-bottom: 10px solid #D41E46;
}
img[src="imagenes/paquete2.jpg"] {
	border-bottom: 10px solid #E86E1B;
}
img[src="imagenes/paquete3.jpg"] {
	border-bottom: 10px solid #ECBB09;
}
img[src="imagenes/paquete4.jpg"] {
	border-bottom: 10px solid #88C426;
}
img[src="imagenes/paquete5.jpg"] {
	border-bottom: 10px solid #C54D57;
}
img[src="imagenes/paquete6.jpg"] {
	border-bottom: 10px solid #FF6B6B;
}
img[src="imagenes/xela.jpg"] {
	border-bottom: 10px solid #4ECDC4;
}
img[src="imagenes/tikal.jpg"] {
	border-bottom: 10px solid #556370;
}
img[src="imagenes/cornisland.jpg"] {
	border-bottom: 10px solid #84AF9B;
}
img[src="imagenes/montelimar.jpg"] {
	border-bottom: 10px solid #FF4364;
}
img[src="imagenes/papagayo.jpg"] {
	border-bottom: 10px solid #CBCF44;
}
img[src="imagenes/placencia.jpg"] {
	border-bottom: 10px solid #0B8D8F;
}
img[src="imagenes/nicaragua.jpg"] {
	border-bottom: 10px solid #D7156E;
}
img[src="imagenes/laensenada.jpg"] {
	border-bottom: 10px solid #AEB85F;
}
img[src="imagenes/utila.jpg"] {
	border-bottom: 10px solid #934293;
}*/
.flecha {
	float: left;
    margin: 15px;
    border: 1px solid #CBCBCB;
    border-bottom: 2px solid #CBCBCB;
    border-radius: 3px;
    text-align: center;
}
.flecha a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    padding: 0 10px 0 10px;
    letter-spacing: -1px;
    line-height: 20px;
}
.flecha img {
	width:100%;
}
.titulos1 {
    font-family: 'Kalam', cursive;
    font-size: 30px;
    color: #666;
    margin: 50px 0 30px 0;
    text-align: center;
    line-height: 30px;
    letter-spacing: -1px;
}
.titulo-paquete {
	font-family: 'bebas_neuebold', sans-serif;
	font-size: 40px;
	color:#555;
	letter-spacing: -1px;
	margin: 15px;
	border-bottom: 1px solid #f4f4f4;
	line-height: 36px;
}
.intro-paquete {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#57797A;
	margin: 15px;
}
.footer {
	/*background-color: #003366;*/
	text-align: center;
	padding: 20px;
	border-top: 1px solid #eee;
}
.footer p, a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#666;
}

/*Inicio menu superior*/

.menu-superior {
	max-width:100%;
	height:30px;
	background-color:#eee;
	text-align: right;
	margin:0 auto;
	}
.menu-superior ul {
	margin:0px;
	padding:0px;
	}
.menu-superior li {
	list-style: none;
	} 
ul.nivel-superior li {
	display:inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #31444F;
}
ul.nivel-superior li a {
	color:#ddd;
	font-size:14px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	line-height: 30px;
}
/*Fin menu superior*/


/*Inicio Menu lateral*/

.navigation { font-size:18px; width:100%; }
.navigation ul { margin:0px; padding:0px; }
.navigation li { list-style: none; } 
 
ul.top-level { background-color: transparent; }
ul.top-level li {
	background-color:transparent;
 	border-bottom: 1px solid #ebebeb;
}
 
.navigation a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#666;
	height:30px;
	line-height: 30px;
}
 
.navigation a:hover{
 text-decoration:none;
}
 
.navigation li:hover {
 background: #19252C;
 position: relative;
}

/*Fin Menu lateral*/

/*Inicio formulario*/
input {
	width:98%;
	height:20px;
	font-family:Verdana;
	font-size:11px;
	background-color:transparent;
	border:1px solid #3750A2;
	color:#333;
}
textarea {
	width:97%;
	height:150px;
	font-family:Verdana;
	font-size:11px;
	background-color:transparent;
	border:1px solid #3750A2;
	color:#333;
	overflow:auto;
}
input[type=submit] {
	width:75px;
	height:25px;
	font-family: 'Shadows Into Light', cursive;
	font-size:15px;
	background-color:#3750A2;
	border:1px solid #3750A2;
	color:#fff;
	margin-top: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #AA9B78;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #AA9B78;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #AA9B78;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #AA9B78;
}
/*Fin formulario*/




@media screen and (max-width: 480px) {
	.contenedor-paquete {
		width:100%;
		padding:30px;
	}
	.menu {
		margin: 0 7px;
	}
	.menu-lateral {
		display:none;
	}
	.paquete-especifico {
		width:96%;
		margin-left:2%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.columna-info-paquete {
		width:96%;
		margin-left:2%;
	}
	.logo img {
		margin-left: 60px;
		max-width: 80%;
	}
	.contacto {
		display:none;
	}
	.logo-footer {
	    float: left;
	    width: 50%;
	    padding: 20px;
	    /* box-shadow: 1px 1px 6px #ccc; */
	}
	.paquete-detallado {
		width: 100%;
		margin: 20px;
	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 768px) {
	.contenedor-paquete {
		width:50%;
		padding:20px;
	}
	.menu {
		margin: 0 12px;
	}
	.menu-lateral {
		display:none;
	}
	.paquete-especifico {
		width:96%;
		margin-left:2%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.logo img {
		margin-left: 60px;
	}
	.contacto {
		display:none;
	}
	.paquete-detallado {
		width: 100%;
		margin: 20px;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 769px) and (max-width : 1024px) {
}