:root{
	--color-primary-hot: #FF583A;
	--color-primary-hot-50: #FF583A50;
}

.txt-blanco{
	color: white;
}

header{
	position: relative;
	z-index: 10;
}

/* Section Land  */
section.section-land {
	width: 100%;
    height: auto;
}

section.section-land .car{
	height: auto; 
	min-width: 280px; 
	width: auto; 
	max-height: 100%; 
	margin-top: auto;
	 margin-bottom: 0px
}

section.section-land .wrapper-circle-bg{
	margin: auto;
	text-align: center;
	z-index: 5;
}

section.section-land .wrapper-circle-bg > div{
	position: relative;
	background-image: url("../../img/hot-sale/iconos-bg.svg"), url("../../img/hot-sale/main-bg-hot.svg");
    background-repeat: repeat, no-repeat;
    background-position: top center, top center;
    background-color: #FF583A;
    overflow: hidden;
}

section.section-land .circle-items{
	display: flex;
}

section.section-land .wrapper-icon-hot-sale{
	display: flex;
	margin: auto;
}

section.section-land .wrapper-icon-hot-sale img{
	height: auto;
	margin-top: 50px;
	width: auto;
}

section.section-land div.txt-arr-l{
	max-width: 300px; 
	margin-left: 16%; 
	margin-right: auto;
}

section.section-land div.txt-arr-r{
	max-width: 300px; 
	margin-right: 11%;
}

section.section-land .txt-arr-1{
	font-weight: 900;
	font-size: 70px;
	line-height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.05em;
	color: #FFFFFF;	
}

section.section-land .txt-arr-2{
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}

section.section-land .txt-arr-3{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

section.section-land .item{
	display: flex;
    flex-direction: column;
    align-items: center;
}

section.section-land .item .icon{
	height: 40px;
	margin-bottom: 15px;
}

section.section-land .item .txt{
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

@media(max-width: 1200px){
	section.section-land div.txt-arr-l{
		margin-left: 9%; 
	}

	section.section-land div.txt-arr-r{
		margin-right: 5%;
	}	
}

@media(max-width: 992px){
	section.section-land div.txt-arr-l{
		margin-left: -3%; 
	}

	section.section-land div.txt-arr-r{
		margin-right: -4%;
	}	
	section.section-land .txt-arr-1{
		font-size: 65px;
		line-height: 60px;
	}
	section.section-land .txt-arr-2{
		font-size: 25px;
		line-height: 31px;
	}	
	section.section-land .txt-arr-3{
		font-size: 14px;
		line-height: 17px;
	}
}

@media(max-width: 768px){
	section.section-land .wrapper-circle-bg > div {
		top: -175px;
		margin-bottom: -175px;
	}

	section.section-land .car{
		max-width: 360px;
	}

	section.section-land .circle-items{
		flex-direction: column;
	}
	section.section-land div.txt-arr-l{
		margin-left: auto; 
	}

	section.section-land div.txt-arr-r{
		margin-right: auto;
		margin-left: auto;
	}

	section.section-land .wrapper-icon-hot-sale{
		margin-top: 40px;
		margin-bottom: 35px;
	}	

	section.section-land .wrapper-icon-hot-sale img{
		width: 150px;
	}

	section.section-land .item .txt{
		font-size: 14px;
		line-height: 17px;
	}
}

/* Section Land  */



/* Section Text 1*/
section.section-text-1{
	margin-top: 75px;
	text-align: center;
	margin-bottom: 65px;
}

section.section-text-1 h2{
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #FF583A;
	margin-bottom: 30px;
}

section.section-text-1 p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FF583A;
}

@media(max-width: 768px){
	section.section-text-1 h2{
		font-size: 20px;
		line-height: 20px;
	}

	section.section-text-1 p{
		font-size: 14px;
		line-height: 17px;
	}
}
/* Section Text 1*/



/* Section Timer */
section.timer{
	margin-bottom: 80px;
	text-align: center;
}

section.timer > div{
	column-gap: 20px; 
	display: flex; 
	justify-content: center
}

section.timer h3{
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #FF583A;
	margin-bottom: 30px;
}

section.timer .wrapper-timer-part{
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #FF583A;
	border-radius: 4px;
}

section.timer .wrapper-timer-part .number{
	font-weight: 900;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -0.05em;
	color: #FF583A;
	margin-top: 10px;
}

section.timer .wrapper-timer-part .label{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FF583A;
}

section.timer .double-dot{
	font-weight: 900;
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -0.05em;
	color: #FF583A;
}

@media(max-width: 768px){
	section.timer > div{
		column-gap: 15px; 
	}
	section.timer h3{
		font-size: 20px;
		line-height: 24px;
	}

	section.timer .wrapper-timer-part{
		height: 52px;
		width: 52px;
	}
	section.timer .wrapper-timer-part .number{
		font-size: 26px;
		line-height: 26px;
	}

	section.timer .wrapper-timer-part .label{
		font-size: 10px;
		line-height: 10px;
	}

	section.timer .double-dot{
		font-size: 30px;
		line-height: 36px;
	}

}
/* Section Timer */



/* Section Rez Form */
section.rez-form{
	margin-top: 60px;
}

section.rez-form label{
	margin-bottom: unset;
}

.input-form-full{
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	padding-bottom: 1em;
}

.input-form-full input[type="text"]{
	width: 100%;
	height: 60px;
	border: 1px solid #5F5E91;
	color: #000000;
	font-size: 20px;
	padding: 0.5em;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	outline:0px;
	
}
.input-form-full input[type="text"]::placeholder{
	color: var(--color-primary-hot);
}

.input-form-full input#code_promo{
	margin-top: 18px;
}

