.bg-fondo{
	background-image: url(../imagenes/fondo.jpg);	
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.font-title, p, li, span{
	font-family: 'Montserrat', sans-serif;
}

.img-hover{
	overflow: hidden;
	transition: width 4s, height 4s;
}

a{
	text-decoration:none;
	color:#FF0A0A;
}
a:hover{
	color: rgb(138, 7, 7)
}


footer a{
	color:#d6ab72;
}
footer a:hover{
	color: #796040
}
.efecto{
	/*transition-delay: 2s;*/
}

.img-hover:hover img{
	-ms-transform: scale(0.1); /* IE 9 */
  	-webkit-transform: scale(0.1); /* Safari 3-8 */
  	filter: grayscale(.8);
  	transform: scale(1.1);  

}

.zoom{
	transition: 0.65s;
}

.countdown {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0px;
	}

	.countdown > div:first-child {
	margin-right: 20px;
	}

	.countdown div {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 35px;
	line-height: 36px;
	width: 48px;
	margin: 0 15px;
	}

	.countdown div span:last-child {
	font-size: 18px;
	text-transform: uppercase;
	}

	@media screen and (min-width: 700px){
	.countdown {
		margin-top: 0px;
	}

	.countdown div {
		font-size: 80px;
		line-height: 70px;
		width: 139px;
		margin: 0 30px;
		color: white;
	}

	.countdown div span:last-child {
		font-size: 25px;
		margin-top: -10px;
	}

	}

	@media screen and (min-width: 500px){
	.countdown {
		margin-top: 10px;
		margin-bottom: -10px;
	}

	.countdown div span:last-child {
		font-size: 8px;
	}

	.countdown div {
		font-size: 75px;
		line-height: 85px;
		width: 75px;
		margin: 0 30px;
	}
	}

	/* Página de error 404 */

.error404-section {
    background-color: #f8f8f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.error404-title {
    font-size: 4rem;
    color: #e74c3c;
    margin-bottom: 10px;
}

.error404-message {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.error404-button {
    background-color: #00cded;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.error404-button:hover {
    background-color: #00b4d1;
}

.emoji {
    font-size: 10rem;
    margin-bottom: 20px;
}
