﻿body {
	font-family: Arial;
	font-size: 17px;
	padding: 12px;
}

* {
	box-sizing: border-box;
}

.row {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	margin: 0 -16px;
}

.col-25 {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
}

.col-50 {
	-ms-flex: 40%; /* IE10 */
	flex: 40%;
}

.col-75 {
	-ms-flex: 75%; /* IE10 */
	flex: 75%;
}

.col-100 {
	-ms-flex: 100%; /* IE10 */
	flex: 100%;
}

.col-25,
.col-50,
.col-75,
.col-100 {
	padding: 0 16px;
}

.container {
	background-color: #e2e2e2;
	padding: 5px 20px 15px 20px;
	border: 1px solid lightgrey;
	border-radius: 5px;
}

.subcontainer {
	background-color: #f4f4f4;
	padding: 5px 20px 15px 20px;
	margin: 10px;
	border: 1px solid lightgrey;
	border-radius: 5px;
}

.mensaje {
	background-color: #ffc07a;
	padding: 15px 12px 15px 12px;
	margin: 10px 0 10px 0;
	border: 1px solid orange;
	border-radius: 5px;
	text-align: center;
}

.mensaje_info {
	background-color: #fff; /*#85c3ff;*/
	padding: 15px 12px 15px 12px;
	margin: 10px 0 10px 0;
	/*border: 1px solid blue;*/
	border-radius: 5px;
	text-align: center;
}

.cantidad {
	text-align: center;
}

/* Create a custom checkbox */
.newsletter-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.newsletter-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* The container */
.newsletter-container {
  display: block;
  position: relative;
  padding-top: 3px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.newsletter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Style the checkmark/indicator */
.newsletter-container .newsletter-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.newsletter-container:hover input ~ .newsletter-checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.newsletter-container input:checked ~ .newsletter-checkmark {
  background-color: #2196F3;
}

/* Show the checkmark when checked */
.newsletter-container input:checked ~ .newsletter-checkmark:after {
  display: block;
}

input[type=text] {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

input[type=tel] {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	/*background-color: #ffeddb;*/
}

input[type=email] {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

input[type=number] {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

label {
	margin-bottom: 10px;
	display: block;
}

label.pago {
	margin-bottom: 10px;
	display: inline-block;
}

select {
	background-color: #4CAF50;
	color: white;
	padding: 12px;
	margin: 10px 0;
	border: none;
	width: 50%;
	border-radius: 5px;
	cursor: pointer;
	font-size: 17px;
}

select:hover{
	background-color: #45a049;
}

select option{
  font-size: 19px;
}

.icon-container {
	margin-bottom: 20px;
	padding: 7px 0;
	font-size: 24px;
}

.btn {
	background-color: #4CAF50;
	color: white;
	padding: 12px;
	margin: 10px 0;
	border: none;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	font-size: 17px;
}

.btn:hover {
	background-color: #45a049;
}

.btn-40 {
	background-color: #4CAF50;
	color: white;
	padding: 12px;
	margin: 10px 0;
	border: none;
	width: 40%;
	border-radius: 5px;
	cursor: pointer;
	font-size: 17px;
}

.btn-40:hover {
	background-color: #45a049;
}


.btn-disabled {
	background-color: #8dca89;
	padding: 12px;
	margin: 10px 0;
	border: none;
	width: 100%;
	border-radius: 5px;
	font-size: 17px;
}

a {
	color: #2196F3;
}

h2 {
	margin-bottom: 10px;
}

hr {
	border: 1px solid lightgrey;
	margin: 12px auto;
}

p {
	margin-top: 10px;
}

.precio {
	margin-top: 8px;
	margin-bottom: 0px;
}

span.price {
	float: right;
	color: grey;
}

::-webkit-input-placeholder { /* Edge */
	color: grey;
	opacity: 0.6;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: grey;
	opacity: 0.6;
}

::placeholder {
	color: grey;
	opacity: 0.6;
}

.imacentrada {
	width: 100%;
	max-width: 640px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}

.imatransparent {
	background-color: transparent;
	border: 3px;
}

footer {
	text-align: center;
	background-color: #d0d0d0;
	color: black;
	padding: 5px 20px 5px 20px;
	border: 1px solid darkgrey;
	border-radius: 5px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
	.row {
		flex-direction: column;
	}
	.col-25 {
		margin-bottom: 20px;
	}
}
