/*COLOR AZUL: #0001fe*/
/*COLOR NARANJA: #ffb703*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #e7e7e7;
	font-family: 'Myriad Pro Regular';
}
.vertical-align {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.espere {
	position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #0001fe;
    z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.loader_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	width: 300px;
	height: 300px;
	border: 0px;
}
.pre-loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_loader {
	display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60%;
    height: auto;
    margin: -100px 0 0 -295px;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    margin: -150px 0 0 -300px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #ffb703;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #ffb703;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffb703;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header {
	width: 100%;
	height: 100px;
	background-color: #0001fe;
	background-image: url('/assets/img/background_opacity.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header_botom_line {
	width: 100%;
	height: 5px;
	background-color: #ff9e00;
}
.logo {
	width: auto;
	height: 50%;
	margin-left: 20px;
	float: left;
}
.logo_line {
	width: 1px;
	height: 60%;
	background-color: white;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.nav_title {
	margin: 0px;
	margin-left: 25px;
	font-size: 20px;
	color: white;
	float: left;
	cursor: pointer;
}
.nav_title:hover {
	color: #ffb703;
}
.inicio_sesion_btn {
	width: 90px;
	height: 30px;
	background-color: transparent;
	color: #ffb703; 
	-webkit-appearance: none;
	border: none;
	border: thin solid #ffb703;
	border-radius: 3px;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
.inicio_sesion_btn:hover {
	color: white;
}
.current {
	color: #ffb703;
}
.registro_btn {
	width: 90px;
	height: 30px;
	background-color: transparent;
	color: #ffb703; 
	-webkit-appearance: none;
	border: none;
	border: thin solid #ffb703;
	border-radius: 3px;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}
.registro_btn:hover {
	color: white;
}
.logged_text {
	margin: 0px;
	font-size: 20px;
	color: white;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	display: none;
}
.logged_text_bold {
	font-family: 'Myriad Pro Bold';
}
.logged_media {
	width: 100%;
	height: 40px;
	background-color: #e0e0e0;
	display: none;
}
.logged_media_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	margin-left: 20px;
}
.logged_media_text_bold {
	font-family: 'Myriad Pro Bold';
}
.logout_img {
	width: 30px;
	height: auto;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	display: none;
}
.nav_media {
	width: 100%;
	height: 40px;
	background-color: #e1e1e1;
	display: none;
}
.header_botom_line_nav {
	width: 100%;
	height: 5px;
	background-color: #ff9e00;
	display: block;
}
.nav_media_cont {
	width: 390px;
	height: 100%;
}
.nav_media_title {
	margin: 0px;
	margin-right: 50px;
	font-size: 15px;
	color: black;
	float: left;
	cursor: pointer;
}
.nav_media_title_last {
	margin: 0px;
	margin-right: 0px;
	font-size: 15px;
	color: black;
	float: left;
	cursor: pointer;
}
.nav_media_title:hover {
	color: #ffb703;
}
.footer_tienda {
	width: 100%;
	height: 100px;
	background-color: #0001fe;
	padding-top: 3px;
}
.footer_text_tienda {
	margin: 0px;
	color: white;
	font-size: 20px;
}
@media only screen and (max-width: 1200px) {
	.logged_text {
		display: none !important;
	}
}
@media only screen and (max-width: 990px) {
	.nav_title {
		display: none;
	}
	.nav_media {
		display: block;
	}
	.logo_line {
		display: none;
	}
	header_botom_line_nav {
		display: block;
	}
}
@media only screen and (max-width: 559px) {
	.inicio_sesion_btn {
		width: 70px;
		height: 30px;
		font-size: 8px;
	}
	.registro_btn {
		width: 70px;
		height: 30px;
		font-size: 8px;
	}
	.header {
		width: 100%;
		height: 70px;
		background-color: #0001fe;
	}
}
@media only screen and (max-width: 860px) {
	.footer_tienda_text {
		font-size: 15px;
	}
}
@media only screen and (max-width: 590px) {
	.inicio_sesion_btn {
		display: none;
	}
	.registro_btn {
		display: none;
	}
	.nav_media_cont {
		width: 295px;
	}
	.nav_media_title {
		margin-right: 30px;
		font-size: 13px;
	}
	.nav_media_title_last {
		font-size: 13px;
	}
	.footer_text_tienda {
		font-size: 12px;
	}
	.footer_tienda {
		height: 200px;
	}
	.logo {
		height: 40%;
	}
}































