/* Contenedores */

	/* Cabecera */
	.main-section{
		padding-top: 3em;
		padding-bottom: 2.5em;
		padding-left: 6.5em;
		padding-right: 6.5em;
	}

	.main-text{
		padding-top: 2em;
		padding-bottom: 0em;
		text-align: justify;
	}

	/* Body */

	.normal-section{
		padding-top: 3em;
		padding-bottom: 2.5em;
	}

	.short-section{
		padding-top: .5em;
		padding-bottom: .5em;
	}

/* Textos */

.title{
	text-align: center;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
}

.sub-title{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
}

.card-title{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 28px;
}

.text{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
}

	/* LINKS */
	.link-text{
	text-decoration: none;
	color: rgb(166, 47, 47);
	font-weight: bold;
	}

	.link-text:hover{
		color: rgb(166, 47, 47); 
	}

	/* BUTTONS */

	.btn-card{
		display: inline-block;
		padding: 10px 15px;
		font-size: 12px;
		background-color: rgb(166, 47, 47);
		text-decoration: none;
		border-radius: 20px;
		color: white;
		transition: all 0.4s;
		margin: 10px;
		font-size: bold;
	}

	.btn-card:hover{
		text-decoration: none;
		background-color: rgb(166, 47, 65);
		color: white;
	}

	.btn-card-2{
		display: inline-block;
		padding: 10px 15px;
		font-size: 12px;
		background-color: transparent;
		border: 1px solid rgb(166, 47, 47);
		text-decoration: none;
		border-radius: 20px;
		color: rgb(166, 47, 47);
		transition: all 0.4s;
		margin: 10px;
		font-size: bold;
	}

	.btn-card-2:hover{
		text-decoration: none;
		background-color: rgb(166, 47, 47);
		color: white;
	}

	/* SERVICIOS */

	.servicios div:nth-child(2){
		margin-left: 10px;
	}
	
	.servicios i{
		color: rgb(140, 140, 140);
		font-size: 14px;
	}

	.servicios p{
		color: rgb(140, 140, 140);
		margin-left: 5px;
		font-size: 10px;
	}

/* Fotos */

	/* Contenedores */

	/*
	.photo-3{
		width: 100%;
		height: 8em;
		position: relative;
		overflow: hidden;
	}
	*/

	.photo-3{
		width: 100%;
		height: 8em;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.photo-4{
		width: 100%;
		height: 16em;
		background-size: cover;
		background-position: center;
		position: relative;
		
	}

	/*
	.photo-6{
		width: 100%;
		height: 22em;
		position: relative;
		overflow: hidden;
	}
	*/

	.photo-6{
	    margin-top: 1.5rem !important;
		width: 100%;
		height: 20em;
		background-size: cover;
		background-position: center;
		position: relative;
		
	}

	/* Posiciones */

	.top{
		position: absolute;
		top: 0;
		left: 0;
	}

	.bot{
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.center{
		position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	}

	.photo-4 a img{
		opacity: 0;
	}

	.photo-3 a img{
		opacity: 0;
	}

	/* Efecto Hover */

	.filter{
		filter: grayscale(0%);
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
		    -ms-transition: all .25s;
		     -o-transition: all .25s;
		        transition: all .25s;
	}

	.filter:hover{
		filter: grayscale(70%);
	}


/* Listas */

ul{
	margin-left: 2em;
}

ul li{
	margin-bottom: 1em;
}

/* Tabs */

	/* Style the tab */
	.tab {
	  overflow: hidden;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	/* Style the buttons that are used to open the tab content */
	.tab button {
	  background-color: transparent;
	  border-radius: 25px;
	  border: 1px solid rgb(221, 221, 221);
	  color: rgb(140, 140, 140);
	  outline: none;
	  cursor: pointer;
	  padding: 14px 16px;
	  transition: 0.3s;
	  margin: 5px;
	  font-size: 12px;
	}

	/* Change background color of buttons on hover */
	.tab button:hover {
	  background-color: transparent;
	  border: 1px solid rgb(170, 52, 56);
	  color: rgb(170, 52, 56);
	}

	/* Create an active/current tablink class */
	.tab button.active {
	  background-color: transparent;
	  color: rgb(170, 52, 56);
	  border: 1px solid rgb(170, 52, 56);
	}

	/* Style the tab content */
	.tabcontent {
	  display: none;
	}

/* Formularios */

label{
	font-family: 'Neuton', serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

label > span{
	font-size: 11px;
	color: rgb(140, 38, 24);
}

input{
	background-color: rgb(229, 229, 229);
	border: none;
	outline: none;
	padding: 5px;
	font-size: 12px;
}

input[type="date"]{
	width: 50%;
}

.btn-form{
	padding: 5px 10px;
	background-color: rgb(166, 47, 47);
	border: 1px solid rgb(183, 74, 75);
	color: white;
	font-size: 12px;
	border-radius: 8px;
}

/* Rooms */

.banner{
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner .layer{
	width: 100%;
	height: 60vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.banner h2{
	color: white;
	font-size: 52px;
	letter-spacing: 3px;
	z-index: 500;
}

.banner div:nth-child(3){
	z-index: 500;
}

.banner div:nth-child(3) span{
	margin-left: 1em;
	color: white;
}

	/* Gallery */

	.gallery .col-md-3{
		margin: 0;
		padding: 5px;
	}

/* MOVIL */

@media screen and (max-width: 1024px){
	/* BANNER INDEX */

	.slide{
		display: none;
	}

	.main-banner{
		width: 100%;
		height: 55vh;
		background-image: url('http://portsmouthnhhotel.com/assets/img/Banners/Banners1.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}

	/* Contenedores */

		/* Cabecera */
		.main-section{
			padding-left: 1em;
			padding-right: 1em;
		}
		
	    .tab .tablinks{
             font-size: 8px;
         }

}






















