/*	--------------------------------------------------
	::Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License:none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	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:inherit;
		vertical-align:baseline;
	}
	html {
		font-size:62.5%; 
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display:block;
	}
	body {
		line-height: 1;
	}
	img {
		vertical-align:top;
	}	
	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;
	}

	sub {vertical-align:sub;}
	sup {vertical-align:super;}



	/* Webfonts
	------------------------------------------- */
	/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 19, 2016 */



@font-face {
    font-family: 'craft_gothicbold';
    src: url('fonts/craftgothic-bold-webfont.woff2') format('woff2'),
         url('fonts/craftgothic-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'craft_gothicregular';
    src: url('fonts/craftgothic-regular-webfont.woff2') format('woff2'),
         url('fonts/craftgothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exo_2light_italic';
    src: url('fonts/exo2-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/exo2-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exo_2regular';
    src: url('fonts/exo2-regular-webfont.woff2') format('woff2'),
         url('fonts/exo2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exo_2semi_bold';
    src: url('fonts/exo2-semibold-webfont.woff2') format('woff2'),
         url('fonts/exo2-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exoregular';
    src: url('fonts/exo-regular-webfont.woff2') format('woff2'),
         url('fonts/exo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

	/* Global Reset & Standards
	------------------------------------------- */
	*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing:border-box; }
	body { 
		position:relative; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; line-height:1; color:#fff; background:#000;
		-webkit-text-size-adjust:none; text-size-adjust:none;
		-webkit-font-smoothing:antialiased; -webkit-touch-callout: none; -webkit-overflow-scrolling: touch;
	    /*-webkit-user-select: none; -khtml-user-select: none; -moz-	 -ms-user-select: none;*/
	   
	}
	::-moz-selection{background: #222D72; color: #FFFFFF; text-shadow: none;}
	::selection {background: #222D72; color: #FFFFFF; text-shadow: none;} 

	/* Links
	------------------------------------------- */
	a img { border:none; }
	a { 
		color:#fff; text-decoration: none; line-height: inherit; 
		-webkit-transition: color .1s linear; 
		-moz-transition: color .1s linear; 
		transition: color .1s linear;
	}
	a:hover { color:#fff; }
	a:focus { color:#fff; outline: none; }
	a:visited { color:#fff; }
	p a, p a:visited { line-height: inherit; }

	/* Misc
	------------------------------------------- */
	img, object, embed { 
		max-width: 100%; height: auto;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	object, embed { height: 100%; }
	img { -ms-interpolation-mode: bicubic; }

	/* Reset for strange margins by default on <figure> elements */
	figure { margin: 0; }


	/* Base Type Styles Using Modular Scale
	------------------------------------------- */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin:0; padding:0; font-size:13px; direction: ltr; }

	p { font-family:'amaticbold', Arial, Helvetica, sans-serif; color:#fff; font-weight:normal; line-height: 1.2; margin-bottom:5px; }

	h1, h2, h3, h4, h5, h6 { font-family:'BreeSerif', Georgia, serif; font-weight:normal; font-style:normal; line-height:1.2; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font:inherit; color:inherit; text-decoration:none; }

	hr { border:0; border-top:1px solid #c9c9c9; border-bottom:1px solid #fff; clear: both; margin:0; height: 0; }

	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	code { font-weight: bold; background: #ffff99; }


	/* Lists
	------------------------------------------- */
	ul { list-style:none outside; }
	ol { list-style:none outside; }


	/* Grid
	------------------------------------------- */
	.row { width:100%; margin:0 auto; max-width:960px; }

	.column, .columns { float: left; min-height:1px; padding:0; position: relative; }
	.column.centered, .columns.centered { float: none; margin: 0 auto; }

	.one, .row .one       { width: 8.33333%; }
	.two, .row .two       { width: 16.66667%; }
	.three, .row .three   { width: 25%; }
	.four, .row .four     { width: 33.33333%; }
	.five, .row .five     { width: 41.66667%; }
	.six, .row .six       { width: 50%; }
	.seven, .row .seven   { width: 58.33333%; }
	.eight, .row .eight   { width: 66.66667%; }
	.nine, .row .nine     { width: 75%; }
	.ten, .row .ten       { width: 83.33333%; }
	.eleven, .row .eleven { width: 91.66667%; }
	.twelve, .row .twelve { width: 100%; }

	/* Nicolas Gallagher's micro clearfix */
	.row { zoom: 1; }
	.row:before, .row:after { content:""; display: table; }
	.row:after { clear: both; }

	.row .row { max-width:none; min-width:0; width:auto; overflow:visible; }


/*	--------------------------------------------------
	Forms
	-------------------------------------------------- */
	/* Placeholders */
	/*::-webkit-input-placeholder { color:#4e4e4e; font-size:100%; }
	::-moz-placeholder { color:#4e4e4e; font-size:100%; }
	:-ms-input-placeholder { color:#4e4e4e; font-size:100%; }
	input:-moz-placeholder { color:#4e4e4e; font-size:100%; }

	input[type=search]::-webkit-search-decoration,
	input[type=search]::-webkit-search-cancel-button,
	input[type=search]::-webkit-search-results-button,
	input[type=search]::-webkit-search-results-decoration { display: none; }
	input[type="search"] { -webkit-appearance: textfield; }*/	 /* the webkit overrides need to stay at the top */

	/* fix date input width */
	/*input::-webkit-outer-spin-button,  
	input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }

	input, textarea { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }	
	
	input[type=date]::-webkit-calendar-picker-indicator { -webkit-appearance: none;  }*/	

	/*::-ms-clear { display: none; }
	::-ms-reveal { display: none; }


	label { position:relative; display:block; font-family:'amaticbold', Arial, Helvetica, sans-serif; font-size:167%; font-weight:normal; color:#337253; margin:5px 0 10px; }

	form { margin:0; }

	select , input[type="date"] {
	    width: 100%;
	    height: 30px; line-height: 1;
	    background-color: transparent;
	    border: none;
		border-bottom: 1px solid #ccc;
	    padding: 0 23px 0 0;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    color: #000000;
	    font-family: 'robotobold', Arial;
	    font-size: 100%;
	    font-weight: 400;
	    margin-bottom: 2px;
	    -webkit-appearance: none;
	    margin-bottom: 2px;
	    -webkit-border-radius: 0px;
	    border-radius: 0;
	    background-repeat: no-repeat;
	    background-position: right center;
	    position: relative;
	    z-index: 2;
	    outline:0px;
	}
	input[type="date"] {
	    -webkit-user-modify: inherit; 
	    line-height: 50px;
	  }

	option {
	    width: 100%;
	    height: 30px;
	    background-color: #fff;
	    padding: 0 15px;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    color: #000000;
	    /*font-family: 'Roboto', sans-serif;
	    font-weight: 400;
	    margin-bottom: 2px;
	    -webkit-appearance: none;
	    background-repeat: no-repeat;
	    /*background-image: url('../img/flecha.png');
	    background-position: right center;
	}
	*/

	.form .row { margin:0 -20px; }
	.form .columns { padding:0 20px; }

	/*input[type="text"], 
	input[type="password"], 
	input[type="email"], 
	input[type="date"], 
	input[type="tel"], 
	input[type="number"], 
	textarea { 
		display:block; font-family:'amaticbold', Arial, Helvetica, sans-serif; font-size:230.7%; font-weight:normal; color:#1A1A1A; background:transparent; 
		width:100%; border:0; margin:0; -webkit-appearance: none; border-bottom:2px solid #337253; overflow: auto; 
	}*/
	/*input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="tel"], input[type="number"] { height:50px; padding:4px 0; }*/
	/*textarea { padding:4px 0; resize:none;  margin-top:15px; }*/
	
	/*input[type="text"]:focus, 
	input[type="password"]:focus, 
	input[type="email"]:focus, 
	input[type="date"]:focus, 
	input[type="tel"]:focus, 
	input[type="number"]:focus, 
	textarea:focus { opacity:1; outline: none !important; }
	
	input[type="text"][disabled], 
	input[type="password"][disabled], 
	input[type="email"][disabled], 
	input[type="date"][disabled], 
	input[type="date"][disabled], 
	input[type="tel"][disabled], 
	input[type="number"][disabled], 
	textarea[disabled] { opacity:0.5; }

	input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}
	input[type=number] {
	    -moz-appearance:textfield;
	}

	.error label { color:#C1272D; }
	.error input[type="text"], 
	.error input[type="password"],
	.error input[type="email"], 
	.error input[type="date"], 
	.error input[type="tel"], 
	.error input[type="number"], 
	.error textarea { border-bottom:2px solid #C1272D; }*/

/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */
	.gigya-style-modern div.gigya-screen-dialog-top{line-height: 1!important;}


	.button {
		position:relative; margin:0 auto; outline:none; display:block; width:230px; height:70px; line-height:70px; background:#004F28;
		font-family:'amaticbold', Arial, Helvetica, sans-serif; font-size:364%; color:#FFEDC1; font-weight:normal; text-align:center; text-decoration:none; text-transform:uppercase; 
		-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
	}
	.button:hover,
	.button:visited { color:#FFEDC1; }

	/*input checkbox*/

		.cont-checkbox{position: relative; padding:0; display: table; min-height: 17px;}
		.cont-checkbox input[type="checkbox"]{position: absolute; top: 0; left: 0; z-index: 10; opacity: 0; width: 100%; height: 100%; margin: 0;}
		.registerStep.paso-1 .cont-checkbox input[type="checkbox"]{width: 18px;}
		.cont-checkbox p{
		    padding-left: 30px; line-height: 1; margin: 0; position: relative; top: 0; padding-right: 5px; display: table-cell; vertical-align: middle;
		    font-family: 'robotoregular', Arial; font-size: 88%; font-weight: 400; color: #333333;
		}
		.cont-checkbox p a{
		    line-height: 1;position: relative; top: 0; text-decoration: underline;
		    font-family: 'robotoregular', Arial; font-weight: 400; color: #333333;
		}
		.cont-checkbox input[type="checkbox"] + span{position: absolute; top: 0; bottom: 0; margin: auto; left: 0; width: 18px; height: 18px;background-color: #fff; border: 1px solid #B3B3B3;}

		.cont-checkbox input[type=checkbox] + span:before{ 
		   position: absolute; width: 100%; height: 100%; opacity: 0; text-align: center; color: #001D52; line-height: 18px; font-size: 15px;
		   -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;
		}
		.cont-checkbox  input[type=checkbox]:not(old):checked + span:before{opacity: 1}

		.cont-radio{position: relative; padding: 5px 0;}
		.cont-radio input[type="radio"]{position: absolute; top: 0; left: 0; z-index: 10; opacity: 0; width: 100%; height: 100%; margin: 0;}
		.cont-radio p{padding-left: 45px;margin: 0; font-family: 'robotoregular'; font-size: 116%;}
		.cont-radio input[type="radio"] + span{position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 30px; height: 30px;border-radius: 15px; background-color: #E6E6E6;}

		.cont-radio input[type=radio] + span:before{ content: ''; position: absolute; width: 12px; height: 12px; display: none; background-color:  #F6921E; border-radius: 8px; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}

		.cont-radio  input[type=radio]:not(old):checked +span:before{display: block;}

	/*End input checkbox*/


	/*Win*/
  .win{position: fixed; width: 100%; height: 100%; z-index: 500; top: 0; left: 0;}
  .win .bg{position: absolute; width: 100%; height: 100%; z-index: 1; background-color: #000; opacity: .75; top: 0; left: 0;}
  .win .cont-win{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; z-index: 2;} 
  .win .cont{position: relative; width: 100%; height: 100%; display: table; padding: 50px 0; overflow-y: auto} 
  .win .content{position: relative; width: 100%; display: table-cell; vertical-align: middle;} 
  .win .content .text{max-width: 800px; position: relative; margin:0 auto;} 
  .win .content .text h1{line-height: 1.2; font-size: 200%; font-family: 'exo_2semi_bold'; margin-bottom: 20px; text-align: center;} 
  .win .content .text p{line-height: 1.5; font-size: 146.5%; font-family: 'craft_gothicregular';} 
  .win .bt-cerrar{position: absolute; top: 30px; right: 30px; z-index: 10;text-align: center; width: 30px; height: 30px;} 
   
  .win .bt-cerrar{opacity: 0; transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -webkit-transition:all 0.5s cubic-bezier(0.16, 0.78, 0.74, 1.01) .5s; -moz-transition:all 0.5s cubic-bezier(0.16, 0.78, 0.74, 1.01) .5s; transition:all 0.5s cubic-bezier(0.16, 0.78, 0.74, 1.01) .5s;}
  .win .bt-cerrar{opacity: 1; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);}
  .win .bt-cerrar:hover{
	-webkit-animation: bt-cerrar .5s forwards; /* Chrome, Safari, Opera */
      -moz-animation: bt-cerrar .5s forwards; /* Chrome, Safari, Opera */
      animation: bt-cerrar .5s forwards;
  }

  .win .bt-cerrar:before{ 
      content: ''; position: absolute; width: 100%; height: 2px; background-color: #fff; top: 14px; left: 0;
      -webkit-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .2s; -moz-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .2s; transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .2s;
      transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
    }
    .win .bt-cerrar:after{ 
      content: ''; position: absolute; width: 100%; height: 2px; background-color: #fff; top: 14px; left: 0;
      -webkit-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .2s; -moz-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .2s; transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .2s;
      transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
    }

    .win .bt-cerrar:hover:after{background-color: #eaa128}
    .win .bt-cerrar:hover:before{background-color: #eaa128}


/*Animacion Win*/
/*************************/
    .win{
       -webkit-transition:all 0s ease-out 1.4s; -moz-transition:all 0s ease-out 1.4s; transition:all 0s ease-out 1.4s;
      top: -300%;
    }
    .win.active{
      -webkit-transition:all 0s ease-out 0s; -moz-transition:all 0s ease-out 0s; transition:all 0s ease-out 0s;
      top: 0;
    }
    .win .bg{
      -webkit-transition:all 0.3s ease-out .4s; -moz-transition:all 0.3s ease-out .4s; transition:all 0.3s ease-out .4s;
      opacity: 0;
    }
    .win.active .bg{
      -webkit-transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; -moz-transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s;
      opacity: .9;
    }

    .win .cont-win{
      -webkit-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; -moz-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s;
      transform: translateY(100px); -moz-transform: translateY(100px);-webkit-transform: translateY(100px); opacity: 0;
    } 
    .win.active .cont-win{
      -webkit-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .4s; -moz-transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .4s; transition:all 0.3s cubic-bezier(0.16, 0.78, 0.74, 1.01) .4s;
      transform: translateY(0); -moz-transform: translateY(0);-webkit-transform: translateY(0); opacity: 1;
    }
    .win .bt-cerrar{
     -webkit-transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; -moz-transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s;
      opacity: 0;
    }
    .win.active .bt-cerrar{
     -webkit-transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; -moz-transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s; transition:all 0.8s cubic-bezier(0.16, 0.78, 0.74, 1.01) 0s;
      opacity: 1
    } 

/*End Animacion Win*/
/*************************/



