/* CSS Document */
.cegnew {
	margin-top: 33px;
	font-size: 16px;
	margin-bottom: 93px;
}
.cegnew .errors strong {
	display: table;
	width: 100%;
	padding-bottom: 20px;
}
.cegnew .errors li {
	text-align: left;
	padding: 5px 20px;
	list-style: decimal;
}
.cegnew .disabled {
	opacity: 0.4;
	pointer-events: none;
}
/* header */
.cegnew header {
	margin-bottom: 65px;
	text-align: center;
}
.cegnew header p {
	font-size: 16px;
	padding: 15px;
}
.cegnew ul.step {
	margin: 0 auto;
	margin-top: 60px;
	width: 50%;
	font-weight: lighter;
	background-image: url(../img/separator.png);
	background-position-x: 49%;
	background-position-y: 21%;
	background-size: 55%;
	background-repeat: no-repeat;
	height: 2px;
	margin-bottom: 150px;
}
.cegnew ul.step li {
	float: left;
	width: 33%;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}
.cegnew ul.step li.disabled {
	pointer-events: none;
	cursor: none;
}
.cegnew ul.step li.active a {
	color: #052675;
}
.cegnew ul.step li.active a {
	font-weight: 600;
}
.cegnew header p, .cegnew ul.step li a {
	color: #6C6C6C;
}
.cegnew header .step3 p {
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 20px;
}
.cegnew ul.step li a:focus, .cegnew ul.step li a:hover {
	text-decoration: none;
}
.cegnew ul.step li a:before {
	content: attr(data-step);
	font-size: 0.9em;
	display: block;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border: 2px solid #052675;
	color: #052675;
	padding: 10px 5px;
	max-width: 45px;
	height: 45px;
	margin: 0 auto;
	position: relative;
	bottom: 23px;
}
.cegnew ul.step li.active a:before {
	color: white;
	background: #052675;
}
.cegnew header h3 {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #052675;
	font-size: 28px;
}
.cegnew header h4 {
	padding: 20px 0px 35px;
	font-size: 28px;
	width: 100%;
	margin-top: 60px;
}
.cegnew header h4.subtitle {
	text-align: center;
	color: #052675;
	font-size: 28px;
	width: 100%;
}
/* slider */
.cegnew header #slider, .cegnew header #slider .ui-widget-header {
	background: #ACACAC;
	height: 3px;
	width: 100%;
	margin: 0 auto;
}


.cegnew header #slider .ui-slider-handle {
	background-color: #052675;
	border: 0px;
	height: 28px;
	width: 28px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	top: -0.8em;
}
.cegnew header .slider-price:before {
	content: "$";
}
.cegnew header .slider-price {
	font-size: 25px;
	padding-top: 22px;
	color: #052675;
	text-align: center;
    width: 100%;
}
/* form */
.cegnew header form {
	width: 50%;
	margin: 0 auto;
}
.cegnew section form p {
	margin: 0;
}
.cegnew section .step3 {
	width: 80%;
	margin: 0 auto !important;
}
.cegnew section .step3 .info p {
	margin-bottom: 8px;
}
.cegnew section .step3 .info p span {
	color: #052675;
}
.cegnew section .step3 h4 {
	margin-top: 27px;
	margin-bottom: 27px;
	font-size: 27px;
	padding-right: 16%;
}
.cegnew section input, .cegnew section select, .cegnew header input:focus, .cegnew header select:focus, .cegnew header input:active, .cegnew header select:active, .cegnew #slider .ui-slider-handle:focus {
	outline: none;
}
.cegnew section input:not(.request), .cegnew section select, .cegnew header input, .cegnew header select {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #ACACAC;
	color: #333;
	background-color: transparent;
	margin-top: 10px;
	border-radius: 6px;
	height: 51px;
}
.cegnew header input.calendar {
	background-image: url(../img/calendar.png);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: center;
	cursor: pointer;
}
.cegnew header input.calendar, .cegnew header select#sexo {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.cegnew section select, .cegnew header select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-image: url(../img/arrow.png);
	background-position-x: 98%;
	background-position-y: center;
	background-repeat: no-repeat;
}
/* body */

