/************************************************/
/************************************************/
/****************** gracias  ********************/
/************************************************/
/************************************************/
/************************************************/


.gracias {
	width: 100%;
	min-height: 140px;
	display: block;
	position: relative;
	/* encabezado verde 	background: #28B56B;*/
	background: #28b56b;  /* verde */
}
.gracias i {
	background: whitesmoke;
	position: absolute;
	bottom: -63px;
	left: 45%;
	width: 140px;
	height: 140px;
	text-align: center;
	font-size: 100px;
	padding-top: 18px;
	border-radius: 50%;
	color: #;
}
.checkout-success {
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
}
.checkout-success h1, .checkout-success h2 {
	font-weight: normal;
	text-align: center;
}
.checkout-success h2 span {
	font-weight: bold;
	color: black;
}
.checkout-success h1 {
	color: #28B56B;
	font-weight: 700
}
.checkout-onepage-success .actions-toolbar {
	text-align: center !important;
}
.checkout-onepage-success .actions-toolbar .primary {
	float: none !important
}
.checkout-onepage-success .actions-toolbar a {
	background-color: #28B56B;
	border-color: #28B56B
}
#survey {
	max-width: 520px;
	background-color: white;
	border-radius: 20px;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.survey-answer .checkbox-survey{
	margin-top: 6px !important;
}

.survey-answer .option-value {
	border: none !important
}
.survey-content h3 {
	font-weight: normal !important;
	font-size: 16px
}
.survey-content .actions-toolbar {
	float: none !important;
}
.survey-content {
	text-align: center;
}
.survey-content .list-answer {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.survey-content .actions-toolbar a {
	background-color: white;
	border: 2px solid #227dbc;
	color: #227dbc;
}
.survey-content .actions-toolbar a:hover {
	background-color: #227dbc;
	border: 2px solid #227dbc;
	color: white;
}

.checkout-onepage-success main {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	padding-top: 0 !important
}
.checkout-onepage-success .headerTop {
	padding: 0 0;
}
/************************************************/

.alerta {
	width: 100%;
	min-height: 140px;
	display: block;
	position: relative;
	/* encabezado verde 	background: #28B56B;*/
	background: #ecc21d;  /* verde */
}
.alerta i {
	background: whitesmoke;
	position: absolute;
	bottom: -63px;
	left: 45%;
	width: 140px;
	height: 140px;
	text-align: center;
	font-size: 100px;
	padding-top: 18px;
	border-radius: 50%;
	color: #;
}
