@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,go
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  border-radius: 5px;
  width: 100%;
  height: 256px
}

.img_oferta img{
	float: left; 
	width: 31%; 
	margin: 1%; 
	border-radius:5px
}
.social-login {
  padding-bottom: 15px;
}
.social-conversion .error-container {
  background-color: #FFDDDD;
  margin: 0 0 24px 0;
  padding: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  text-align: center;
}
.social-conversion .error-container p {
  font-size: 16px !important;
  padding: 0 !important;
}
.btn {
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #5f5f5f;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 1px #fff;
  white-space: nowrap;
  background-color: #f0f0f0;
  outline: none;
  height: 42px;
}
.btn-facebook {
  background-color: #435f9c;
  background: -webkit-gradient(linear, left top, left bottom, from(#5676bc), to(#31497b));
  background: -webkit-linear-gradient(#5676bc, #31497b);
  background: linear-gradient(#5676bc, #31497b);
  border: 1px solid #293e69;
  border-top-color: #31497b;
  color: #444;
  text-shadow: 0 1px #fff;
}
.btn-google {
  background-color: #ef6666;
  background: -webkit-gradient(linear, left top, left bottom, from(#f87474), to(#e65858));
  background: -webkit-linear-gradient(#f87474, #e65858);
  background: linear-gradient(#f87474, #e65858);
  border: 1px solid #e34242;
  border-top-color: #e65858;
  color: #444;
  text-shadow: 0 1px #fff;
}
.btn-linkedin {
  background-color: #007bb6;
  background: -webkit-gradient(linear, left top, left bottom, from(#009cda), to(#0073b2));
  background: -webkit-linear-gradient(#009cda, #0073b2);
  background: linear-gradient(#009cda, #0073b2);
  border: 1px solid #007bb6;
  border-top-color: #009cda;
  color: #444;
  text-shadow: 0 1px #fff;
}
.btn-facebook em,
.btn-google em,
.btn-linkedin em {
  -webkit-box-shadow: 1px 0 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 1px 0 0 rgba(0,0,0,0.05);
  box-shadow: 1px 0 0 rgba(0,0,0,0.05);
  height: 39px;
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.btn-social {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.btn-social em {
  display: inline-block;
  outline: none;
  position: relative;
  vertical-align: middle;
}
.btn-facebook em {
  width: 41px;
  height: 41px;
  background: url("//d335luupugsy2.cloudfront.net/images/landing_page_templates/sprite-social-conversion.png") 0 0 no-repeat;
  background-color: #5a78b9;
  background-color: rgba(255,255,255,0.08);
}
.btn-google em {
  width: 41px;
  height: 41px;
  background: url("//d335luupugsy2.cloudfront.net/images/landing_page_templates/sprite-social-conversion.png") -41px 0 no-repeat;
  background-color: #e65858;
  background-color: rgba(255,255,255,0.07);
}
.btn-linkedin em {
  width: 41px;
  height: 41px;
  background: url("//d335luupugsy2.cloudfront.net/images/landing_page_templates/sprite-social-conversion.png") -82px 0 no-repeat;
  background-color: #49b5e1;
  background-color: rgba(255,255,255,0.08);
}
.btn-social span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,0.25);
  font-size: 14px;
}
/*SEPARADOR - OU */
.social-wrap-separator {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.social-separator {
  color: rgba(0,0,0,0.5);
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  display: none;
  display: block;
}
.social-separator p {
  overflow: hidden;
  font-size: 0.85em !important;
  text-align: center;
  padding-bottom: 0 !important
}
.social-separator p:before,
.social-separator p:after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 38%;
  background: rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.social-separator p:before {
  margin-right: 10px;
}
.social-separator p:after {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .btn-social span {
    margin-left: 5px;
    font-size: 12px;
  }
}

/* BASE */
#conversion header {
  display: block;
  margin: 0;
  padding: 30px 30px 20px;
}
#conversion header h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
}
#conversion header p {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
}
#conversion section {
  display: block;
  margin: 0;
  padding: 30px 30px 20px;
}
#conversion .social-conversion {
  padding-bottom: 0 !important;
}
#conversion .social-conversion + section {
  padding-top: 20px !important;
}
#conversion-modal .modal-content section p,
#conversion section p {
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 0 0 20px 0;
}
#conversion-modal .modal-content section p.notice,
#conversion section p.notice {
  font-size: 12px;
}

/* FIELDS */
#conversion section form div.field,
#conversion-modal .modal-content section form div.field {
  margin: 0;
  padding: 0 0 12px 0;
}
#conversion section form div.field div,
#conversion-modal .modal-content section form div.field div {
  clear: both;
  width: 100%;
  margin: 0 0 5px 0;
}
#conversion-modal .modal-content section form input,
#conversion-modal .modal-content section form select,
#conversion-modal .modal-content section form textarea,
#conversion-modal .modal-content section form .select2-choice,
#conversion section form input,
#conversion section form select,
#conversion section form textarea,
#conversion section form .select2-choice {
  display: inline-block;
  background-color: #FFFFFF;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#conversion-modal .modal-content section form label,
#conversion section form label {
  display: block;
  min-height: 25px;
  margin: 0;
  padding: 0 0 5px 0;
}
#conversion-modal .modal-content section form select,
#conversion section form select {
  width: 100%;
  height: 36px;
  line-height: 36px;
}
#conversion-modal .modal-content section form textarea,
#conversion section form textarea {
  height: 104px;
}
#conversion-modal .modal-content section form input[type=radio],
#conversion-modal .modal-content section form input[type=checkbox],
#conversion section form input[type=radio],
#conversion section form input[type=checkbox] {
  width: inherit;
  height: inherit;
  margin-top: 0 !important;
  margin-right: 8px;
}
#conversion-modal .modal-content section form input[type=radio] + label,
#conversion-modal .modal-content section form input[type=radio] + label + label,
#conversion-modal .modal-content section form input[type=checkbox] + label,
#conversion section form input[type=radio] + label,
#conversion section form input[type=radio] + label + label,
#conversion section form input[type=checkbox] + label {
  display: block;
  width: auto;
  padding: 5px 0 4px 28px;
}

