@charset "utf-8";
@import url("Ballpark/stylesheet.css");

body {
	background-image: url(../img/bg.png);
}
hr {
	border-color:#914D3D;
}

ul {
	list-style: none;
	padding: 0;
	}


.navbar-fixed-top {
  
  min-height: 100px;
  padding: 0 10px;
  
}


.navbar-default .navbar-nav > li > a {
	color: #777;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
}

.titulo {
	background-image: url(../img/titulo.png);
	padding: 20px 0;
	font-size: 48px;
	font-family:  'Open Sans', sans-serif;
	font-weight: lighter;
	text-align: center;
	margin-top: 50px;
	
}
.seccion h1, h2 {
	text-align: center;	
}

.row .servicios {
	margin-top: 50px;

}


#servicios h1 {
	margin-bottom: 0px;
}

.sub-serv {
	margin-bottom: 50px;
}

.sub-sub-serv {
	text-align: center;
	font-style: oblique;
	margin-top: 30px;
}
.uli-serv{
	list-style: none;
	line-height: 24px;
	
}

.logo .mobile {
	display: none;
}

.logo .desktop {
	margin-top: -10px;
}



#welcome {
	padding-top: 150px;
	padding-bottom: 50px;
	background-repeat: repeat;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0;
	background-image: url(../img/sand2.jpg);
}

.navbar-right {
	margin-top: 25px;
}

#wel-text h1 {
	
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-family: Ballpark;
	text-decoration: none;
	font-size: 55px;
	margin-top: 50px;
	background-color: #295E7D;
  color: transparent;
  text-shadow: 2px 2px 1px rgba(255,255,255,0.2);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
	
	
}

#wel-text {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	
}


.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
.links, .tabla{
	background-image: url(../img/textu2.png);
	min-height: 150px;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 10px;
	
}

#puerto h4 {
	color: #fff;
}

.lat{
	width: 280px;
}
.links ul {
	line-height: 30pt;
	margin-top: 20px;
}

.links a {
	color: #97D6FF;
}

.km {
	text-align: right;
	
}
.info {
	color: floralwhite;
}

.tarifin {
	background-color: #ECE0BF;
	border: solid 4px #3C3A39;
	max-width: 800px;
	margin: auto;
	padding: 20px;
}

.tarifin h2 {
	color: #8E4231;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 24px;
	margin-top: 0;
}



.tarifin ul li {
	line-height: 20px;
	
	
}

.hab-tarifa {
	
	background-color: dimgrey;
	
		
}

.dia {
	font-size: 1.15rem;
}

.hab {
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    
	font-size: 16px;
	
	padding: 10px;
    border-bottom: 1px solid white;
    color: white;
    
}

.monto {
	font-size: 4.5rem;
    padding: 10px;
	color:mediumturquoise;
	
}

.left {
	
    color: white;
	margin: 5px;
    text-align: center;
    border: 1px solid grey;
    vertical-align:top;
    
    
  }

.right {
	padding-top: 25px;
    text-align: center;
	line-height: 45px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color:lightgray;
	
	
}

.dia2 {
	font-size: 10px;
}

.descuento {
	font-weight: bold;
	color:turquoise;
}

.precio2 {
	font-size: 18px;
	color: white;
}

.coso {margin-bottom: 15px;
}
	

/* 4. Top Navbar
-------------------------------------*/
.top-navbar {
  background-color: #fff;
  min-height: 100px;
  padding: 0 10px;
  border-bottom: 5px solid #57bcca;
  z-index: 15;
}
.top-navbar .navbar-brand {
  margin-top: 6px;
}
.top-navbar .navbar-default {
  border: none;
  background-color: #ffffff;
}
.top-navbar .navbar-default .navbar-nav {
  margin-top: 25px;
  margin-right: 0;
}
.top-navbar .navbar-default .navbar-nav a {
  color: #4a4a4a;
}
.top-navbar .navbar-default .navbar-nav .active > a {
  background-color: #ffffff;
  font-size: 16px;
  color: #57bcca;
  text-decoration: none;
}
.top-navbar .navbar-default .navbar-nav .active > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -5px;
}
.top-navbar .navbar-default .navbar-nav .language-select {
  margin-top: 8px;
  margin-left: 10px;
  position: relative;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-toggle {
  border: 1px solid #ebebeb;
  padding: 3px 12px 3px 8px;
  color: #585858;
  text-decoration: none;
  courser: pointer;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-toggle img {
  margin-top: -3px;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-toggle i {
  color: #57bcca;
  margin-left: 10px;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-menu-language-select {
  box-shadow: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: auto;
  border-radius: 0;
}
.top-navbar .navbar-default .navbar-nav .language-select .dropdown-menu-language-select a {
  border: none;
}

/* 22. Scroll Up Button
-------------------------------------*/
.scroll-up-btn {
  width: 50px;
  height: 50px;
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	background-position: center;
  border: 2px solid #fff;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  background-color: #57bcca;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.scroll-up-btn:hover {
  background-color: #219eaf;
}
.tarifas {
	background: url(../img/b-tarifin.jpg) no-repeat center;
	
}

.tarifas h1 {
	color:beige;

}




.seccion {
	padding: 50px;
	/*border: dashed 2px #FF0004;*/
}

.footer {
	background-image:url(../img/footer.png);
	color: #FFF;
	}

.hc-footer {
	align-content: center;
	width: 72px;
	margin: 20px auto;
	display: block;
}


#map {
    width: 100%; height: 400px; margin-top: 40px; margin-bottom: 40px;
}



/* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
		width: 173px;
		margin: -7px 50% 0;
    }
    .logo .desktop {
      display: none;
    }
	
	  .lat {
		  margin: 0 auto;
		 
	  }
  
  
}
  }



