@charset "utf-8";

html{font-family: arial}


/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead, center, u, b, i{margin: 0;padding: 0;border: 0;outline: 0;font-family: inherit;vertical-align: baseline}
body{line-height: 1}
:focus{outline: 0}
ol, ul{list-style: none}
blockquote:before, blockquote:after, q:before, q:after{content: ""}
blockquote, q{quotes: "" ""}
input, textarea{margin: 0;padding: 0}
hr{margin: 0;padding: 0;border: 0;color: #cecece;background: #cecece;height: 1px}
img{border: none; margin: 0; padding: 0; max-width: 100% !important}
/* FIN RESET */

/*
color: #dd0a14; VERDE MEDICAL
*/

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #fff; /* cambio color */
	font-family: 'Poppins', sans-serif;
	font-size: 70.5%;
	color: #434343;
	background: #fff;
}

img{border: none}
.block{display: block}
.clear {clear: both} 
p{margin: 10px 0}

a:link {text-decoration:none; color: #494949;} /* Link no visitado*/
a:visited {text-decoration:none; color:#494949} /*Link visitado*/
a:active {text-decoration:none; color:#000;} /*Link activo*/
a:hover {text-decoration:underline; color:#000;} /*Mause sobre el link*/

.col-corp{color: #494949}
#lopd a{color: #000; text-decoration: underline}



/* BOTON CSS */

.btn-one {
  cursor: pointer;	
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  width: 90px;
  height: 25px;
  line-height: 22px;
  color: #fff; /* cambio color */
  text-align: center;
  font-size: 18px;
  background: #444444; /* cambio color */
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}

.btn-one a{color: #fff}
		.btn-one a:hover{text-decoration: none}
		
.btn-one:active{
  background: #fff; /* cambio color */
  text-decoration: none;
}

.btn-regr {
  cursor: pointer;	
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  width: 90px;
  height: 25px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #444444;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-regr a{color: #ffffff} /* cambio color */
		.btn-regr a:hover{text-decoration: none; color: #ffffff}

.btn-regr:hover {
  background: #444444; /* cambio color */
  text-decoration: none;
}	

	

/* FIN BOTON CSS*/

/* TRICKS */
form div label{
	margin-top: 15px;
	display: block
}

input[type=text], input[type=password], textarea, select{
	width: 100%;
	height: 35px;
	padding: 0 5px;
	margin: 5px 0 0 0;
	border: 1px solid #ddd;
	box-sizing: border-box
}

form textarea{
	height: 90px;
	font-size: 95%;
	font-family: 'Poppins', sans-serif;
}

#bnn-indx:after, #catalogo:after{
	content: '.';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
/* FIN TRICKS */


h1, h3{
	margin: 0 0 35px 0;
	font-size: 1.9em;
	line-height: 27px;
	color: #444444;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}

h4{
	margin: 0 0 35px 0;
	font-size: 1.3em;
	line-height: 27px;
	color: #444444;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}

/* ESTRUCTURA PRINCIPAL */
#hdr{
	font-size: 1.7em;
	padding: 0 20px;
	border-top: 4px #444444 solid; /* cambio color */
	background: url('https://restaurantepariszamora.com/images/bg-hdr.jpg') repeat-x center 150px #000000;
}

	#hdr-cntnt{
		height: 150px !important;
		position: relative;
		margin: 0 auto 0px auto;	
	}
		
		/* Elementos #hdr */
		#logo{
			position: absolute;
			top: 9px;
			margin: auto 0;
		}
		
		/* MENÚ */
		#mnu{display: none}
		/* FIN MENÚ */
		
		#rs{
			position: absolute;
			top: 10px;
			right: 0;
		}
			/* OPCIONAL */
			#rs img{
				-webkit-transform: scale(0.7);
				transform: scale(0.7)
			}
			/* FIN OPCIONAL */
			
		/* Fin Elementos #hdr */
		
	@media all and (max-width: 485px){
		
		#hdr-cntnt{height: 170px !important}
		
		#logo, #rs{
			left: 0;
			right: 0;
			margin: 0 auto;
		}
			#rs{top: 10px; left: 250px; text-align: center}
	}

/* Elementos INDEX */

/* SLIDER */
#slidy-container{
	position: relative;
	width: 100% !important;
	height: 350px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	z-index: 0
}
	#slidy-container img{
		min-height: 100% !important
	}

@media all and (max-width: 485px){
#slidy-container{
	position: relative;
	width: 100% !important;
	height: 130px;
	overflow: hidden;
	margin: 0px auto -30px auto;
	z-index: -50
}
	#slidy-container img{
		height: auto !important;
	}

	
}
/* FIN SLIDER */

#bnn-indx{text-align: center; padding-top: 20px}
	
	#bnn-indx li{
		display: inline-block;
		margin: 15px 0 10px;
		/*margin: 0 auto;*/

	}

/* FIN Elementos INDEX */

