body
{
  font-family: "Arial" !important;
  font-size: 16px !important;
}

.main-bg
{
  background-image: url(../images/cover.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  text-shadow: black 0.1em 0.1em 0.2em
}

.main-bg:before
{
  content:'';
	position: absolute;
  top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  background-color: rgba(0,0,0,0.1);
}

.main-text
{
  font-family: "Veneer Regular";
  color: #fff;
  font-size: 42px;
  line-height: 55px;
  margin-top: 50px;
}

.sub-main-text
{
  color: #fff;
}

.select-area
{
  font-family: "Veneer Regular";
  font-size: 34px;
  position: relative;
  background-color: #E17800;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.select-area:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 120, 0, 0);
	border-top-color: #E17800;
	border-width: 8px;
	margin-left: -8px;
}

.zones-bg
{
  background-color: rgba(0, 0, 0, 0.09);
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 35px;
}

.zones
{
  font-family: "Veneer Regular";
  font-size: 45px;
  background-color: #ffffff;
  color: #CDCDCD;
  border-radius: 100%;
  display: inline-block;
  width: 70px;
  padding: 0px;
  margin-right: 16px;
  margin-left: 16px;
}

.zones.active
{
  background-color: #4172CE;
  color: #fff;
}

.options
{
  margin-top: 35px;
  background-color: rgba(0, 0, 0, 0.09);
  padding: 10px;
}

.option-bg
{
  background-position: center;
  background-size: cover;
  height: 250px;
  position: relative;
}

.option-text
{
  font-family: "Veneer Regular";
  font-size: 42px;
  color: #fff;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  line-height: 35px;
}

.option-title
{
  color: #4172CE;
  font-weight: bold;
  margin-top: 15px;
}

.option-description
{
  font-size: 11px;
}

.option-button
{
  font-family: "Veneer Regular";
  font-size: 30px;
  background-color: #4172CE;
  color: #fff;
  padding: 5px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
  border: none;
  cursor: hand;
  cursor: pointer;
}

.select-area2
{
  font-family: "Veneer Regular";
  font-size: 34px;
  position: relative;
  background-color: #E1E620;
  color: #4172CE;
  padding: 10px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}

.select-area2:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 120, 0, 0);
	border-top-color: #E1E620;
	border-width: 8px;
	margin-left: -8px;
}

.items-box
{
  background-color: rgba(0, 0, 0, 0.09);
  padding: 40px;
}

.select-button
{
  font-family: "Veneer Regular";
  font-size: 30px;
  text-align: center;
  background-color: #4172CE;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  width: 100%;
  cursor: hand;
  cursor: pointer;
  border: none;
  margin-bottom: 5px;
}

.select-button-text
{
  font-size: 28px;
  line-height: 23px;
  padding: 11px;
}

.select-area3
{
  font-family: "Veneer Regular";
  font-size: 34px;
  position: relative;
  background-color: #F1C400;
  color: #4A4840;
  padding: 10px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}

.select-area3:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 120, 0, 0);
	border-top-color: #F1C400;
	border-width: 8px;
	margin-left: -8px;
}

.final-section
{
  background-color: #EB248B;
  color: #fff;
  padding: 30px;
  margin-top: 35px;
}

.what-text
{
  font-family: "Veneer Regular";
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.big-text
{
  font-size: 90px;
  line-height: 68px;
}

.final-image
{
  border-radius: 100%;
  width: 100%;
}

.final-button
{
  width: 100%;
}

.logo-section
{
  padding: 30px;
  text-align: center;
}

.footer-section
{
  background-color: #4172CE;
  color: #fff;
  padding: 40px;
  text-align: center;
  font-size: 12px;
}

.footer-media
{
  background-image: url('../images/footer-links.png');
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Veneer Regular";
  color: #4172CE;
  font-size: 20px;
  height: 100px;
  padding-top: 19px;
  margin-top: 15px;
}

.left-hr
{
  border-left: 1px solid #fff;
}

.select-area4
{
  font-family: "Veneer Regular";
  font-size: 34px;
  position: relative;
  background-color: #eb248b;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.select-area4:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 120, 0, 0);
	border-top-color: #eb248b;
	border-width: 8px;
	margin-left: -8px;
}

.what-text.blue
{
  color: #4172CE;
}

.data-input
{
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.back-text
{
  color: #4172CE;
  cursor: pointer;
  cursor: hand;
}

.pink-button
{
  background-color: #eb248b;
}

.policy-text
{
  color: #A7A7A7;
  font-size: 14px;
}

.enlace-txt-legales
{
  text-decoration: underline;
}

.enlace-txt-legales:hover
{
  color: #0056b3;
}

.gray-logo
{
  margin-top: 35px;
  background-color: #F5F5F5;
}

.data-zones
{
  margin-bottom: 35px;
}

.iban-accept
{
  font-size: 13px;
}

.secure-connection
{
  color: #4172ce;
  font-size: 16px;
}

.boton-seleccionado
{
  background-color: white;
  color: #4172ce;
}

button
{
  outline: none !important;
}

input[type='radio']
{
  display: none; /*removes original button*/
}

.final-button:hover
{
  color: #fff;
}

.final-button:disabled
{
  background-color: gray !important;
  cursor: auto !important;
}

.thanks-text
{
  margin-top: 35px;
  margin-bottom: 35px;
  color: #585858;
}

.hide
{
  display: none;
}

.show
{
  display: block;
}

.form-control
{
  margin-bottom: 10px !important;
}

.input_frecuencia
{
  border: none;
  font-size: 30px;
  color: #4172CE !important;
  height: 100% !important;
  max-height: 100% !important;
}

.input_cantidad
{
  border: none;
  font-size: 30px;
  color: #4172CE !important;
  height: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 767px)
{
  .text-xs-center
  {
    text-align: center;
  }
}



@font-face {
    font-family: 'Veneer Regular';
    src: url('../fonts/veneer-webfont.eot');
    src: url('../fonts/veneer-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/veneer-webfont.woff') format('woff'), url('../fonts/veneer-webfont.ttf') format('truetype'), url('../fonts/veneer-webfont.svg#veneerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
