/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('../media/img/fondo.jpg');/**/
background-size: cover;
background-repeat: repeat-y;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.info{
	margin: auto;
	margin-top: 30vh;
	width: 90%;
	height: 250px;
	color: white;
}

.info h1{

}

.info span{
	font-size: 50px;
	font-weight: 900;
}

.info p{
	text-align: justify;
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.9) !important;
}

.social_icon span{
font-size: 30px;
margin-left: 10px;
color: #FBB12F;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
font-size: 25px;

}

.social_icon{
position: absolute;
right: 20px;
top: -20px;
}

.input-group-prepend span{
width: 50px;
background-color: #FBB12F;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
font-size: 14px;
}

.remember input
{
width: 14px;
height: 14px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FBB12F;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

.h-100{
	height: 85vh!important;
}

.card-footer{
	font-size: 14px;
}

/****************************************************************************/

.primera-parte{
	background-color: black;
	width: 75%;
	height: 15vh;
	top: 0;

	transform: skewX(-25deg);
	margin-left: -30px;
	padding-left: 50px;
	z-index: 1;
	border-radius: 0px 0px 25px 0px;
-moz-border-radius: 0px 0px 25px 0px;
-webkit-border-radius: 0px 0px 25px 0px;
border: 0px solid #000000;
}

.segunda-parte{
	background-color: #FBB12F;
	width: 30%;
	padding: 40px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
	padding-left: 120px;
	text-align: right;
}

.nav-item{
	 /*transform: skew(25deg);*/
	 transform: skewX(25deg);
}

.logo{
	margin-left: 50px;
	margin-top: 25px;
	transform: skewX(25deg);
	float: left;
	line-height: 60px;
	font-size: 25px;
	font-weight: 600;
}

.logo span{
	font-size: 12px;
}

.menu{
	margin: auto;
	margin-top: 43px;
	margin-right: 35px;
}



/****************************************************************************/
.fondo-color{
	min-height: 100vh;
	background-color: black;
	background-color: rgba(0,0,0,0.7) !important;

}

.caja_busqueda{
	min-height: 100px;
	width: 100%;
	margin-top: 50px;

	border-bottom: 2px solid #FBB12F;
	padding:25px;

	background-color: black;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;


}

.pedido{
	position: relative;
	min-height: 250px;
	width: 100%;
	margin-top: 50px;

	border-bottom: 2px solid #FBB12F;
	padding:25px;

	background-color: white;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;

	margin-bottom: 50px;


}


.cuerpo_detalle h4{
	font-size: 20px;
	font-weight: 900;
}

.cabeza_cuerpo_detalle{
	border-bottom: 2px solid #FBB12F;
	width: 100%;
	margin-bottom: 25px;
}

.body_cuerpo_detalle{
	height: 80%;
	overflow-y: scroll;
}

.body_cuerpo_detalle p{
	font-size: 16px;
	font-weight: 900;
}

.body_cuerpo_detalle span{
	font-size: 12px;
	font-weight: 400;
}

.resaltar{
	font-size: 16px;
	font-weight: 900;
	color: #FBB12F;

}

.cabeza_pedido{
	padding:10px;
	border-bottom: 2px solid #FBB12F;
	margin-bottom: 20px;
	font-size: 12px;
}

.cabeza_pedido p{
	text-align: center;
	font-weight: 900;
}

.img{
	width: 100%;
}

.cabeza_pedido span{
	font-weight: 400!important;
}

.estado_pedido{
	font-weight: 900;
	color: #FBB12F;
	font-size: 20px;
}

.item_pedido{
	font-weight: 400;
	font-size: 12px;
}

.caja_busqueda h1{
	text-align: center;
	color: white;
	font-size: 25px;
	border-bottom: 1px solid #FBB12F;
}

.titulo span{
	color: #FBB12F;
	font-weight: 600;
}

.caja_busqueda p{
	text-align: center;
	color: white;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 25px; 
}

.paginacion{
	padding-top: 25px;
	border-top: 2px solid #FBB12F;
}

.paginacion ul{
	color: #FBB12F;

}

.naranja{
	background-color: #FBB12F!important;
}

.paginacion a{
	color: #FBB12F;
	border-color: black!important;

}

.paginacion a:hover{
	color: #FBB12F!important;


}

.page-item.active .page-link {
	background-color: black!important;
}

.imagen_ver img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.precarga{

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0,0,0,0.9);
	margin-left: -25px;
	margin-top: -25px;
}



.precarga img{
	margin: auto; width: 150px; margin-top: 35%;
}


.tabla_personal{
	font-size: 12px;
}

.tabla_personal th{
	text-align: center;
}

.t-t{
	background-color: #FBB12F!important;
	border: 1px solid #FBB12F!important;
}

.formulario{
	margin-top: 100px;
}

.item-info{
	background-color: white;
	padding:20px;
	

	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-bottom: 2px solid #FBB12F;

	min-height: 300px;
	margin-bottom: 25px;

}

.item-info h1{
	font-weight: 900;
	color: #FBB12F;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px solid #FBB12F;
}

.item-info p{
	font-weight: 400;
	color: black;
	text-align: justify;
	font-size: 14px;
}

.mensaje-rastreo{
	font-weight: 900;
	font-size: 18px;
}

.titulo-devolver{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.tracking-devolver{
	font-size: 18px;
	font-weight: 900;
	color: #FBB12F;
}

@media (max-width:1440px){
	.segunda-parte{
		padding-top: 15px;
		font-size: 14px;
	}

}

@media (max-width:992px){
	.segunda-parte{
		display: none;
	}

	.primera-parte{
		width: 100%;
		transform: skewX(0deg);
		margin-left: 0px;
		border-radius: 0;
		min-height: 15vh;
	}

	.nav-item{
		 transform: skewX(0deg);
	}

	.logo{
		margin-left: 25px;
		transform: skewX(0deg);
		float: none;
	}

	.menu{
		float: right;
		color: white;
		background-color: black;
		padding: 15px;
		width: 100%;
		margin: 0;
	}

	.navbar-toggler{
		float: right;
		margin: 25px;
		margin-top: 35px;
	}

	.quitar{
		display: none;
	}
	
}

