body
{
  font-family: "Arial" !important;
  font-size: 16px !important;
}

@media only screen and (max-width: 740px)
{
  .main-bg
  {
    background-position: -320px !important;
  }
}

@media only screen and (max-width: 650px)
{
  .main-bg
  {
    background-position: -280px !important;
  }
}

@media only screen and (max-width: 530px)
{
  .main-bg
  {
    background-position: -280px !important;
  }
}

@media only screen and (max-width: 425px)
{
  .main-bg
  {
    background-position: -600px !important;
  }

  .main-text
  {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 375px)
{
  .main-bg
  {
    background-position: -600px !important;
  }

  .main-text
  {
    font-size: 27px !important;
  }
}

@media only screen and (max-width: 320px)
{
  .main-bg
  {
    background-position: -670px !important;
  }

  .main-text
  {
    font-size: 23px !important;
  }
}

.index-button
{
  box-shadow: 1px 5px 0px #2d5090;
  margin-bottom: 25px;
  margin-top: 0 !important;
}

.sombra_gris
{
  text-shadow: 2px 2px 2px gray;
}

.sombra_blanca
{
  text-shadow: 2px 2px 2px white;
}

.index-button:hover
{
  background-color: #7394d2;
}

.paypal-button
{
  font-family: "Veneer Regular";
  font-size: 28px;
  background-color: #fec719;
  color: #000;
  padding: 5px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
  border: none;
  cursor: hand;
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
}

.main-text-box
{
  font-family: "Veneer Regular";
  color: #4a4840;
  font-size: 40px;
  line-height: 55px;
}

.main-bg
{
  background-image: url(../images/header-img.png);
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.main-text
{
  font-family: "Veneer Regular";
  color: #4172CE;
  font-size: 36px;
  line-height: 55px;
  margin-top: 50px;
}

.logo_plan
{
  padding-right: 30px;
  border-right-color: #4172CE;
  border-right-style: solid;
  border-right-width: 1px;
}

.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;
  width: 100% !important;
}

.zones
{
  font-family: "Veneer Regular";
  font-size: 2em;
  background-color: #ffffff;
  color: #CDCDCD;
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  padding: 0px;
}

.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: 100%;
  min-height: 350px;
  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;
  margin-top: 15px;
  font-family: "Veneer Regular";
  line-height: 25px;
}

.option-description
{
  font-size: 16px;
  font-family: "Veneer Regular";
  color: #4a4840;
}

.option-button
{
  font-family: "Veneer Regular";
  font-size: 28px;
  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%;
  word-break: break-all;
}

.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;
}

.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;
}

.mobile-br
{
  display: inline-block;
}

@media screen and (max-width: 320px)
{
  .mobile-br
  {
    display: block;
  }
}

@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;
}
