@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding: 0;
	font-size:1.5em;
	font-family: 'Lato', sans-serif;
	background-color:#faf6dd;
}

.barra-azul-top{
	height:3em;
	background:#0e3f60;
	color:#fff;
}

.pirca-azul{
    background: #0e3f60;
    height: 5em;
    width: 100%;

}
.pirca{
	background:url(images/pirca-azul.png) #faf6dd repeat-x bottom; 
	position:relative; 

}
.claudia-1{
	position:absolute; 
	z-index:100;
    bottom: 0px;}

.icons{
	color:#faf6dd;
}
.icons a:hover{
	color:#e9e3be;}

.nav > li {
				float:right;
			}
			
			.nav li a {
				background-color:rgba(255,255,255,0.93);
				color:#000;
				text-decoration:none;
				padding:10px 12px;
				display:block;
			}
			
			.nav li a:hover {
				background-color:#fff;
				color:#F00;
				-webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
				/*min-width:140px*/;
			}
			
			.nav li:hover > ul {
				display:block;
			}
			
			.nav li ul li {
				position:relative;
				text-align:start;
			}
			
			.nav li ul li ul {
				display:none;
				right:-140px;
				top:0px;
		}
		
		
		
.nav-2{

    position: absolute;
    text-align: RIGHT;
    font-family: 'Lato', sans-serif;
    /* margin-top: 1.2em; */
    padding-right: 5%;
    /* right: -84px; */
    top: 73px;
    list-style: none;
    height: auto;
    width: 100%;
	background: rgba(9,41,64,0.9);


}	
	
.nav-2 li a{
	width:100%;
	margin-top:7%;
	list-style:none;
	color:#CCC;
	text-decoration: none;
    line-height: 2rem;
	padding:10px 12px;
	display:block;
	

}
.nav-2 li a:hover{

	background: rgba(248,247,247,0.5);" 
	color:#fff;
	width:100%;
	
}


/*.menu-cel{
	color:#000;
	list-style:none;
	text-decoration:none;
    background-color: rgba(255,255,255,0.73);
    width: auto;
    padding: 3em;
    top: 4em;
    right: auto;
}*/

.menu-cel li a {		

			padding:10px 12px;
			height:40px;
			display:none;
}			
.menu-cel li a:hover {
				background-color:#0d5b87;
				-webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
}

.btn-susc{
	text-transform:uppercase;
	color:#c2276a;
	padding:0.5em;
	border-radius:10px ;
	border-color:#c2276a;
	border: 2px solid;
	text-decoration:none;
	}
.btn-susc:hover{
	color:#F0F;
}
	
/*para celular*/
@media only screen and (min-width: 300px) and (max-width: 375px){
	.btn-susc:hover{
		font-size:0.8em;
	}
	.btn-susc{
		font-size:0.8em;
	}
	.txt-top{
		padding:1em 1em 1em 1em;
		}
}

@media only screen and (min-width: 376px) and (max-width: 600px){
	.btn-susc:hover{
		font-size:1.1em;
	}
	.btn-susc{
		font-size:1.1em;
	}
	.txt-top{
		padding:1em 1em 3em 1em;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1920px){
	.btn-susc:hover{
		font-size:1.6em;
	}
	.btn-susc{
		font-size:1.6em;
	}
	.txt-top{
		padding:1em 2em 6em 2em;
	}
}
	
.text-bco{
	color:#FFF;}
.text-ama{
	color:#efdb35;}
.text-pad{
	padding:1em;}
	
.back-blue{
	background:#08293f;
	color:#FFF;
	text-align:center;}
	
	
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:19px;
	right:15px;
	background-color:#060;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
  padding:14px;
}
.float:hover {
	text-decoration: none;
	color: #fff;
    background-color:#3d9316;
}

.my-float{

}
.separate{
	height:2em;}
	
.book-price{
	color: #FFF;
    background-color: #c2276a;
    border-radius: 50px;
    padding: 0.5em;
    text-align: center;
    font-weight: bolder;
    font-size: 2em;
	/*max-width:500px;*/
}

/*el menu se fije*/
.fixed {
    position: fixed;
    top: 0;
    z-index: 2001;
}
.menu{
	width:100%;
	}
	
.top-form{
	width:100%;
	background-color:#FFF;
	text-align:center;
}