/* header nav bar fixed */
.nav-header-fixed {
	position: fixed !important;
	width: 100% !important;
	z-index: 1030 !important;
	top: 0;
	background-color: rgba(255, 255, 255, 0.829) !important;
  }  

/* bloco do mapa incorporação */
.card-map-size iframe {
	width: 100% !important;
	height: 450px !important;
}

/* gallery block */
.gallery-block .box-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 143.22px;
  width: 100%;
  border-radius: 10px;
}

.gallery-block a {
  position: relative;
}

.gallery-block img {
  position: absolute;
  opacity: 0;
}

.box-main-img {
  height: 448px;
  width: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-img{
	display: block !important;
}

.main-img-mob{
	display: none !important;
}

@media screen and (max-width: 520px) {
	.main-img {
		display: none !important;
	}
	
	.main-img-mob{
		display: block !important;
	}
}

/* other trips */
.trips-main-img {
	border-radius: 10px;
	height: 200.25px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* car box book */
.e-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #e07e38;
  height: 40px;
  border-radius: 10px;
  box-shadow: none;
  border: 0px solid white;
  color: white;
  position: relative;
}

.e-mail i {
  position: absolute;
  color: white;
  left: 20px;
  font-size: 12px;
}

.whats {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #349407;
  height: 40px;
  color: white;
  border: 0px solid white;
  box-shadow: none;
  border-radius: 10px;
  position: relative;
}

.whats i {
  position: absolute;
  color: white;
  left: 20px;
  font-size: 12px;
}

/* box form carrinho */
.number-persons {
  width: 100%;
  height: 43px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  outline: 0;
  padding: 5px 12px;
}

/* popup trips-add check box */
#period-days {
	border-radius: 9px 0 0 9px;
}

#btn-open-popup:hover {
	cursor: pointer;
}

#btn-open-popup p {
	font-size: 14px;
	font-weight: 700;
	color: white;
	margin-bottom: 0;
}

#btn-close-popup {
	color: #212529;
	position: absolute;
	right: 18px;
	top: 10px;	
}

#btn-close-popup:hover {
	cursor: pointer;
}

.brightness {
	z-index: -1;
	position: fixed;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s all ease-in-out;
	background-color: rgba(0, 0, 0, 0.233);
}

.popup-box-center {
	border: 1px solid #dee2e6;
	border-radius: 12px;
	z-index: -1;
	position: fixed;
	left: calc(50% - 350px);
	top: calc(50% - 223px);
	width: 700px;
	height: 466px;
	opacity: 0;
	background-color: white;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.popup-box-center .box-block-100 {
	width: 100%;
	height: 100%;
	position: relative;
}
.popup-box-center .box-block-100 .title {
	display: flex;
	position: relative;
	border-radius: 12px 12px 0 0;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #e8e8e8;
}

.popup-box-center .footer-calendar {
	justify-content: left;
	align-items: center;
	height: 60px;
	border-top: 1px solid #e8e8e8;
}

.popup-box-center .box-block-100 .title .box-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 14px;
	width: auto;
}