/* SOCIAL PAY */
#conversion section div#pay-area {
  padding: 16px 0 0 0;
}
#conversion section div#pay-area p {
  font-size: 16px;
}

/* CALL TO ACTION */
#conversion-modal .modal-content section div.actions,
#conversion section div.actions {
  text-align: center;
  padding: 16px 0 8px 0;
}
#conversion-modal .modal-content section div.actions input.call_button,
#conversion-modal .modal-content section div.actions a.call_button,
#conversion section div.actions input.call_button,
#conversion section div.actions a.call_button {
  display: block;
  cursor: pointer;
  height: auto;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  word-break: break-word;
  line-height: 1.2em;
  white-space: normal;
  vertical-align: middle;
  margin: 2px auto 24px auto;
  padding: 15px 20px 17px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#conversion-modal .modal-content section div.actions img,
#conversion section div.actions img {
  width: auto !important;
}

/* ERROR */
#conversion-modal .modal-content section form label.error,
#conversion section form label.error {
  display: none !important;
}
#conversion-modal .modal-content section form input.error,,
#conversion-modal .modal-content section form textarea.error,
#conversion-modal .modal-content section form .select2-container.error .select2-choice,
#conversion-modal .modal-content section form select.error,
#conversion section form input.error,
#conversion section form textarea.error,
#conversion section form .select2-container.error .select2-choice,
#conversion section form select.error {
  background-color: #FFDDDD;
}
#conversion-modal .modal-content section div#error-container,
#conversion section div#error-container {
  display: none;
  background-color: #FFDDDD;
  margin: 0 0 24px 0;
  padding: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#conversion-modal .modal-content section div#error-container p,
#conversion section div#error-container p {
  color: #463A33;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* SELECT 2 */
.select2-container .select2-choice {
  background: #FFFFFF;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 5px;
}
.select2-drop-active {
  border-color: #FFFFFF;
  padding: 5px;
  margin-top: -5px;
  margin-left: 1px;
}

