@charset "utf-8";


/*MENU RESTAURANTE*/
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

nav{
	background: #000000;
	height: 100px;
	width: 100%
}

.enlace{
	position: absolute;
	padding: 10px 50px;
}

.logo{
	height: 80px;
	line-height: 100px;
}

nav .menu{
	float: right;
	margin-right: 50px;
}

nav .menu > li{
	display: inline-block;
	line-height: 100px;
	margin: 0 5px;
}

nav .menu > li > a{
	color: #e4af34;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 15px;
	border-radius: 3px;
}

nav .menu > li > a:hover{
	width: 100%;
    height: 100%;
	display: flex;
	transform: scale(1.1);
    align-items: center;
	background: #e4af34;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    color: #000;
	text-decoration: none;
}

li a.active > li > a:hover{
	background: #174100;
	transition: .5s;
}

/*SUBMENU*/
/*nav > ul > li > ul*/ {
    width: 200px;
    display: flex;
    flex-direction: column;
    background: #f4eddb;
    position: absolute;
    top: 120px;
    padding: 14px 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 10;
    transition: all 300ms ease;
}

/*nav > ul > li:hover > ul*/ {
    visibility: visible;
    opacity: 1;
    top: 100px;
}

/*nav > ul > li > ul::before*/ {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f4eddb;
    position: absolute;
    top: -12px;
    left: 40px;
}

/*nav > ul > li > ul > li > a*/ {
    display: block;
    color: #000;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 300ms ease;
}

/*nav > ul > li > ul > li > a:hover*/ {
    background: #000;
    color: #e4af34;
    transform: scale(1.2);
    font-size: 18px;
	text-decoration: none;
}

html{
	scroll-behavior: smooth;
}

section[id]{
	scroll-margin-top: 100px;
}

.checkbtn{
	font-size: 45px;
	color: #7b7b7c;
	float: right;
	line-height: 100px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}

#check__menu{
	display: none;
}

@media (max-width: 952px){
	.enlace{
		padding-left: 20px;
	}
	nav ul li a{
		font-size: 16px;
	}
}

@media (max-width: 858px){
	.checkbtn{
		display: block;
	}
	.menu{
		position: fixed;
		width: 100%;
		height: 50vh;
		background: #393939;
		top: 100px;
		left: 100%;
		text-align: center;
		transition: all .5s;
	}
	nav .menu li{
		display: block;
		margin: 50px 0;
		line-height: 10px;
	}
	nav .menu li a{
		font-size: 24px;
	}
	.menu li a:hover, li a.active{
		background: none;
		color: #42F703;
	}
	#check:checked ~ .menu{
		left: 0;
	}
}


/*ESTILOS CABECERAS*/
.restaurantes {
    background-image: url("../img/header-demos/restaurantes.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 100px;
}

.farmacias {
    background-image: url("../img/header-demos/farmacias.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 65px;
}

.pizzerias {
    background-image: url("../img/header-demos/pizzerias.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 65px;
}

.turismo {
    background-image: url("../img/header-demos/turismo.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 65px;
}

.np-perfumes {
    background-image: url("../img/Tarjetas/NP-perfumes/NP-perfumes-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 65px;
}

.nohel {
    background-image: url("../img/nohel/header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 65px;
}

.crochet {
    background-image: url("../img/nohel/crochet-nohel.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    flex-direction: column;
	margin-top: 25px;
}

/*CONTACTO CLIENTES*/
.contacto-container {
    display: flex;
    margin-right: 0PX;
    align-items: center;
    justify-content: center;
}

.contacto-container ul li {
    display: inline-block;
    margin: 0 0px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.contacto-container ul li a {
    display: block;
    padding: 0 0px;
    background: #234d69;
    border-radius: 6px;
    color: #fff;
    line-height: 100px;
    font-size: 50pt;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.contacto-container ul li a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .7);
}

.contacto-container ul li .whatsapp:hover {
    background-color: #05d327;
}

.contacto-container ul li .location-dot:hover {
    background-color: #117bb8;
}


/*REDES SOCIALES DE-TUR*/
:root {
    --facebook: #3e5c9a;
    --instagram: #8134AF;
    --linkedin: #117bb8;
    --tiktok: #000000;
    --whatsapp: #05d327;
    --youtube: #c3271a;
}

.redes-container {
    display: flex;
    margin-right: 35px;
    align-items: center;
    justify-content: center;
}

.redes-container ul li {
    display: inline-block;
    margin: 0 3px;
    width: 35px;
    height: 0px;
    text-align: center;
}

.redes-container ul li a {
    display: block;
    padding: 0 10px;
    background: #6e8594;
    border-radius: 6px;
    color: #fff;
    line-height: 0px;
    font-size: 10pt;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.redes-container ul li a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .7);
}

.redes-container ul li .whatsapp:hover {
    background: var(--whatsapp);
}

.redes-container ul li .facebook:hover {
    background: var(--facebook);
}

.redes-container ul li .instagram:hover {
    background: var(--instagram);
}

.redes-container ul li .linkedin:hover {
    background: var(--linkedin);
}

.redes-container ul li .tiktok:hover {
    background: var(--tiktok);
}

.redes-container ul li .youtube:hover {
    background: var(--youtube);
}

/*FIN REDES SOCIALES*/

/*REDES SOCIALES PUBLICACIONES*/
.redes-clientes-container {
    display: flex;
    margin-right: 35px;
    align-items: center;
    justify-content: center;
}

.redes-clientes-container ul li {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.redes-clientes-container ul li a {
    display: block;
    padding: 0 10px;
    background: #234d69;
    border-radius: 6px;
    color: #fff;
    line-height: 40px;
    font-size: 12pt;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.redes-clientes-container ul li a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .7);
}

.redes-clientes-container ul li .whatsapp:hover {
    background: var(--whatsapp);
}

.redes-clientes-container ul li .facebook:hover {
    background: var(--facebook);
}

.redes-clientes-container ul li .instagram:hover {
    background: var(--instagram);
}

.redes-clientes-container ul li .linkedin:hover {
    background: var(--linkedin);
}

.redes-clientes-container ul li .tiktok:hover {
    background: var(--tiktok);
}

.redes-clientes-container ul li .youtube:hover {
    background: var(--youtube);
}