#cntnr{
	font-size: 1.4em;
	margin: 30px auto 0 auto;
	padding: 0 15px;
}

#cntnt{
	line-height: 21px;
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}

#cntntTXT{
	font-family: 'Poppins', sans-serif;
}
	/* Elementos #cntntTXT */
	#cntntTXT li{
		list-style: disc;			
		margin-left: 40px;
		color: #515151;
	}
		#cntntTXT li a{
			color: #dd0a14;
			display: block;
			text-decoration: underline;
			font-weight: bold;
		}
		#cntntTXT li a:hover{
			color: #53bf0d;
			text-decoration: none;
			font-weight: bold;
	}
	/* Fin Elementos #cntntTXT */

/* MIGA DE PAN */		
#brdcrmb{
	overflow: hidden;
	margin: 10px 0 20px 0;
	text-align: left
}

	#brdcrmb li{
		position: relative;
		display: inline-block;
		margin: 0 15px 10px 0;
	}
	
	#brdcrmb a{
		background-color: #f9f9f9;
		padding: .7em 1em;
		display: inline-block;
		text-decoration: none;
		color: #000;
		position: relative;
	}
	
		#brdcrmb li::after{
			content: '»';
			position: absolute;
			top: 8px;
			color: #494949;
			font-size: 2em
		}
	
	#brdcrmb li:first-child, #brdcrmb li.only{
		padding-left: 30px !important;
		background: url('https://restaurantepariszamora.com/images/ico-hme.png') no-repeat 10px center #f9f9f9 !important
	}

		#brdcrmb li.only{
			color: #000 !important;
			padding-left: 45px !important;
		}
	
	#brdcrmb li:last-child{
		background-color: #494949;
		color: #fff;
		padding: .7em 1em;
	}
		#brdcrmb li:last-child::after{content: ''}
		

/* MIGA DE PAN */

#sdbr{
	margin-top: 60px;
	font-size: 115%;
	line-height: 24px;
	overflow: hidden;
}
	#sdbr a{
		color: #434343;
		text-decoration: underline
	}

	h2{
		color: #000;
		border-bottom: 1px solid #000;
		margin: 0;
		font-weight: normal;
		line-height: 22px;
		font-size: 1.5em;
		font-family: 'Poppins', sans-serif;
	}
		h2 img{margin: 0 5px -2px 0}
	
	.box-h2{margin: 10px 0 25px 0}
	
		.box-h2 li{
			font-family: 'Poppins', sans-serif;
			font-size: 80.5%;
			list-style: disc;
			margin-left: 20px;
		}

#ftr{
	font-size: 1.5em;
	background-color: #444444; /* cambio color */
	margin-top: 40px;
	padding: 0 20px;
	text-align: center;
	line-height: 25px;
}
	#ftr a{
		color: #FFF;
		text-decoration: underline
	}
	
	#ftr-cntnt{
		margin: 0 auto;
		padding: 20px 0;
		position: relative;
	}
	
	#fizq{
		border-bottom: 1px solid #444444; /* cambio color */
		padding-bottom: 14px;
		margin-bottom: 30px
	}

	#fder{
		color: #FFF;
	}
	
	#fnom{font-size: 1.3em}
	/* FIN ELEMENTOS #ftr */

/* ADICIONALES DETALLE */
	#adici{
		padding: 30px 40px 10px 40px;
		border: 1px solid #ddd;
		margin: 40px 0;
		font-weight: normal
	}
	
		#docs{margin: 0 0 10px 20px}
		
			#docs li{
				padding: 5px 20px 15px 40px;
				margin-bottom: 20px;
				background: url('https://restaurantepariszamora.com/images/ico-doc.png') no-repeat left top;
				border-bottom: 1px solid #ddd
			}
				#docs li a{color: #000}
				
				
		#adici .enl{margin: 0 0 10px 20px}
		
		#adici .enl li{
			padding: 5px 20px 15px 40px;
			margin-bottom: 20px;
			background: url('https://restaurantepariszamora.com/images/ico-enl.png') no-repeat left top;
			border-bottom: 1px solid #ddd
		}
		
			#adici .enl li a{color: #000}
		
			#adici .enl li:before{content: '- '}
			
		
		#adici .vid li{
			padding: 5px 20px 15px 40px;
			margin-bottom: 20px;
			background: url('https://restaurantepariszamora.com/images/ico-vid.png') no-repeat left top;
			border-bottom: 1px solid #ddd
		}
		
			#adici .vid li a{color: #000}
		
			#adici .vid li:before{content: '- '}	
	/* FIN ADICIONALES DETALLE  */
		