.popup-box-center .box-block-100 .title h4{
	color: #212529;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}


.popup-box-center .box-block-100 .block-calendar  {
	padding-bottom: 60px;
	overflow-x: clip !important;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    height: 346px;
	overflow: auto;
}

.popup-box-center .box-block-100 .enable-day {
	background-color: #e07e38dc ;
}

.popup-box-center .box-block-100 .enable-day p{
	color: white !important;
}

.popup-box-center .box-block-100 .enable-period {
	background-color: #e07e38a9 ;
}

.popup-box-center .box-block-100 .enable-period p{
	color: white !important;
}

.popup-box-center .box-block-100 .active-date {
	background-color: #e07e38 ;
}

.popup-box-center .box-block-100 .active-date p {
	color: white !important;
}

.popup-box-center .box-block-100 .block-date {
	background-color: #e07e38dc !important;
}

.popup-box-center .box-block-100 .block-date p {
	color: white !important;
}

.popup-box-center .box-block-100 .dates-values-info {
	cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: calc(100% / 7 - 6px);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.popup-box-center .box-block-100 .dates-values-info:hover {
	background-color: #e07e38;
}

.popup-box-center .box-block-100 .dates-values-info:hover p {
	color: white ;
}

.popup-box-center .box-block-100 .dates-values-info input {
	z-index: -1;
	opacity: 0;
	width: auto;
	height: auto;
	margin: 0;
	position: absolute;
}

.popup-box-center .box-block-100 .dates-values-info p {
    position: absolute;
    bottom: 0;
    right: 9px;
    transition: 0.2s all ease-in-out;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-size: 12px;
    color: #a09d9d;
    font-weight: 400;
}

.popup-box-center .box-block-100 .dates-values-info .check-box-style {
	margin: 0;
	z-index: 1020;
	position: absolute;
	right: 6px;
	top: 6px;
}

.popup-box-center .box-block-100 .dates-values-info .name-of-day {
	position: absolute;
	top: 0px;
	left: 15px;
}

.popup-box-center .box-block-100 .dates-values-info .name-of-day p {
	font-size: 12px;
	position: relative;
}

.popup-box-center .box-block-100 label {
	margin: 0;
}

.popup-box-center .box-block-100 .check-box-style i {
	font-size: 10px;
	color: #949494;
}


.popup-box-center .box-block-100 .check-box-style div {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid #dfdfdf;
}

.popup-box-center .box-block-100 .filters-calendar-info {
	margin: 10px 0;
	position: relative;
	height: 40px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-end;
}

.popup-box-center .box-block-100 .filters-calendar-info input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin-bottom: 0;
	width: 5px;
}
.popup-box-center .box-block-100 .filters-calendar-info p {
	margin-left: 5px;
	margin-bottom: 0;
	width: auto;
	color: #212529;
	font-weight: 700;
	font-size: 14px;
}

.popup-box-center .box-block-100 .thirty-days {
	margin-right: calc(100% / 7 * 5 - 1px); 
}
.popup-box-center .box-block-100 .thirtyOne-days {
	margin-right: calc(100% / 7 * 4 - 1px); 
}
.popup-box-center .box-block-100 .twentyEigth-days {
	margin-right: 0; 
}
.popup-box-center .box-block-100 .twentyNine-days {
	margin-right: calc(100% / 7 * 6 - 1px); 
}
@media screen and (max-width: 767px){
	.popup-box-center .box-block-100 .dates-values-info {
		height: 60px;
		width: calc(20% - 6px);
	}

	.popup-box-center {
		width: 514px;
		height: 534px;
		left: calc(50% - 257px);
		top: calc(50% - 257px);
	}
	
	.popup-box-center .box-block-100 .block-calendar {
		height: 414px;
	}

	.popup-box-center .box-block-100 .thirty-days {
		margin-right: 0;
	}
	.popup-box-center .box-block-100 .thirtyOne-days {
		margin-right: 80%;
	}
	.popup-box-center .box-block-100 .twentyEigth-days {
		margin-right: 40%; 
	}
	.popup-box-center .box-block-100 .twentyNine-days {
		margin-right: 20%; 
	}
}

@media screen and (max-width: 537px) {
	.popup-box-center .box-block-100 .dates-values-info {
		width: calc(25% - 6px);
	}
	.popup-box-center {
		height: 594px;
		width: calc(100% - 24px);
		left: 12px;
		top: calc(50% - 287px);
	}

	.popup-box-center .box-block-100 .dates-values-info p {
		font-size: 12px;
		font-weight: 400;
	}

	.popup-box-center .box-block-100 .block-calendar {
		height: 474px;
	}

	.popup-box-center .box-block-100 .thirty-days {
		margin-right: 50%;
	}
	.popup-box-center .box-block-100 .thirtyOne-days {
		margin-right: 25%;
	}
	.popup-box-center .box-block-100 .twentyEigth-days {
		margin-right: 0; 
	}
	.popup-box-center .box-block-100 .twentyNine-days {
		margin-right: 75%; 
	}
}
@media screen and (max-width: 450px) {
	.popup-box-center .box-block-100 .title h4 {
		font-size: 14px;
	}

	#booking-period p {
		font-size: 14px;
	}

	.popup-box-center .box-block-100 .title .box-title {
		height: 40px;
	}

	#booking-period {
		width: auto !important;
		padding: 0 10px;
		height: 40px !important;
	}
}

