@charset "utf-8";

html{
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header{
	position: fixed;
	width: 100%;
}

.btn {
	flex-direction: row;
	background-image: url("../imagenes/CAJA.gif");
}

.menu{
	
	
	display: flex;
	justify-content: space-between;
	align-items: center;	
	height: 94px;
}

.menu .barras {
	border: 2px solid #7F7F7F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 6px;
	display: none;
}

.menu .logo_faricus {
	height: 60px;
	width: 144px;
	margin-left: 14px;
	
}

.menu .botones_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	flex-grow: 1;
}

.menu .botones_1  li {
	text-align: center;
	
}

.menu .botones_1  li a {
	color: white;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.btn .botones_1  li a:hover {

	border: 2px solid #F0E5E5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-radius: 10px;
}

.lupa {
	border: 2px solid #7F7F7F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 13px;
	cursor: pointer;
}

.lupa:hover{
	border: 2px solid #F0E5E5;
}

.sesion {
	
	margin-right: 13px;
	color: white;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.sesion:hover {
	margin-right: 13px;
	border: 2px solid #F0E5E5;
	border-radius: 10px;
	
}

 .botones_2 {
	height: 94px;
	display: none;
		
}

.btn .botones_2  ul {
	display: flex;
	justify-content: space-around;
	align-content:center;
	list-style: none;
	width: 70%;
	
}

.btn  .botones_2 ul li {
	text-align: center;
	padding-top: 34px;	
}

.btn .botones_2 ul li a {
	color: white;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.btn .botones_2 ul li a:hover {

	border: 1px solid #F0E5E5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-radius: 10px;
}

.btn .menu_celular {
	width: 5px;
	height: 24px;
	border: 1px solid #F0E5E5; 
    order: 6;
	display: none;
}	

footer{
	background-color: #000000;
	width: 100%;
	height: 152px;
	padding-top: 23px;
}

.fondo_color{
	background-color: aqua;
	height: 600px;
}

.pie{
	max-width: 732px;
	height: 106px;
	border: 1px solid #7F7F7F;
	margin: auto;
	border-radius: 10px;
}

.pie .info_pie{
	
	margin: auto;
	width:  95%;
	height: 69px;
	color: white;
	font-family: Palatino, "Palatino Linotype",  "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 13pt;
	text-align: center;
	padding-top: 15px;	
}

/* ELEMNETOS DE LA CLASE PARA  HEAD CON JS */

.headroom {
	transition: transform .3s ease;
}

.headroom--pinned {   
    transform: translateY(0%);
}

.headroom--unpinned {    
    transform: translateY(-100%);
}



/* DISEÑO PARA MOVIL */

@media (min-width:0px) and (max-width:380px){
	
	header .menu .barras {
	display: inline;
	margin-right: 15px;
	cursor: pointer;
	order: 1;
	
}
	
	header .menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	}
	
	header .menu .logo_faricus {
	height: 39px;
	width: 94px;
	margin-right: auto;
	}
	
	
	header .menu .botones_1 {	
		display: none;
	}
	
	header .menu .lupa{
		display: none;
		
	}
	
	.btn .menu_celular {
	
	
  }
	
	header .btn .botones_2 {
		display: inline-block;
		display: flex;
	    justify-content: space-around;
	}
	
	
footer .pie {
	width: 85%;
	height: 106px;
}
	
footer .pie .info_pie {
		width: 90%;
	    font-size: 11pt;
	}
	
}



/* DISEÑO PARA TABLET */

@media (min-width:381px) and (max-width:768px){
	
	header .menu {
		width: 100%;
	}
	
	header .menu .barras {
	 display: inline-block;
	 margin-left: 17px;	
	 cursor: pointer;
}
		
	header .menu .logo_faricus {
	height: 50px;
	width: 120px;
	margin-left: 60px;
	}
	
	header .menu .botones_1 {	
		display: none;
	}
	
	header .btn .botones_2 {
		display: inline-block;
		display: flex;
	    justify-content: space-around;
	}
	
	header .btn .botones_2 ul  li {	}
	
	header .menu .lupa{
		display: none;
	}
	
 footer .pie {
	width: 90%;
	height: 106px;
	border: 1px solid #7F7F7F;
	margin: auto;
	border-radius: 10px;
}
	
	.pie .info_pie{
		
	}
	
	
}