@font-face {
    font-family: 'playfair_displayregular';
    src: url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-regular-webfont.eot');
    src: url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-regular-webfont.woff') format('woff'),
         url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-bold-webfont.eot');
    src: url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-bold-webfont.woff') format('woff'),
         url('https://www.himgs.com/css/hello/fonts/playfair-display/playfairdisplay-bold-webfont.ttf') format('truetype');
}
button:focus {
    outline: none !important;
}

.promo *, .form_fields .form_checkbox a{
	margin: 0;
	padding: 0;
	font: normal 400 16px/1.3em "FuturaMdBTMedium", Arial, Helvetica, sans-serif;
}

body *{
	box-sizing: border-box;
}

img{
    max-width: 100%;
}

.promo{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    /* display: table; */
}

.photo{
    width: 100%;
    display: table;
    margin-bottom: 1rem;
    height: auto;
}
.bold{
    text-transform: uppercase;
    font: normal 2rem / .9em "futura-pt", Arial, Helvetica, sans-serif;
    color: #ed008c;
}

.promo_text{
    padding: 0 25px;
}

.promo_header{
    text-align: center;
    width: 100%;
}

.promo_header h1 {
	color: #ed008c;
	font: normal 3rem / .9em "Roboto Condensed Bold", "futura-pt-bold", "futura-pt", Helvetica, Arial, sans-serif;
	margin-bottom: 2rem;
	margin-top: .5rem;
	letter-spacing:-5px;
}
.promo_text h2 {
    font: normal 400 16px/1.3em "futura-pt", Arial, Helvetica, sans-serif;
    margin-bottom: 2rem;
    color: #827d9d;
}

.promo_header span {
	font: normal 400 16px/1.3em "futura-pt", Arial, Helvetica, sans-serif;
	margin-bottom: 2rem;
	color: #827d9d;
}

.promo_text ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 2.5rem;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 8px;
}

.promo_text p, .promo_text li, .promo_thanks, .promo_thanks a, .form_fields .form_checkbox a, .form_fields .form_checkbox label, .form_fields .form_input label {
	font-size: 1.2rem;
	line-height: 1.2em;
	margin-bottom: 2rem;
	color: #666;
	font-family: "futura-pt", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.promo_text li span{
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin-left: -0.75em;
}

.promo_text button {
	background-color: #ed008c;
	padding: 1rem 1.5rem;
	margin: 3rem auto;
	display: table;
	color: #fff;
	font: 1.3rem / 1.35em "Roboto Condensed Bold", "futura-pt-bold", "futura-pt", Helvetica, Arial, sans-serif;
	border-radius: 2em;
	border: none;
	cursor: pointer;
}
.promo_text .little_info, .promo_text .little_info li{
  font-size: .75rem;
  margin-bottom: 1rem;
  font-family: Helvetica, Arial, sans-serif;
}

ol.little_info{
  padding-left:2rem;
}

/* formulario */

form .m_header_guide {
  display:none;
}

button#js_cool_promo_submit_button{
    position:relative;
    margin-top: 0;
}

button#js_cool_promo_submit_button:after{
    content:"PARTICIPATE";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate3d(-29%, -50%, 0);
    height:auto;
}
.m_btn:after, .wizard > .steps .current a, .wizard > .actions a:after{
  background-color: #ed008c;
}
button#js_cool_promo_submit_button:hover{
  background-color: #ed008c;
}

.form_fields .form_checkbox label {
    padding-top: 0;
    margin-bottom: 1rem;
}

.form_fields .form_input{
	margin-bottom: 1rem;
}

.form_fields .form_checkbox label.step_error {
    font-weight: bold;
    font-style: italic;
    padding: 0 0 0 1rem;
    font-size: 16px;
    color: #C00 !important;

}

ul.share-others {
    list-style: none;
    display: table;
}

ul.share-others li{
    margin-right:1.5rem;
}

ul.share-others i{
    font-size:1.3rem;
}

a.js_share_whatsapp.js_social_share.btn.btn-whatsapp {
    background: none;
    box-shadow: none;
    color: #C00;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin: -10px 0 0;
}

p.comentarioFinal {
    text-transform: uppercase;
    font-size: .8rem;
    margin: 2rem 0 1rem;
}

#legal_terms .m_popup_header{
  padding-right:2rem;
  width:100%;
}

.legal-provider-container{
  display:none;
}

.m_form_actions{
  text-align:left;
}

/** Fixins for the legal pop-up**/

.tt_accepted_conditions{
  border-bottom: 1px solid #666666;
}
.m_popup_header, .m_popup .m_popup_content {
  width:100%;
}

.m_popup .m_popup_text h2{
  font-size:1.75rem;
}

.m_popup .m_popup_text {
  font-size:1rem;
  font-family:Arial;
  line-height: 1.6em;
}

.m_popup_text a{
  color: #CC0000;
  text-decoration:underline;
  font-weight:bold;
}

.m_popup{
  background-color: #FFF;
}

.promo_thanks a, .promo_thanks a:hover{
  color:#ed008c;
  text-decoration:underline;
}

@media screen and (min-width: 990px)  {
  .promo_header{
    margin-top: 1.5rem;
  }

    body{
        background-color: #f0eeec !important;
    }

    .promo_content{
        display: flex;
        align-items: flex-start;
        background-color: #fff;
        margin-bottom:2rem;
    }
    .photo{
        width: 50%;
        margin: 0;
    }

    .promo_header span {
        font-size: 2.5rem;
    }
    .promo_header h1 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .promo_text {
        padding: 2rem 2rem 0 4rem;
        width: 50%;
    }

    .promo_text h2 {
        font-size: 2rem;
    }
    .promo_text p, .promo_text li, .promo_thanks, .promo_thanks a, .form_fields .form_input label {
        font-size: 20px;
        line-height:1.3em;
    }
    
    .promo_text li span{
       font-size: 20px;
       line-height:1.3em;
    }
    
    .promo_text li{
      flex: 0 0 calc(50% - 16px);
      margin-right:16px;
    }

    .promo_text button{
        margin: 3rem 0;
    }
}
