.bg-form-01 {
	padding-top: 5%;
	padding-bottom: 5%;
	height: auto;
    background-color: #ffffff;
}

label{ 
	font-family: "Calibri", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #114458;
}

.texto-suscribete {
    position:absolute;
    right: 4%;
    top: 5%;
    z-index:10;
    padding-top:10px;
    padding-bottom:20px;
    color:#fff;
    text-align:right;
    width: 50%;
    text-shadow:0 0px 0px rgba(0,0,0,0);
}
	.texto-suscribete img { float:right; vertical-align: text-top; padding-left: 20px; height: 120px; width: auto; }
	.texto-suscribete h2 { font-family: "Calibri Light", sans-serif; font-size: 28px; font-weight: 600; color: #d2e2e7; padding-bottom: 10px; width: 100%; text-transform: uppercase }
	.texto-suscribete h5 { font-family: "Calibri Light", sans-serif; font-size: 18px; font-weight: 500; color: #ffffff; padding-bottom: 15px; width: 100%; line-height: 1.2em; }

/* ====================================================================================== */
/* The container */
.container-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-family: "Calibri", sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

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

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

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

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

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


/* ====================================================================================== */
.btn-danger {
    color: #979797;
    background-color: #ffffff;
    /* border-color: #d9534f; */
    border: 2px #d9534f solid;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Calibri", sans-serif;
    border-radius: 0px;
	width: 200px;
}

.btn-contacto {
    color: #ffffff;
    background-color: #000000;
    /* border-color: #d9534f; */
    border: 2px #ffffff solid;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Calibri", sans-serif;
    border-radius: 0px;
	width: 200px;
}
	.btn-contacto:hover { cursor: pointer; color: #ffffff; filter:alpha(opacity=50); opacity:.5; }