p@charset "UTF-8";
/* CSS Document */

body{
	width: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
}

.tienda_cont{
	display: flex;
	flex-direction: column;
	align-content: center;
	width: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
	
}
.top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 24px;
	color: #104A74;
	padding: 0px 30px;
	align-items: center;
}
.top-carrito{
	display: flex;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 24px;
	background-color: #104A74;
	border-radius: 3px;
	padding: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;

}
.top-carrito:link{

	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 24px;
	color: #104A74;

}
.menu{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: white;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 14px;
	background-color: #104A74;
	width: 100%;
	padding: 8px 0px;
}
.productos-cont{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.producto{
	position: relative;
	border: solid 1px #333;
	width: 800px;
	height: 280px;
	margin: 10px;
	padding: 10px;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}
.producto-info-title{
	color: #104A74;
	font-size: 18px;
	font-weight: bold;
}
.sim-support{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #333;
	font-size: 12px;
}
.producto-info{
	position: relative;
	margin-left: 10px;
	height: 100%;
	max-width: 450px;
}
.producto-buy{
	right: 10px;
	position: absolute;
}
.producto-precio{
	color: #104A74;
	font-size: 18px;
	font-weight: bold;
}
.producto-precio-old{
	color: #104A74;
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
}
.producto-precio-sale{
	color: #F00;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}



.producto-features{
	color: #333;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}
.addtoCart{
	position: absolute;
	right: 10px;
	top: 10px;
	justify-content: center;
}
.addtoCart-bt{
	height: 35px;
	background-color: #104A74;
	padding: 10px;
	color: white;
	text-align: center;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	border-radius: 5px;
	border: none;
	
}
.addtoCart-bt:hover{
	background-color: #0A4B26;
	cursor: pointer;
}
.cart-cont{
	position: relative;
	width: 100%;
	display: flex;
	align-content: center;
}
.cart-table{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 13px;
	color: #333;
	width: 80%;
	border-collapse: collapse;
	text-align: center;
}
.cart-table td{
	padding: 5px 10px;
}
.cart-table th{
	padding: 8px 10px;
	color: #FFF;
	background-color: #104A74;
}
.flecha-botton{
	/*width: 20px;*/
	height: 20px;
	color: #FFF;
	background-color: #104A74;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 15px;
	font-weight: bold;
	border: none;
	margin: 0px 5px;
	text-align: center;	
}
.flecha-botton:hover{
	background-color: #0A4B26;
	cursor: pointer;
}
.cart-user-title{

font-size: 24px;
	margin-bottom: 30px;
	margin-top: 0px;


}
.cart-user{
	background-color: #104A74;
	width: 100%;
	margin-top: 40px;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 13px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	margin-bottom: 40px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;  
}

.cart-user input[type=text]{
	margin-bottom: 10px;
	padding: 8px;
	border: 1px #333 solid;
	border-radius: 5px;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 15px;
	width: 300px;
	text-align: center;
}

.term-link:link, .term-link:visited, .term-link:active{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 13px;
	color: #fff;
}
.term-link:hover{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 13px;
	color: #fff;
	
}

.cart-pay{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 40px;
	
}
.cart-pay-bt{
	background-color: #104A74;
	padding: 15px 60px;
	color: white;
	text-align: center;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	border: none;
	
}
.cart-pay-bt:hover{
	background-color: #0A4B26;
	cursor: pointer;
}
.checkout-cont{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.checkout{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 14px;
	color: #fff;
	padding: 20px 60px;
	border-radius: 10px;
	background-color: #104A74;
	text-align: center;
	margin-bottom: 15px;
}
.checkout-item{
	margin-bottom: 20px;
}
.checkout-title{
	margin-bottom: 20px;
	font-size: 16px;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #333;
	text-align: center;
}
.checkout-pay{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.error{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: #E70003;
	text-align: center;
}
.success{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: #0A4B26;
	text-align: center;
}
.term-background{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.75);
	z-index: 20;
}
.term-close{
	position: absolute;
	color: #333 ;
 	right: 8px;
	top: 5px;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 12px;
	text-align: right;
	z-index: 40;
	
}
.term-close:hover{
	cursor: pointer;
	text-decoration: underline;
}
.term-closeBack{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: none;
	z-index: 10;
	opacity: 0;
}
.term-closeBack:hover{
	cursor: pointer;
}
.term-title{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 22px;
	color: #104A74;
}
.terminosDiv{
	position: absolute;
	width: 600px;
	background-color: #fff;
	height: 600px;
	border-radius: 5px;
	left: calc(50% - 300px);
	top: calc(50% - 300px);
	color: #333;
	padding: 15px;
	
}
.response-message{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 13px;
	color: #333;
	margin-top: 30px;
	text-align: center;
}

.checkout-link:link, .checkout-link:visited, .checkout-link:active, .checkout-link:hover{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	height: 300px;
	width: 100%;
	color: #333;
}
.cart-link:link, .cart-link:visited, .cart-link:active, .cart-link:hover{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.response-cont{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70%;
}
.footer{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-content: center;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	font-size: 13px;
	background-color: #104A74;
	margin-top: 40px;
}
.footer-item{
	display: flex;
	width: 350px;
	align-items: center;
	text-align: center;
	align-content: center;
}
.inter-item{
	position: absolute;
	padding: 50px 20px;
	background-color: #104A74;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	font-size: 13px;
	text-align: center;
	height: 320px;
	width: 400px;
	left: calc(50% - 200px);
	top: calc(50% - 240px);
}
.contactForm-background{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.75);
	z-index: 20;
}

.contactForm-closeBack{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: none;
	z-index: 10;
	opacity: 0;
}
.contactForm-closeBack:hover{
	cursor: pointer;
}
.contactFormDiv{
	position: fixed;
	width: 500px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #000;
	margin: auto;
	z-index: 50;
	padding: 20px 0px;
	border-radius: 8px;
	
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-family: Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 10px;

	

	
}
.contactForm-close{
	position: absolute;
	color: #fff;
 	right: 8px;
	top: 5px;
	font-family: Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 12px;
	text-align: right;
	z-index: 40;
	
}
.contactForm-close:hover{
	cursor: pointer;
	text-decoration: underline;
}
.contactFormDiv-cont{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	width: 100%;
	color: #333;
	font-size: 14px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	padding: 0px 120px;
	
}
.contactFormDiv-cont div{
	margin-bottom: 30px;
}
.loginButton{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px 0px;
	border-radius: 10px;
	background-color: #104A74;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: linear-gradient(to right, #114f74 , #1788b4);
	box-shadow: 0px 0px 1px 1px #888888;
	-webkit-appearance: none;
	border: none;
	width: 100%;
}
.loginButton:hover{
	cursor: pointer;
	background-image: linear-gradient(to right, #245d80 , #298fb9);
	
}
#error{
	color: #ED0003;
}
#success{
	color: #27650C;
}
.textField{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 12pt;
	margin: 8px 0px;
	padding: 5px;
	border-radius: 3px;
	border: solid 1px #ccc;
	width: calc(100% - 10px);
}
.tienda_topbutton{

	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}