.input-form-full input[type="checkbox"]{
	border: 1px solid #000;
	color: #000000;
	font-size: 20px;
	margin:  unset;
	padding: 0.5em;
	text-align: center;
	outline:0px;
}

.input-form-full label span{
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 8px;
}

.isnt_same{
	display: none;
	visibility: hidden;
}


.input-form-full span{
	font-size: 14px;
	display: inline-block;
	padding-left: 1em;
}

.input-form-full label{
	font-size: 14px;
	display: inline-block;
	/*padding-left: 1em;*/
}

.shadow-blue{
	width: 100%;
	max-width: 659px;
	height: 35px;
	border-radius: 4px;
	margin: 0px auto 5px;
	background: var(--color-primary-hot-50);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	color: white;
}
.shadow-blue p{
	color: #FFFFFF;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}


.inputs-form {
	display: flex;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	justify-content: space-between;
	column-gap: 20px;
}

.cont-check-yelow{
	width: 100%;
	max-width: 660px;
	height: 35px;
	background-color: var(--color-primary-hot);
	border-radius: 0px 0px 4px 4px;
	padding: 1px  10px;
}

.cont-check-yelow > div{
   align-items: center;
   display: flex;
   height: 100%;
}

.inputs-form > .half{
/*	display: table-cell;
	width: 49.5%;*/
}

.inputs-form > .half:first-child{
	/*padding-right: 1em;*/
}

.inputs-form > .half:last-child{
	/*padding-left: 1em;*/
}

.form-interno-scursales .inputs-form > .half:first-child{
	padding-right: 0;
}

.form-interno-scursales .inputs-form > .half:last-child{
	padding-left: 0;
}

.inputs-form > .half span{
	display: block;
}

.inputs-form > .half .input-item{
	display: inline-block;
}
@media(max-width: 1199px) and (min-width: 992px){
	.inputs-form > .half .input-item{
		/*margin: 5px;*/
	}
}

.inputs-form > .half .input-item label{
	display: inline-block;
	padding: 0.5em;
	background: #fff;
	height: 50px;
	vertical-align: top;
	border: 1px solid #5F5E91;
	border-left: none;
	font-size: 20px;
	cursor: pointer;
}

.inputs-form > .half .input-item input,
.inputs-form > .half .input-item select{
	width: 150px;
	height: 50px;
	padding-left: 0.3em;
	vertical-align: top;
	outline:0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0.5px solid #5F5E91;
	text-align: center;
	color: #000000;
}
.inputs-form > .half .input-item input::placeholder{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px; 
	color: var(--color-primary-hot);
}

.hiidden-xs{
	margin-bottom: 60px;
}

.from-btn-continuar{
	width: 100%;
	text-align: center;
	padding-top: 1em;
}

.from-btn-continuar i {
	font-size: 23px;
}

.btn-continuar{
	background: var(--color-primary-hot);
	border: none;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	padding: 1em 2.3em;
	border-radius: 4px;
}
@media (max-width: 425px){
	.btn-continuar{
		padding: 1em 3.3em;
	}
}
.btn-continuar:hover, .btn-continuar:active, .btn-continuar:focus{
	color: #fff;
	text-decoration: none;
	box-shadow: 1px 3px 5px rgb(0 0 0 / 50%);
}

/* Section Rez Form */



/* Section Terms and Conditions */
section.terms-conditions{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 107px;
}

section.terms-conditions h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #FF583A;	
	margin-bottom: 27px;
}

section.terms-conditions p{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FF583A;
}

section.terms-conditions li{
	color: #FF583A;
	margin-left: 5px;
}

/* Section Terms and Conditions */	


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.ui-menu .ui-menu-item {
	font-size: 13px;
}

.ui-menu .ui-menu-item .icon-autocomplete {
	display: inline-block;
}


/* Start Section Rates */
section.rates {
	margin-top: 100px;
}

section.rates div.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 25px;
	grid-row-gap: 10px;
	font-size: 15px;
}

section.rates div.rate-card {
	display: flex;
	flex-direction: column;
	border: 1px solid black;
	border-radius: 4px;
	padding: 15px 15px;
	width: 100%;
}

section.rates div.rate-card img {
	height: 110px;
	width: auto;
	 margin-left: auto;
	 margin-right: auto;
}
/* End section Rates */


/* Start Section Extras */
section.extras {
	margin-top: 100px;
}

section.extras div.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 25px;
	grid-row-gap: 10px;
}

section.extras div.extra-card {
	display: flex;
	flex-direction: column;
	border: 1px solid black;
	border-radius: 4px;
	padding: 15px 15px;
	width: 100%;
}

section.extras div.extra-card.selected {
	border: 3px solid #006FB5;
}
/* End section Extras */