/* CATALOGO */
/* Menú catálogo */
#mnu-catalogo{
	margin: 20px 0 25px 0
}
	#mnu-catalogo li{
		max-width: 100%;
		line-height: 35px;
		color: #fff;
		margin-bottom: 4px;
		text-indent: 15px;
		cursor: pointer;
		background-color: #fff; /* cambio color */
	}
		#mnu-catalogo li:active{
			background-color: #fff;
			color: #fff
		}
		
		#mnu-catalogo li ul{
			max-width: 100%;
			overflow: hidden;
			padding: 3px 0 3px 5px;
			background: #fff;
			border-top: none;
		}
			#mnu-catalogo li ul li{
				background: #fff;
				margin-bottom: 0;
				line-height: 23px
			}
			#mnu-catalogo li ul li a{
				color: #000;
				text-decoration: none
			}
				#mnu-catalogo li ul li:active{background-color: #fff}
					#mnu-catalogo li ul li a:active{color: #000} /* cambio color */
		
/* Fin Menú catálogo */

#catalogo{text-align: center}
	
	#catalogo li{
		width: 210px;
		padding: 20px;
		display: inline-block;
		vertical-align: top;
		margin: 0 15px 50px 0;
		line-height: 20px;
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
	}
			/*
			#catalogo li:nth-child(3n+3){
				margin-right: 0
			}
			*/
			
			#catalogo li img{margin-bottom: 5px}
			
			#catalogo li .rot{
				margin: 15px 0;
				font-size: 1.1em;
				color: #000
			}
			
			#catalogo li .pre{
				color: #444444;
				margin: 15px 0;
				font-weight: bold;
			}	
			
			#catalogo li .btn-one{margin-left: 55px}
			
/* Detalle producto */
#catalogo-detalle{}

	#img-pre-reg{text-align: center}
		#img-pre-reg img{}
		
		#img-pre-reg div{
			padding: 3px 15px;
			color: #000;
			font-size: 1.5em;
			line-height: 40px;
			display: table;
			background-color: #fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin: 20px auto
		}
		
		#img-pre-reg .desc-producto{
			background:#333; 
			color:#FFF; 
			padding:3px;			
			font-size:0.9em;	
		}
		
		#img-pre-reg a{
			display: block;
			color: #000;
			text-decoration: underline;
			margin-bottom: 15px;
		}
			#img-pre-reg a:active{color: #000}
	
	#txt-producto{text-align: justify}

/* Fin Detalle producto */
/* FIN CATALOGO */

/* NOTICIAS */
#noticias li{margin-bottom: 25px}

	#noticias li img{
		text-align: center;
		display: block
	}
	
	.rot{
		font-size: 1.2em;
		color: #f9f9f9;
	}
	.rot:hover{
			color: #f9f9f9;
			text-decoration: none
		}

#img-noticia{
	display: block;
	text-align: center;
}

#txt-noticia{
	text-align: left;
	margin: 30px 0 10px 0
}

/* FIN NOTICIAS */

/* PAGINADOR */
#paginador{
	height: 24px;
	text-align: center;
	float: right;
	margin-top: 30px;
}

#paginador ul{}

	#paginador ul li, #paginador ul li.flechas{
		height: 32px;
		display: block;
		float: left;
		margin: 0 3px;
		color: #fff;
		background-color: #000;
		line-height: 32px;
		min-width: 30px;
		border: 1px solid #fff;
	}
		#paginador ul li.flecha{
			font-size: 1.5em;
			line-height: 28px
		}
	
		#paginador ul li a{
			display: block;
			height: 100%;
			text-decoration: none;
			color: #fff;
			background-color: #000;
		}
/* FIN PAGINADOR */
	


/* PLANO LOCALIZACIÓN */
#googlemap{
	width: 100%;
	height: 240px;
}

/* FIN PLANO LOCALIZACIÓN */


/* MENSAJES */
.info, .success, .error, .warning{
	max-width: 100%;
	line-height: 25px;
	border: 1px solid;
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info{
	color: #000;
	background-color: #ececec;
	background-image: url('https://restaurantepariszamora.com/images/ico-info.png');
}
.success{
	color: #000;
	background-color: #ececec;
	background-image: url('https://restaurantepariszamora.com/images/ico-success.png');
}
.error{
	color: #000;
	background-color: #ececec;
	background-image: url('https://restaurantepariszamora.com/images/ico-error.png');
}
.warning{
	color: #000;
	background-color: #ececec;
	background-image: url('https://restaurantepariszamora.com/images/ico-warning.png');
}
/* FIN MENSAJES */




/* BARRA COOKIES */
#cookiebar{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	overflow: hidden;
	text-align: center;
	background: rgba(51, 51, 51, 0.6);
	color: #ddd;
	z-index: 99999;
	font-size: 1.3em;
	padding: 5px 0
}
		#cookiebar a{
			text-decoration: underline;
			color: #ddd
		}
	
	#btn-cookiebar{
		padding: 4px 6px;
		background: #53bf0d;
		text-decoration: none !important;
		color: #fff !important;
		border: 1px solid #f7fcdb
	}
		#btn-cookiebar:active{background: #f7fcdb}
		
		
/* FIN BARRA COOKIES */

/* CARRUSEL DE IMAGENES */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

/* FIN CARRUSEL DE MARCAS*/