/* MODAL */
.overflow-hidden {
  overflow: hidden;
}
.hidden {
  display: none;
}
#conversion-modal {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1;
}
#conversion-modal .modal-header {
  text-align: right;
  margin-top: -10px;
}
#conversion-modal .modal-header .close-modal {
  background-color: transparent;
  cursor: pointer;
  font-size: 1.8em;
  color: #8A8A8A;
}
#conversion-modal .modal-content {
  background: #FFFFFF;
  color: #5c5c5c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  position: relative;
  width: auto;
  margin: 10px;
  padding: 30px;
}
#conversion-modal .modal-content header {
  display: none;
}
#conversion-modal .modal-content section form input,
#conversion-modal .modal-content section form select,
#conversion-modal .modal-content section form textarea,
#conversion-modal .modal-content section form .select2-choice {
  border: 1px solid #CCC;
}

/* MEDIA QUERY */
@media screen and (min-width: 760px) {
  #conversion {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #conversion header {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  #conversion section {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
  }
  #conversion-modal .modal-content {
    width: 600px;
    margin: 30px auto;
  }
}

.pure-g{
  letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;
  text-rendering:optimizespeed;
  font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  display:-webkit-flex;
  -webkit-flex-flow:row wrap;
  display:-ms-flexbox;
  -ms-flex-flow:row wrap
}
.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}
.pure-u{display:inline-block;
  *display:inline;zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  text-rendering:auto
}
.pure-g [class *="pure-u"]{
  font-family:sans-serif
}
.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,
.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,
.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,
.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,
.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,
.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,
.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  text-rendering:auto
}
.pure-u-1-24{
  width:4.1667%;
  *width:4.1357%
}
.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}
.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}
.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}
.pure-u-1-5{width:20%;*width:19.969%}
.pure-u-5-24{width:20.8333%;*width:20.8023%}
.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}
.pure-u-7-24{width:29.1667%;*width:29.1357%}
.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}
.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}
.pure-u-2-5{width:40%;*width:39.969%}
.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}
.pure-u-11-24{width:45.8333%;*width:45.8023%}
.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}
.pure-u-13-24{width:54.1667%;*width:54.1357%}
.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}
.pure-u-3-5{width:60%;*width:59.969%}
.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}
.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}
.pure-u-17-24{width:70.8333%;*width:70.8023%}
.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}
.pure-u-19-24{width:79.1667%;*width:79.1357%}
.pure-u-4-5{width:80%;*width:79.969%}
.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}
.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}
.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}
.pure-u-23-24{width:95.8333%;*width:95.8023%}
.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}
.pure-g-r{letter-spacing:-.31em;
  *letter-spacing:normal;
  *word-spacing:-.43em;
  font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  display:-webkit-flex;
  -webkit-flex-flow:row wrap;
  display:-ms-flexbox;
  -ms-flex-flow:row wrap}
  .opera-only :-o-prefocus,.pure-g-r{word-spacing:-.43em}
  .pure-g-r [class *="pure-u"]{font-family:sans-serif}
  .pure-g-r img{max-width:100%;height:auto}
  @media (min-width:980px){
    .pure-visible-phone{display:none}
    .pure-visible-tablet{display:none}
    .pure-hidden-desktop{display:none}}
    @media (max-width:480px){.pure-g-r>.pure-u,.pure-g-r>[class *="pure-u-"]{width:100%}}
    @media (max-width:767px){.pure-g-r>.pure-u,.pure-g-r>[class *="pure-u-"]{width:100%}
    .pure-hidden-phone{display:none}
    .pure-visible-desktop{display:none}
    .form{margin-top: 40px}
  }
    @media (min-width:768px) and (max-width:979px){
      .pure-hidden-tablet{display:none}.pure-visible-desktop{display:none}
    }
    @media screen and (min-width:35.5em)
    {.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-2-3,
      .pure-u-sm-1-4,.pure-u-sm-3-4,.pure-u-sm-1-5,.pure-u-sm-2-5,.pure-u-sm-3-5,
      .pure-u-sm-4-5,.pure-u-sm-5-5,.pure-u-sm-1-6,.pure-u-sm-5-6,.pure-u-sm-1-8,
      .pure-u-sm-3-8,.pure-u-sm-5-8,.pure-u-sm-7-8,.pure-u-sm-1-12,.pure-u-sm-5-12,
      .pure-u-sm-7-12,.pure-u-sm-11-12,.pure-u-sm-1-24,.pure-u-sm-2-24,.pure-u-sm-3-24,
      .pure-u-sm-4-24,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-24,.pure-u-sm-8-24,
      .pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,
      .pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,
      .pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,
      .pure-u-sm-24-24{
        display:inline-block;
        *display:inline;zoom:1;
        letter-spacing:normal;
        word-spacing:normal;vertical-align:top;
        text-rendering:auto}
        .pure-u-sm-1-24{
          width:4.1667%;
          *width:4.1357%
        }
        .pure-u-sm-1-12,
        .pure-u-sm-2-24{width:8.3333%;*width:8.3023%}
        .pure-u-sm-1-8,.pure-u-sm-3-24{width:12.5%;*width:12.469%}
        .pure-u-sm-1-6,.pure-u-sm-4-24{width:16.6667%;*width:16.6357%}
        .pure-u-sm-1-5{width:20%;*width:19.969%}
        .pure-u-sm-5-24{width:20.8333%;*width:20.8023%}
        .pure-u-sm-1-4,.pure-u-sm-6-24{width:25%;*width:24.969%}
        .pure-u-sm-7-24{width:29.1667%;*width:29.1357%}
        .pure-u-sm-1-3,.pure-u-sm-8-24{width:33.3333%;*width:33.3023%}
        .pure-u-sm-3-8,.pure-u-sm-9-24{width:37.5%;*width:37.469%}
        .pure-u-sm-2-5{width:40%;*width:39.969%}
        .pure-u-sm-5-12,.pure-u-sm-10-24{width:41.6667%;*width:41.6357%}
        .pure-u-sm-11-24{width:45.8333%;*width:45.8023%}
        .pure-u-sm-1-2,.pure-u-sm-12-24{width:50%;*width:49.969%}
        .pure-u-sm-13-24{width:54.1667%;*width:54.1357%}
        .pure-u-sm-7-12,.pure-u-sm-14-24{width:58.3333%;*width:58.3023%}
        .pure-u-sm-3-5{width:60%;*width:59.969%}
        .pure-u-sm-5-8,.pure-u-sm-15-24{width:62.5%;*width:62.469%}
        .pure-u-sm-2-3,.pure-u-sm-16-24{width:66.6667%;*width:66.6357%}
        .pure-u-sm-17-24{width:70.8333%;*width:70.8023%}
        .pure-u-sm-3-4,.pure-u-sm-18-24{width:75%;*width:74.969%}
        .pure-u-sm-19-24{width:79.1667%;*width:79.1357%}
        .pure-u-sm-4-5{width:80%;*width:79.969%}
        .pure-u-sm-5-6,.pure-u-sm-20-24{width:83.3333%;*width:83.3023%}
        .pure-u-sm-7-8,.pure-u-sm-21-24{width:87.5%;*width:87.469%}
        .pure-u-sm-11-12,.pure-u-sm-22-24{width:91.6667%;*width:91.6357%}
        .pure-u-sm-23-24{width:95.8333%;*width:95.8023%}
        .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24{width:100%}
      }
      @media screen and (min-width:48em){
        .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-2-3,
        .pure-u-md-1-4,.pure-u-md-3-4,.pure-u-md-1-5,.pure-u-md-2-5,.pure-u-md-3-5,
        .pure-u-md-4-5,.pure-u-md-5-5,.pure-u-md-1-6,.pure-u-md-5-6,.pure-u-md-1-8,
        .pure-u-md-3-8,.pure-u-md-5-8,.pure-u-md-7-8,.pure-u-md-1-12,.pure-u-md-5-12,
        .pure-u-md-7-12,.pure-u-md-11-12,.pure-u-md-1-24,.pure-u-md-2-24,.pure-u-md-3-24,
        .pure-u-md-4-24,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-24,.pure-u-md-8-24,
        .pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,
        .pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,
        .pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,
        .pure-u-md-24-24{
          display:inline-block;
          *display:inline;zoom:1;
          letter-spacing:normal;
          word-spacing:normal;
          vertical-align:top;
          text-rendering:auto
        }
        .pure-u-md-1-24{width:4.1667%;*width:4.1357%}
        .pure-u-md-1-12,.pure-u-md-2-24{width:8.3333%;*width:8.3023%}
        .pure-u-md-1-8,.pure-u-md-3-24{width:12.5%;*width:12.469%}
        .pure-u-md-1-6,.pure-u-md-4-24{width:16.6667%;*width:16.6357%}
        .pure-u-md-1-5{width:20%;*width:19.969%}
        .pure-u-md-5-24{width:20.8333%;*width:20.8023%}
        .pure-u-md-1-4,.pure-u-md-6-24{width:25%;*width:24.969%}
        .pure-u-md-7-24{width:29.1667%;*width:29.1357%}
        .pure-u-md-1-3,.pure-u-md-8-24{width:33.3333%;*width:33.3023%}
        .pure-u-md-3-8,.pure-u-md-9-24{width:37.5%;*width:37.469%}
        .pure-u-md-2-5{width:40%;*width:39.969%}
        .pure-u-md-5-12,.pure-u-md-10-24{width:41.6667%;*width:41.6357%}
        .pure-u-md-11-24{width:45.8333%;*width:45.8023%}
        .pure-u-md-1-2,.pure-u-md-12-24{width:50%;*width:49.969%}
        .pure-u-md-13-24{width:54.1667%;*width:54.1357%}
        .pure-u-md-7-12,.pure-u-md-14-24{width:58.3333%;*width:58.3023%}
        .pure-u-md-3-5{width:60%;*width:59.969%}
        .pure-u-md-5-8,.pure-u-md-15-24{width:62.5%;*width:62.469%}
        .pure-u-md-2-3,.pure-u-md-16-24{width:66.6667%;*width:66.6357%}
        .pure-u-md-17-24{width:70.8333%;*width:70.8023%}
        .pure-u-md-3-4,.pure-u-md-18-24{width:75%;*width:74.969%}
        .pure-u-md-19-24{width:79.1667%;*width:79.1357%}
        .pure-u-md-4-5{width:80%;*width:79.969%}
        .pure-u-md-5-6,.pure-u-md-20-24{width:83.3333%;*width:83.3023%}
        .pure-u-md-7-8,.pure-u-md-21-24{width:87.5%;*width:87.469%}
        .pure-u-md-11-12,.pure-u-md-22-24{width:91.6667%;*width:91.6357%}
        .pure-u-md-23-24{width:95.8333%;*width:95.8023%}
        .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24{width:100%}
        }@media screen and (min-width:64em){
          .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-2-3,
          .pure-u-lg-1-4,.pure-u-lg-3-4,.pure-u-lg-1-5,.pure-u-lg-2-5,.pure-u-lg-3-5,
          .pure-u-lg-4-5,.pure-u-lg-5-5,.pure-u-lg-1-6,.pure-u-lg-5-6,.pure-u-lg-1-8,
          .pure-u-lg-3-8,.pure-u-lg-5-8,.pure-u-lg-7-8,.pure-u-lg-1-12,.pure-u-lg-5-12,
          .pure-u-lg-7-12,.pure-u-lg-11-12,.pure-u-lg-1-24,.pure-u-lg-2-24,.pure-u-lg-3-24,
          .pure-u-lg-4-24,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-24,.pure-u-lg-8-24,
          .pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,
          .pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,
          .pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,
          .pure-u-lg-24-24{
            display:inline-block;
            *display:inline;
            zoom:1;
            letter-spacing:normal;
            word-spacing:normal;
            vertical-align:top;
            text-rendering:auto
          }
          .pure-u-lg-1-24{width:4.1667%;*width:4.1357%}.pure-u-lg-1-12,.pure-u-lg-2-24{width:8.3333%;*width:8.3023%}.pure-u-lg-1-8,.pure-u-lg-3-24{width:12.5%;*width:12.469%}.pure-u-lg-1-6,.pure-u-lg-4-24{width:16.6667%;*width:16.6357%}.pure-u-lg-1-5{width:20%;*width:19.969%}.pure-u-lg-5-24{width:20.8333%;*width:20.8023%}.pure-u-lg-1-4,.pure-u-lg-6-24{width:25%;*width:24.969%}.pure-u-lg-7-24{width:29.1667%;*width:29.1357%}.pure-u-lg-1-3,.pure-u-lg-8-24{width:33.3333%;*width:33.3023%}.pure-u-lg-3-8,.pure-u-lg-9-24{width:37.5%;*width:37.469%}.pure-u-lg-2-5{width:40%;*width:39.969%}.pure-u-lg-5-12,.pure-u-lg-10-24{width:41.6667%;*width:41.6357%}.pure-u-lg-11-24{width:45.8333%;*width:45.8023%}.pure-u-lg-1-2,.pure-u-lg-12-24{width:50%;*width:49.969%}.pure-u-lg-13-24{width:54.1667%;*width:54.1357%}.pure-u-lg-7-12,.pure-u-lg-14-24{width:58.3333%;*width:58.3023%}.pure-u-lg-3-5{width:60%;*width:59.969%}.pure-u-lg-5-8,.pure-u-lg-15-24{width:62.5%;*width:62.469%}.pure-u-lg-2-3,.pure-u-lg-16-24{width:66.6667%;*width:66.6357%}.pure-u-lg-17-24{width:70.8333%;*width:70.8023%}.pure-u-lg-3-4,.pure-u-lg-18-24{width:75%;*width:74.969%}.pure-u-lg-19-24{width:79.1667%;*width:79.1357%}.pure-u-lg-4-5{width:80%;*width:79.969%}.pure-u-lg-5-6,.pure-u-lg-20-24{width:83.3333%;*width:83.3023%}.pure-u-lg-7-8,.pure-u-lg-21-24{width:87.5%;*width:87.469%}.pure-u-lg-11-12,.pure-u-lg-22-24{width:91.6667%;*width:91.6357%}.pure-u-lg-23-24{width:95.8333%;*width:95.8023%}.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24{width:100%}}@media screen and (min-width:80em){.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-2-3,.pure-u-xl-1-4,.pure-u-xl-3-4,.pure-u-xl-1-5,.pure-u-xl-2-5,.pure-u-xl-3-5,.pure-u-xl-4-5,.pure-u-xl-5-5,.pure-u-xl-1-6,.pure-u-xl-5-6,.pure-u-xl-1-8,.pure-u-xl-3-8,.pure-u-xl-5-8,.pure-u-xl-7-8,.pure-u-xl-1-12,.pure-u-xl-5-12,.pure-u-xl-7-12,.pure-u-xl-11-12,.pure-u-xl-1-24,.pure-u-xl-2-24,.pure-u-xl-3-24,.pure-u-xl-4-24,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xl-1-24{width:4.1667%;*width:4.1357%}.pure-u-xl-1-12,.pure-u-xl-2-24{width:8.3333%;*width:8.3023%}.pure-u-xl-1-8,.pure-u-xl-3-24{width:12.5%;*width:12.469%}.pure-u-xl-1-6,.pure-u-xl-4-24{width:16.6667%;*width:16.6357%}.pure-u-xl-1-5{width:20%;*width:19.969%}.pure-u-xl-5-24{width:20.8333%;*width:20.8023%}.pure-u-xl-1-4,.pure-u-xl-6-24{width:25%;*width:24.969%}.pure-u-xl-7-24{width:29.1667%;*width:29.1357%}.pure-u-xl-1-3,.pure-u-xl-8-24{width:33.3333%;*width:33.3023%}.pure-u-xl-3-8,.pure-u-xl-9-24{width:37.5%;*width:37.469%}.pure-u-xl-2-5{width:40%;*width:39.969%}.pure-u-xl-5-12,.pure-u-xl-10-24{width:41.6667%;*width:41.6357%}.pure-u-xl-11-24{width:45.8333%;*width:45.8023%}.pure-u-xl-1-2,.pure-u-xl-12-24{width:50%;*width:49.969%}.pure-u-xl-13-24{width:54.1667%;*width:54.1357%}.pure-u-xl-7-12,.pure-u-xl-14-24{width:58.3333%;*width:58.3023%}.pure-u-xl-3-5{width:60%;*width:59.969%}.pure-u-xl-5-8,.pure-u-xl-15-24{width:62.5%;*width:62.469%}.pure-u-xl-2-3,.pure-u-xl-16-24{width:66.6667%;*width:66.6357%}.pure-u-xl-17-24{width:70.8333%;*width:70.8023%}.pure-u-xl-3-4,.pure-u-xl-18-24{width:75%;*width:74.969%}.pure-u-xl-19-24{width:79.1667%;*width:79.1357%}.pure-u-xl-4-5{width:80%;*width:79.969%}.pure-u-xl-5-6,.pure-u-xl-20-24{width:83.3333%;*width:83.3023%}.pure-u-xl-7-8,.pure-u-xl-21-24{width:87.5%;*width:87.469%}.pure-u-xl-11-12,.pure-u-xl-22-24{width:91.6667%;*width:91.6357%}.pure-u-xl-23-24{width:95.8333%;*width:95.8023%}.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24{width:100%}}

          /* BASE */
          *,
          ::before,
          ::after {
            margin: 0;
            padding: 0;
            outline: none;
            border: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
          }
          header,
          footer
          nav,
          section,
          article,
          figure {
            display: block;
          }
          .clearfix:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
          }
          html,
          body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 1.4em;
            height: 100%;
            width: 100%;
          }
          h1 {
            font-size: 2.15em;
            line-height: 1.4em;
            margin-bottom: .5em;
          }
          h2 {
            font-size: 1.5em;
            line-height: 1.4em;
            margin-bottom: .5em;
          }
          h3 {
            font-size: 1.3em;
            line-height: 1.4em;
            margin-bottom: .5em;
          }
          p {
            margin-bottom: .5em;
          }
          img {
            max-width: 100%;
          }
          em {
            font-style: italic;
          }
          strong {
            font-weight: bold;
          }
          ul li {
            list-style: initial;
            list-style-position: inside;
          }
          ol li {
            list-style: initial;
            list-style-position: inside;
            list-style-type: decimal;
          }
          .l-box {
            padding: 1.8em;
          }

          /* STYLE */
          #logo,
          #copyright {
            padding: 1em;
            text-align: center;
          }
          #copyright {
            font-size: .9em;
          }
          #featured-content #cover {
            text-align: center;
          }
          #featured-content #cover h1 {
            font-weight: bold;
            margin: 1em 0 .5em;
          }
          #featured-content #conversion header {
            padding-bottom: 0;
          }
          #featured-content #social-share {
            text-align: center;
            margin-top: 10px;
          }
          #featured-content #social-share div {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
          }

          /* COLORS */
          #logo {
            background-color: #FEFFE8;
          }
          #featured-content {
            padding: 30px;
            background-image: url();
            background-repeat: no-repeat;
            color: #000000;
            background: rgb(254,255,232);
            background: -moz-linear-gradient(top,  rgba(254,255,232,1) 0%, rgba(221,221,221,1) 100%);
            background: -webkit-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(221,221,221,1) 100%);
            background: linear-gradient(to bottom,  rgba(254,255,232,1) 0%,rgba(221,221,221,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#dddddd',GradientType=0 );


          }
          #featured-content #conversion {
            background: #0c4a60;
           /*background: rgb(167,207,223);
           background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%);
           background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
           background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
           filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );*/

           }

