body {
    margin: 0px;

    font-family: 'Open Sans', sans-serif;
    position: relative;
    background-color: #e77e22;
    color: #fff !important;
}
input.boton_principal, .boton_principal {
	background-color: #faaf3b;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	opacity: 1;
	border: none;
	border-bottom: solid 4px #de9b34;
	padding: 0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	min-width: 200px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none;
}


h3 {
    background-color: #e77e22;
    color: #fff !important;
    margin-bottom: 5px;
    font-size: 50px;
    margin: 0;
    font-weight: 300;
    padding: 0;
    text-align: center;
}
.formMainInfo {
	padding-top:10px;
}
.success {
	margin:10px 0px;
	padding:20px;
	background-color: #c55c00;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
a#bt_back {
    color: white;
	display:none;
}
.header {
    background-color: white;
    padding: 10px;
    width: 100%;
    position: relative;
}

img {
    height: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/*------------*/

.registrationForm h4.stepsTitle {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 5px 0px;
	border-bottom: 1px solid white;
}

.registrationForm .titleDescription {
    font-size: 15px;
    padding: 10px 0px 5px 0px;
}
.registrationForm label {
	font-size: 18px;
	white-space: normal;
	line-height: 27px;
	font-weight: 600;
	display: block;
	padding: 10px 0px 0px 0px;
	float: none;
    width: 100%;
    color: #401313;
}
.formButtons {
	padding-top: 15px;
}
.registrationForm .inner {
	width:500px;
	margin: 0 auto;
}
.fancybox-inner .registrationForm .inner {
	width:90%;
}
.fancybox-inner section {
    border-bottom: none;
}
.fancybox-inner {
	background-color:#e77e22;
}
@media (max-width: 760px) { 
	.registrationForm .inner {
		width:90%;
	}
}

/*---------------------------------- Registration --------------------------------------------------*/



.registrationForm input[type=number].small {
    width: 50px !important;
    margin-right: 10px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 5px;
    box-sizing: inherit;
    float: left;
}

.registrationForm input[type=text], .registrationForm input[type=number],.registrationForm select {
    width: 100%;
    padding: 2px 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    resize: none;
    max-width: inherit;
    height: 35px;
    border-radius: 3px;
    float: none;
    box-sizing: border-box;
}
.registrationForm input.required, .registrationForm select.required {
    background-color: #ffe847;
}
radioOption {
	width:100%;
}

input.boton_numbers {
    background-color: #fdb42b;
    color: #363333;
    font-weight: 600;
    font-size: 14px;
    /* text-transform: uppercase; */
    opacity: 1;
    border: none;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    min-width: 80px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}
input.boton_numbers.remove {
    color: #fff;
    background-color: #84450e;
}



/* INI: estilos shipping selector */ 

.selecOptions input[type="radio"], .SelectPaymentMethod input[type="radio"] {
    display: none;
}

.selecOptions .shippingTitle {
    color: #1f1f1f;
    width: 100%;
    /* display: block; */
    padding: 5px 0px 5px 10px;
    display: flex;
    /* background-color: aliceblue; */
    transition: background-color ease-in-out 0.5s;
}
.selecOptions {
    width: 100%;
}
.selecOptions li {
    width: 100% !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	position:relative;
}
.selecOptions li.shippingSelected .shippingTitle {
    background-color: #FFBE5A;
    color: #4c2e00;
    display: flex;
    transition: background-color ease-in-out 0.5s;
}
.selecOptions .shippingDescription {
	padding: 5px 0px 5px 15px;
	font-size: 12px;
	width: 100%;
}
.shippingMainTitle {
    padding-left: 15px;
}
.selecOptions li.shippingSelected .shippingDescription {
	/* font-weight:bold; */
	background-color: #ffac2c;
	box-sizing: border-box;
}
.selecOptions .shippingTitle {
    font-weight:bold;
}
.selecOptions li.shippingSelected  {
	color: #131313;
}
.selecOptions label {
	height: 100%;
	z-index: 100;
	position: absolute;
	display: block;
	cursor: pointer;
	cursor: hand;
	width:100% !important;
	/* border-top: 2px solid #e49a59; */
	/* background-color: red; */
}
.selecOptions .shippingSelected label{
	border-top: none;
}


.selecOptions.checkboxOption li {
	border-top: none;
	background-color:#c76a19
}
.selecOptions.checkboxOption li.shippingSelected .shippingDescription {
	border-top: 1px solid #ffac2c;
}
.selecOptions.checkboxOption .shippingDescription {
	border-top: 1px solid #ab5912;
}
.selecOptions li {
	float: none;
	margin: 2px;
	display: table;
	margin-bottom: 4px;
	font-size:14px;
	color: #000000;
	overflow:hidden;
	line-height: normal;
	font-weight: normal;
	background-color: #c55c00;
}

@media (max-width: 1100px) {	
	.selecOptions li{
		width:100% !important;
	}
	.selecOptions  input {
    	width: auto !important;
	}
}
/* END: estilos shipping selector */ 




.left {
    float: left;
}
.right {
    float: right;
    width: 100%;
}
.opImage {
	
	display: block;
	text-align: center;
	background-color: #bf681b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.shippingSelected .opImage  img {
	width: 100px;
	transition: width ease-in-out 0.5s;
}
.opImage img {
    width: 50px;
    transition: width ease-in-out 0.5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/* INI: Botones */ 

.registrationForm a.back {
	font-size: 22px;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	text-align: center;
    clear: both;
}
.registrationForm a.back i {
	padding-right:10px;
}
.registrationForm a.back:hover {
    color: #f9ec7a;
}

.shippingSelected .optionContent {
    background-color: #ffbe5a;
    padding: 5px 10px 5px 15px;
    font-size: 12px;
    display: block;
}

.optionContent {
    display: none;
}

.devCont {
    font-size: 13px;
    color: black;
    border: 1px solid orange;
    padding: 5px;
}

/*---------------------------------- PAYMENT --------------------------------------------------*/

li.SelectPaymentContent {
    background-color: #ffbe5a;
}
.subtitle {
    white-space: normal;
    line-height: 15px;
    font-weight: 700;
    display: block;
    padding: 10px 0px 5px 0px;
    font-size: 14px;
    color: #401313;
}
.selecOptionsSub {
    padding: 10px;
}

/*---------------------------------- PAYMENT --------------------------------------------------*/

.SelectPaymentMethod li {
    background-color: #c55c00;
    margin: 5px 0px 5px 0px;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    cursor: hand;
}
.SelectPaymentMethod li.select {
    background-color: #FFBE5A;
    font-weight: bold;
    color: #613D05;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	 margin-bottom: 0px;
}

.SelectPaymentMethod li.SelectPaymentContent {
    display: none;
    background-color: #FFF6BA;
    border: 1px solid #FFBE5A;
    color: #401313;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    margin-top: 0px;
}
.labelRight {
    clear: both;
    padding: 10px 0px;
    font-size: 13px;
}
.registrationForm hr {
    clear: both;
    display: block;
    margin: 15px 0px 5px 0px;
    color: red;
    border: 0;
    height: 1px;
    background: #ffbe5a;
}
.errorForm {
    background-color: #d60000;
    padding: 10px;
    border: 1px solid white;
    font-size: 14px;
    margin-top: 10px;
}
#contact_form_bottom {
    align-items: center;
    margin: auto;
    width: 100%;
}