.warning-filters {
	opacity: 0;
	position: absolute;
	padding: 4px;
	top: calc(50% - 50px);
	background-color: white;
	border-radius: 6px;
	box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 39%);
	transition: all 0.4s ease-in-out;
}

.warning-filters::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -10px;
    transform: rotate(-90deg);
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}

#clean-calendar {
	background-color: #004fc7;
	border-radius: 20px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 180px;
	box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 39%);
}

#clean-calendar p{
	color: white;
	font-weight: 800;
	margin-bottom: 0;
}

#booking-period {
	transition: 0.4s all ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e07e38;
	width: 180px;
	height: 40px;
	margin-left: 9px;
	border-radius: 8px;
}

#booking-period.disable-booking {
	filter: brightness(0.7);
}

#booking-period p {
	margin-bottom: 0;
	color: white;
	font-size: 18px;
}

.msg-disable-day {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	border-radius: 5px;
	box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 39%);
	background-color: white;
	width: 116px;
	height: auto;
	padding: 4px;
}

.msg-disable-day p {
	color: black;
}

.msg-disable-day:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -9px;
    transform: rotate(-90deg);
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}

.dates-values-info.disable-day:hover .msg-disable-day	{
	right: 0;
	bottom: 100%;
	opacity: 1;
}

.msg-disable-booking {
	display: none;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	border-radius: 5px;
	box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 39%);
	background-color: white;
	width: 180px;
	height: auto;
	padding: 4px;
}

.msg-disable-booking p {
	color: black;
}

.msg-disable-booking:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -10px;
    transform: rotate(-90deg);
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}
.line-month-calendar {
	padding: 0 10px;
	margin: 5px 0;
	width: 100%;
	height: 60px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.line-month-calendar:first-child {
	margin-top: 0;
}

.line-month-calendar h4{
	color: #212529;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.popup-box-center .box-graphic-subtitle p {
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 3px;
}

.popup-box-center .subtitle-graphic {
	margin-right: 3px;
	height: 16px;
	width: 16px;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
}

.popup-box-center .subtitle-graphic.period {
	background-color: #df9323;
}

.add-months {
	position: absolute;
	transition: all ease-in-out 0.2s;
	width: 100%;
}

.add-months span {
	padding: 4px 12px;
	background-color: white;
    width: auto;
    height: 28px;
    border-radius: 6px;
    box-shadow: 0px 2px 5px 2px rgb(209 209 209 / 49%);
    transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.add-months span:hover {
	color: white !important;
	background-color: #004fc7;
}

.add-months span:hover p{
	color: white !important;
}

.add-months p {
	transition: all ease-in-out 0.2s;
	font-size: 11px;
	margin-bottom: 0;
}

.add-months.prev {
	height: 40px;
	top: 15px;
}

.add-months.next {
	display: none;
	opacity: 0;
	z-index: -1;
	bottom: 18px;
}

.add-months i {
	margin-left: 8px;
	font-size: 8px;
	transition: all ease-in-out 0.2s;
}


.add-months.disable {
	display: none !important;
	opacity: 0 !important;
}


/* avisos */

.list-msg{
    padding: 8px 15px;
    background: grey;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.493);
    color: #eaeaea;
}
.list-msg i{
    margin-right:8px;
}
.list-msg p{
    font-size: 14px;
    font-weight: 500;
    color: #eaeaea;
    margin-bottom: 0;
}
.list-msg.error{
    background: #e67352;
}

.list-msg.success{
    background: #8bc32f;
}

/* company logo */
.box-logo-company {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}


.box-logo-company .box-img-partner {
	padding: 8px;
    border-radius: 8px;
    background-color: rgb(242 242 242);
    border: 1px solid rgb(229 229 229);
    box-shadow: 0 0 12px 6px rgb(237 237 237 / 39%);
    margin: 20px calc(50% - 100px);
}

.box-logo-company img {

    max-height: 90px;
  	width: auto;
	max-width: 200px;
}

/* mudar ordem dos blocos */
.block-prices-infos .small-title{
	display: none;
}
@media screen and (max-width: 991px) {
	.block-prices-infos {
		order: -1;
	}

	.main-title {
		display: none;
	}

	.block-prices-infos .small-title{
		display: block !important;
	}
} 


#select-var-price {
	border-radius: 10px;
	width: 100%;
	height: 48px;
	border: 1px solid #ced4da;
	
}

