﻿body{
	background: black;
	font-family: 'Montserrat', sans-serif !important;
}

.efecto{
	padding: 0 !important;
}

.cabecera{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;

	background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.6)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(80%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	
	padding: 10px 0 100px 0;
}

.cabecera-fondo{
	background: url(../images/fondo-cabecera.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 130px;
}

.cabecera a:hover{
	text-decoration: none;
}

.logotipo{
	text-align: center;
}
.logotipo img{
	width: 100%;
}

nav{
	margin: 40px 0 0 0;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	position: relative;
	width: 20%;
	float: left;
	margin-bottom: 10px;
}

.menu-r{
	cursor: pointer;
	display: none;
}

.menu, .menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 24px;
	padding: 4px 0 2px;

	border-radius: 7px;
}

.menu:hover, .activo, .menu-r{
	background: rgba(255,95,41,1);
	background: -moz-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,95,41,1)), color-stop(25%, rgba(194,66,24,1)), color-stop(51%, rgba(184,64,24,1)), color-stop(75%, rgba(143,48,16,1)), color-stop(100%, rgba(124,37,5,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: linear-gradient(135deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, #7c2505 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f29', endColorstr='#7c2505', GradientType=1 );

	font-weight: bold;
	text-shadow: 3px 3px 3px black;
}

nav ul li:hover .menu-secundario{
	display: block;
}

.menu-secundario{
	position: absolute;
	top: 40px;
	left: -25%;
	background: black;
	width: 150%;
	padding: 12px 0;
	display: none;

	border-radius: 5px;
}
.menu-secundario ul li{
	width: 100%;
	margin: 0;
}
.menu-s{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	padding: 5px 10px;
	cursor: pointer;

	box-sizing: border-box;
}
.menu-s:hover{
	color: #ff5f29;
}


.titulo{
	background: url(../images/fondo-titulo.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	text-align: center;
	font-size: 47px;
	font-weight: bold;
	text-shadow: 3px 3px 3px #7c2505;
	font-family: 'Merriweather', serif;
	padding: 30px 0;
	margin: 60px 0;
}


.galerias{
	padding-top: 0;
	padding-bottom: 0;
}
.galerias div{
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
}

.galeria:hover img{
	animation: flipInX; /* referring directly to the animation's @keyframe declaration */
  	animation-duration: 2s; /* don't forget to set a duration! */
}
.animate__animated.animate__flipInX {
	--animate-duration: 2s;
}

.galeria:hover .fondo-negro{
	background: rgba(0, 0, 0, 0.1);
}

.fondo-negro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 0px solid red;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}
.galeria img{
	width: 100%;
}
.titulo-galeria{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-family: 'Merriweather', serif;
	color: white;
	padding: 20px 0;
}
.titulo-galeria strong{
	width: 100%;
	font-size: 30px;
	text-shadow: 3px 3px 3px black;
	display: block;
	padding: 0 15px;

	box-sizing: border-box;
}
.titulo-galeria span{
	width: 100%;
	text-align: center;
	display: block;
}


.foto{
	margin: 0 0 20px 0;
}
.foto img{
	width: 100%;
}

.imagen-foto{
	border: 0px solid red;
}

.opciones{
	background: rgba(255,95,41,0.6);
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
}
.opciones a{
	color: white;
}



.negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
}

.blanco{
	width: 800px;
	margin: 20px auto 0;
}
.blanco-conten{
	position: relative;
	width: 100%;
	float: left;
}
.blanco-conten img{
	width: 100%;
}
.cerrar{
	position: absolute;
	top: -15px;
	right: -15px;
	background: rgba(255,95,41,1);
	color: white;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 20px;
	cursor: pointer;

	border-radius: 50%;
}
.cerrar:hover{
	background: red;
	text-shadow: 2px 2px 2px black;
}


.login{
	color: white;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.login a{
	color: white;
}


.precio{
	color:white;
	text-shadow: 3px 3px 3px #a73914;
	font-size: 30px;
}


.texto{
	text-align: center;
	font-size: 20px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}



.pie2{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 25px;
	text-shadow: 2px 2px 2px red;
	font-weight: bold;
	padding: 30px 0;
}
.pie2-conten{
	width: 1200px;
	margin: 0 auto;
}


.mas-fotos{
	color: white;
}



footer{
	background: rgba(255,95,41,1);
	background: -moz-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,95,41,1)), color-stop(25%, rgba(194,66,24,1)), color-stop(51%, rgba(184,64,24,1)), color-stop(75%, rgba(143,48,16,1)), color-stop(100%, rgba(124,37,5,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, rgba(124,37,5,1) 100%);
	background: linear-gradient(135deg, rgba(255,95,41,1) 0%, rgba(194,66,24,1) 25%, rgba(184,64,24,1) 51%, rgba(143,48,16,1) 75%, #7c2505 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f29', endColorstr='#7c2505', GradientType=1 );

	color: white;
	font-size: 20px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer p{
	padding: 20px 0 0 0;
}

.pie{
	width: 100%;
	text-align: center;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pie a{
	color: white;
}

@media screen and (max-width:1200px){
	.pie2-conten{
		width: 100%;
	}
}

@media screen and (max-width:800px){
	.logotipo img{
		width: 50%;
	}
	.blanco{
		width:95%;
	}
}
@media screen and (max-width:700px){
	.cabecera{
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.logotipo img{
		width: 80%;
	}
}