.cegnew section div:not(.step3) div {
	height: 110px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding-top: 20px;
}
.cegnew section .title {
	font-weight: bold;
	padding-top: 0px;
}
.cegnew section div div p {
	font-size: 16px;
}
.cegnew section div.step3 div select, .cegnew section div.step3 div input {
	margin-top: 0px;
	margin-bottom: 10px;
}
.cegnew section div.title, .cegnew section div:not(.step3) div:nth-child(odd) p {
	color: #FFF;
	text-align: center;
}
.cegnew section div.separator p, .cegnew section div.left p {
	font-size: 28px;
	line-height: 28px;
}
.cegnew section .info {
	padding-right: 40px;
}
.cegnew section .left {
	background-color: #052675;
}
.cegnew section div.title, .cegnew section div.separator {
	background-color: #052675bf
}
.cegnew section div.title {
	padding-top: 0px !important;
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
}
.cegnew section div.separator2 {
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
}
.cegnew section .request {
	float: right;
	text-transform: uppercase;
	border: 1px solid #052675;
	color: #052675;
	background-color: transparent;
	padding: 10px 60px;
	background-image: url(../img/bottom.png);
	background-position-x: 90%;
	background-position-y: center;
	background-repeat: no-repeat;
	font-size: 16px;
}
.cegnew footer .back input, .cegnew section .request {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.cegnew section span.price {
	font-size: 28px;
	width: 69%;
	float: left;
	text-align: center;
	padding: 8px;
}
/* footer */
.cegnew footer {
	margin-top: 60px;
	width: 100%;
}

.cegnew footer p {
	margin: 0 auto;
	width: 65%;
	text-align: center;
	font-size: 16px;
}
.cegnew footer p strong {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cegnew footer .bottom {
	padding: initial;
}
.cegnew footer .step3 .bottom input {
	margin: 0;
	float: left;
	line-height: 6px;
}
.cegnew footer .step3 .back input {
	float: right;
	background-position-x: 6%;
}
.cegnew footer .back input, .cegnew footer .bottom input {
	max-width: 228px;
	padding: 18px 25px;
}
.cegnew footer .back {
	text-align: center;
}
.cegnew footer .back input {
	width: 228px;
	background-color: transparent;
	border: 1px solid #052675;
	color: #052675;
	padding: 12px 70px;
	background-image: url(../img/bottom2.png);
	background-position-x: 10%;
	background-position-y: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
}
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.cegnew ul.step li {
	font-size: 1.5em;
}
.cegnew ul.step li a:before {
	max-width: 35px;
	height: 35px;
	font-size: 0.9em;
	padding: 7px 5px;
	bottom: 18px;
}
.cegnew section span.price {
	width: 59%;
}
}
/* Iphone 6/7/8 */
@media only screen and (max-device-width: 736px) {
.cegnew header input.calendar, .cegnew header select#sexo {
	width: 100%;
}
.cegnew section div.title, .cegnew section div.separator p, .cegnew section div.left p {
	font-size: 18px;
	line-height: 18px;
}
.cegnew section .info, .cegnew header {
	margin-bottom: 20px;
}
.cegnew ul.step {
	width: 100%;
	background-position-x: 49%;
	background-position-y: 21%;
	margin-bottom: 100px;
}
.cegnew ul.step li {
	font-size: 1.4em;
}
.cegnew ul.step li a:before {
	font-size: 1.0em;
	max-width: 35px;
	height: 35px;
	padding: 6px 5px;
	bottom: 18px;
}
.cegnew header h4.subtitle, .cegnew header h3 {
	text-align: left;
	font-size: 20px;
}
.cegnew header h4.subtitle, .cegnew header .step2 h3, .cegnew header .step3 h3 {
	text-align: center;
}
.cegnew header h3, .cegnew footer p {
	width: 100%;
	text-align: left;
}
.cegnew header p {
	padding-left: 0px;
	padding-right: 0px;
}
.cegnew header form {
	width: 95%;
}
.cegnew header h4 {
	padding-left: 0;
	padding-right: 0;
	font-size: 20px;
}
.cegnew section span.price {
	width: 50%;
	font-size: 20px;
}
.cegnew section .request {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	background-position-x: 94%;
	background-size: 17%;
}
.cegnew section div:not(.step3) div {
	height: 100px;
}
.cegnew header .step3 p {
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	text-align: left;
}
.cegnew section .step3 {
	width: initial;
}
.cegnew section .step3 .info p {
	font-size: 15px;
	margin-bottom: 4px;
}
.cegnew section .step3 h4 {
	padding-right: initial;
	font-size: 20px;
}
.cegnew footer .step3 .bottom input, .cegnew footer .back input {
	width: 100%;
	padding: 12px;
	height: 43px;
}
.cegnew footer .back {
	margin-left: 0px;
	padding-left: 0px;
}
.cegnew footer {
	margin-top: 30px;
}
}

/* Iphone 6/7/8 */
@media only screen and (max-device-width: 374px) {
.cegnew header input.calendar, .cegnew header select#sexo {
	width: 100%;
}
.cegnew section .info, .cegnew header {
	margin-bottom: 20px;
}
.cegnew ul.step {
	width: 100%;
	background-position-x: 49%;
	background-position-y: 21%;
	margin-bottom: 100px;
}
.cegnew ul.step li {
	font-size: 1.2em;
}
.cegnew ul.step li a:before {
	font-size: 1.0em;
	max-width: 32px;
	height: 32px;
	padding: 6px 5px;
	bottom: 16px;
}
.cegnew header h4.subtitle, .cegnew header h3 {
	text-align: left;
	font-size: 20px;
}
.cegnew header h4.subtitle, .cegnew header .step2 h3, .cegnew header .step3 h3 {
	text-align: center;
}
.cegnew header h3, .cegnew footer p {
	width: 100%;
	text-align: left;
}
.cegnew header p {
	padding-left: 0px;
	padding-right: 0px;
}
.cegnew header form {
	width: 95%;
}
.cegnew header h4 {
	padding-left: 0;
	padding-right: 0;
	font-size: 20px;
}
.cegnew section span.price {
	width: 50%;
	white-space: nowrap;
	text-align: left;
	font-size: 16px;
}
.cegnew section .request {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	background-position-x: 94%;
	background-size: 17%;
}
.cegnew section div:not(.step3) div {
	height: 100px;
}
.cegnew header .step3 p {
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	text-align: left;
}
.cegnew section .step3 {
	width: initial;
}
.cegnew section .step3 .info p {
	font-size: 15px;
	margin-bottom: 4px;
}
.cegnew section .step3 h4 {
	padding-right: initial;
	font-size: 20px;
}
.cegnew footer .step3 .bottom input, .cegnew footer .back input {
	width: 100%;
	padding: 12px;
	height: 43px;
	background-position-x: 5%;
}
.cegnew footer .back input {
	text-align: center;
}
.cegnew footer .back {
	margin-left: 0px;
	padding-left: 0px;
}
.cegnew footer {
	margin-top: 30px;
}
}