#featured-content #conversion h2 {
  color: #FFFFFF;
}
#featured-content #conversion p {
  color: #DDD;
}
#featured-content #conversion section {
  color: #FFFFFF;
}
#featured-content #conversion section div.actions .call_button,
#conversion-modal section div.actions .call_button {
	color: #000;
	background-color: #ffc700;
}
.call_button:hover{
	background-color: #ff8c00 !important;  
}
#additional-content {
	color: #FFFFFF;
	background-color: #00ADEF;
}
#copyright {
	color: #3D3D3D;
	background-color: #DDDDDD;
}

/* MEDIA QUERY */
@media screen and (max-width: 48em) {
  #featured-content{
    padding: 15px;
  }
  .l-box img {
    width: 80%;
    margin: 0 auto;
  }
  .l-box {
    padding: 0;
  }
  .img_oferta img{
    width: 48%;
  }
}
@media screen and (min-width: 48em) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  #featured-content #conversion {
    margin: 1.8em;
  }
  #featured-content #social-share {
    margin: 15px 0;
  }
}

#featured-content #social-share {
  display: none
}

#featured-content #cover h1 {
	font-weight: bold;
	margin: 1em 1em .5em;
	font-size: 32px;
}

#logo {
  background-color: #FEFFE8;
  border-bottom: 4px solid #24548B;
}