#select-var-price:focus {
	outline: none;

}
/* scroll bar popup*/

.popup-box-center ::-webkit-scrollbar {
	width: 8px; 
}
  
.popup-box-center ::-webkit-scrollbar-thumb {
	background-color: #949494b4 !important;
	border-radius: 0 !important;
}

.popup-box-center ::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/* select variação de preços */

.select-prices-var, .select-departure-location{
	height: 43px;
	width: 100%;
	border: 1px solid rgb(206 212 218);
	border-radius: 8px;
	display: flex;
	justify-content: start;
	align-items: center;
	color: #6c757d;
	padding-left: 16px;
	position: relative;
	cursor: pointer;
}

.select-prices-var i, .select-departure-location i{
	position: absolute;
	right: 16px;
}

.options-prices-var, .options-departure-location {
	max-height: 164px;
	overflow: auto;
	display: none;
	list-style: none;
	position: absolute;
	background-color: white;
	z-index: 10;
	padding:  0;
	border: 1px solid #ced4da;
	border-radius: 8px;
	width: 500px;
	right: 0;
}
.options-prices-var li:first-child, .options-departure-location li:first-child{
	border-radius: 8px 8px 0 0;
	border-top: none;
}

.options-prices-var li:last-child, .options-departure-location li:last-child{

	border-radius: 0 0 8px 8px;
}

.options-prices-var .selected-var-pri, .options-departure-location .selected-var-pri{
	background-color: #9b9b9b;
}

.options-prices-var li, .options-departure-location li{
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	display: flex;
	align-items: center;
	padding: 5px 15px;
	height: 41px;
	border-top: 1px solid rgb(206 212 218);
	color: rgb(99, 99, 99);
	font-size: 15px;
	font-weight: 500;
}

.options-prices-var li:hover, .options-departure-location li:hover{
	background-color: rgb(211 211 211 / 60%);
}

.options-prices-var li span, .options-departure-location li span{
	display: flex;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 527px){
	.options-prices-var, .options-departure-location {
		width: 100%;
	}

	.options-prices-var .span3, .options-departure-location .span3{
		font-size: 12px;
		font-weight: normal;
	}
}

/* bloco de autenticacao de compra */
.block-auth.disable {
	z-index: -1;
	opacity: 0;
}
.block-auth {
	width: 100vw;
	height: 100vh;
	z-index: 1040;
}

.block-auth .card-auth-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.274);
}


.block-auth .card {
	z-index: 1;
	position: relative;
	width: 430px;
	height: 500px;
	overflow: hidden;
}

.block-auth .card.register {
	height: 751px;
}

.block-auth .card.register.msg-auth {
	height: 813px;
}

.block-auth .card.login.msg-auth {
	height: 562px;
}

.block-card-auth {
	max-height: 100vh;
    overflow: auto;
    overflow-x: clip;
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}