@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body, html {
	max-width: auto;
	align-content: center;
    margin: auto 0;	
	padding: 5px;
	background-image: url("../imagen/otros/marpag.jpg");	
	color: white;
	background-color: midnightblue;
	font-size: 100%;
}

ul {
	color: white;
}

h1 {
    font-size: 2.5em;
    word-break: break-all;
	color: white;
}

h4 {
	font-size: 1.4em;
	text-align: left;
	color: white !important;
	font-weight: bold;
}

h2 {
    font-size: 1.875em;
	color: white;
}

h5 {
	font-size: 1.3em;
	color: white !important;
	text-align: center;
}

p {
    font-size: 0.875em;
	color: white;
}

a[href^="tel:"] {
  color: white;
  text-decoration: none;
  font-size: 0.875em;

}

a[href^="mailto"] {
  color: white;
  text-decoration: none;
  font-size: 0.875em;

}

a[href^="mailto"]:hover:after { 
	content: " Escríbenos acá > " attr(title); 
	color: white;

}

footer {
	height: auto;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-weight: bold;
	text-align: center;
}

.input-group[class*="col-"]{
	padding-right: 15px;
	padding-left: 15px;
}

.btn-custom {
	background-color: rgba(0, 0, 0, 0.5);
	color: white !important;
	margin-top: 10px;
	
}

address { 
  display: block;
  font-style: italic;
  font-size: 1.25em !important;
	text-align: center;
}

.navbar-nav,
.navbar-right {
	margin: 0px;
	top: 5px;
}

.navbar-default {
  background-image: none;
  background-color: transparent !important; /* Make the menu become transparent */
  min-height: 80px !important;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

/* Para personalizar barra menu (navbar) */
.navbar-default .navbar-nav > li > a {
   font-weight: bold; 
   background-color: rgba(0,0,0,0.5);
   padding: 25px 10px;
	color: white !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}


/* Boton de reserva */
.reserva {
   font-weight:bold; 
   background-color: rgba(0,0,0,0.50);
	color: white !important;
   padding: 15px;	
}


/* Barra de menu en celular */
.navbar-toggle {
	  z-index: 3;
      background: rgba(30,108,244,0.50) !important; 
      color: white;
	/* (80px - button height 34px) / 2 = 23px */
     margin-top: 23px;
     padding: 9px 10px !important;
}

.navbar-brand {
  transform: translate(-50%, -25%);
  left: 50%;
  position: absolute; 
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}



.carousel-caption {
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.X opacity */
    color: white; /* text color */
    width: auto; /* Full width */
    padding: 0px !important; /* Some padding */
	margin: 0 !important;
	align-content: center;
}

.carousel-caption > h4, p {
	text-align: center;
}


.row {
    margin: 0;
	padding: 0;
	border: transparent !important;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column, .columna {
    padding: 0;
	margin: 0;
}

/* Create four equal columns that floats next to each other */
.columnPrincip {
    float: left;
    width: 20%;
	padding: 0px;
	margin: 0px;
}

.columncuatro {
    float: left;
    width: 33.333%;
	padding: 0px;
	margin: 0px;
}

.columna {
    float: left;
    width: 20%;
	padding: 0px;
	margin: 0 0 10px;
}

.filter > .row > .column {
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0 auto;	
}


.row > .column > .content > img {
	width: 100%;
	padding: 0px;
	margin: 0px auto;	
	text-align: center;
}

.filter > .row > .column, .columnPrincip > .content > .textobloque {		
    position: relative; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.X opacity */
    color: white; /* text color */
    width: 100%; /* Full width */
    padding: 2px; /* Some padding */
	text-align: center;

}



/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
	padding: 15px;
	margin: auto;
}

.content >.textobloque > h4 {
	text-align: center;

}

.column, .columna > .content > .textobloque {		
    position: relative; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.X opacity */
    color: white; /* text color */
    width: 100%; /* Full width */
    padding: 2px 0; /* Some padding */
	text-align: center;
}

.contenido {
	position: relative; 
    max-width: auto; /* Maximum width */
    margin: 0 auto 5px auto; /* Center it */
}

.texto {
	color: white;
	background:  rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	padding: 15px;
}

.contenido .textobloque {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
	text-align: center;
}

.contenido .textobloque > h4 {
	text-align: center;
}

.textoexplic > h4 {
   font-weight: bold; 
   color: white;
   text-align: center !important;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 450px) {
    .column, .columna {
        width: 50%;
		    }	
	.content {
	padding: 5px;
	margin: auto;
			}
	div.gallery a {
    width: 33.333%; 
			}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
    .column, .columna {
       width: 100%;
    }
	.content {
	padding: 2px;
	margin: auto;
	}
}

@media only screen and (orientation: landscape) {
	
            div.principal-container {
				position: relative;
				margin: auto;
    			color: #737373;
	}
				/* Barra tipo alojamiento para slideshow */
			div.principal-container.alojas {
				position: absolute;
				top: 5px;
 				left: 0;
    			right: 0;
    			margin: 0 auto;
    }
}

@media screen and (max-width: 641px) {
    		filter-button {
    		 font-size: 9px;			
   	}
	
}


/*
Thanks to:
 By Valentin Garcia 15 October 2015
https://www.ostraining.com/blog/coding/responsive-google-maps/
*/
.map-responsive {
    overflow:hidden;
    padding: 0;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    position:absolute;
}


/* Siguientes CSS se relacionana con el slidebar */
/* Position the image container (needed to position the left and right arrows) */

.principal-container {
	position: relative;
	max-height: auto;
    max-width: auto; 
	text-align: center;
    color: #737373;
    
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}


/* Fin de CSS relacionado con slidebar */

/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;

}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* Instagram */
.fa-instagram {
    background: #e95950;
    color: white;
}

/* Fin all font awesome icons */


/* gallery */

.filter a {
  padding: 10px;
  margin: 0;
  display: inline-block;
  color: white;
  font-weight: bold;
  background: rgba(0,0,0,0.6);
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 9px;
	width: auto;
}

.filter a:hover { 
	background: #8ad; 
}

.filter {
  padding: 5px;
  text-align: center;
}

.gallery a img {
  width: 100%;
  float: left;
  padding: 2px;
  margin: 0;
}

.gallery a {
  width: 16.66%;
  transition: all 0.2s;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
	margin: 0;
	padding: 0;
}

.gallery .hide, .gallery .pophide {
  width: 0%;
  opacity: 0;
  transition: all 0.1s;
}

.gallery .pop {
  width: 100%;
  position: relative;
  align-content: center;  
  z-index: 3;
  box-shadow: 0 0 0px 1000px rgba(0,0,0,0.5);
  transform: translate(0%, 0%);
}

.pop:after {
  content: "\00D7";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  opacity: 0.8;
}

.pop:hover:after { opacity: 1 }

/* fin de gallery */


.contacto {
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

