.contries-item{
	width: 100%;
	position: relative;
	margin-top: 1rem;
}

.contries-item-title-carret-item{
	position: absolute;
	right: 2rem;
	top: auto;
	bottom: auto;
	color: var(--color-btn);
	font-size: 4rem;
}

.contries-item-title{
	position: relative;
	background: #D3EEFF;
	width: 100%;
	border-radius: 15px;
	padding:1rem 2rem;
	display: flex;
   	align-items:center;
   	cursor: pointer;
}

.contries-item-title .fa-caret-up{
	display: none;
	visibility: hidden;
}

.contries-item-title.active .fa-caret-up{
	display: block;
	visibility: visible;
}


.contries-item-title .fa-caret-down{
	display: block;
	visibility: visible;
}


.contries-item-title.active .fa-caret-down{
	display: none;
	visibility: hidden;
}

.contries-item-title span{
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	line-height: 3rem;
	padding-left: 2rem;
}

.contries-item-title img{
	display: inline-block;
}


.contries-item-offices-container{
	list-style: none;
	padding-inline-start: 0px;
	padding: 2rem 3rem;
	border: 1px solid #006FB5;
	border-radius: 15px;
	margin-top: 1rem;
	transition: all 1s ease;
	display: none;
	visibility: hidden;
	opacity: 0;
}


.contries-item-offices-container.active{
	opacity: 1;
	display: block;
	visibility: visible;
}


.banner-top.banner-ubicaciones{
	min-height: 500px !important;
	background-image: url("../../../img/banners-top/ubicaciones_v2.webp") !important;
}

.banner-top{
	background-position: bottom center !important;
}

.terms_and_condictions_banner{

	background-image: url("../../../img/banners-top/terms_and_conditions.webp");

}




.contries-item-offices-container li
{
	padding-top: 1rem;
}

.contries-item-offices-container li a{
	display: block;
	width: 100%;
	color: #737373;
	transition: all 0.5s ease;
}


.contries-item-offices-container li a:hover{
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.3) ;*/
	text-decoration: none;
	background-color: #D5EFFF;
}

 .contries-item-offices-container li a i
 {
 	color: var(--color-btn);
 	font-size: 2rem;

 }

 .contries-item-offices-container li a span{
 	display: inline-block;
 	padding-left: 1rem;
 	font-size: 1.6rem;
 }


/*web/locations/locations.blade.php*/
.location_title_fonts{
    color: var(--color-primary);
    letter-spacing: -1px;
}
    .location_main_title{
        font-size: 2.6rem;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom: 2rem;
        font-weight: 700;
    }
    .location_contact_us{
        font-size: 1.6rem;
        letter-spacing: 0px;
        letter-spacing: .1px;
        font-weight: 700;
        margin-top: 10rem;
    }
    .location_contact_us_submodules p{
        color: #6e6e6e;
        font-size: 1.4rem;
        font-weight: 400;
    }
    .location_contact_us_submodules p:nth-child(2){
        color: #12428A;
        font-weight: 700;
    }
    .location_title_code{
        font-size: 4rem;
        color: #FF9523;
    }
        .location_title_code i{
            margin-top: -5px;
        }
        .location_title_code span{
            font-size: 6rem;
            color: var(--color-primary);
            margin-left: 10px;
            font-weight: 700;
        }
    .location_title_full_address{
        font-size: 2rem;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 100%;
        color: var(--color-primary);
    }
    .btn-location-generic{
        background-color: var(--color-primary);
        display: inline-block;
        padding: 1.3rem 1.5rem;
        font-size: 1.2rem;
        color: #fff;
        border-radius: 1.2rem;
        transition: all 0.5s ease;
    }
        .btn-location-generic:hover{
            background-color: #038be6;
            color: #fff;
        }
    .location_terms_and_conditions,
    .location_terms_and_conditions:link,
    .location_terms_and_conditions:visited,
    .location_terms_and_conditions:hover,
    .location_terms_and_conditions:active{
        color: inherit;
        text-decoration: underline;
        font-size: 1.4rem;
        color: var(--color-primary);
    }
.office-feature{
    display: flex;
    gap: 1.5rem;
    align-items: start;
}
    .office-feature .office-feature-icon{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 30px;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        font-size: 12px;
        color: var(--color-primary);
    }
    .office-feature .office-feature-info{
        color: var(--color-primary);
        font-size: 13px;
    }
        .office-feature .office-feature-info b{
            color: #027bcc;
            font-size: 12px;
        }
        .office-feature .office-feature-info p{
            margin: 0;
            line-height: 1.3;
        }
        .office-feature .office-feature-info .office-feature-info-title{
            font-weight: 700;
            font-size: 1.4rem;
            text-transform: uppercase;
            line-height: 100%;
        }
.office-about{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
    .office-about .office-about-title{
        color: var(--color-primary);
        font-size: 2rem;
        font-weight: 700;
        line-height: 100%;
        width: 1/3;
    }
    .office-about > div{
        width: 95%;
        margin-left: auto;
    }
.office-faqs > div{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
    .office-faqs > div > div.card{
        border: none;
    }
    .office-faqs .faq-card-title{
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 4rem;
        background-color: #FAFAFA;
    }
    .office-faqs .faq-card-title i{
        transition: transform .4s ease;
    }
    .office-faqs .faq-card-title:not([aria-expanded=false]) i{
        transform: rotate(180deg);
    }
        .office-faqs .faq-card-title h5{
            font-family: sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: #4F4F4F;
        }
        .office-faqs .faq-card-title i{
            color: #BFBFBF;
        }
        .office-faqs > div > div.card .card-body{
            padding-left: 4rem;
        }
.office-visual{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
    .office-visual .office-visual-images{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
    }
        .office-visual .office-visual-images img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.office-about .office-rent-a-car{
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #FAFAFA;
    margin-top: 8rem;
}
    .office-about .office-rent-a-car div{
        display: flex;
        align-items: center;
    }
    .office-about .office-rent-a-car p{
        font-size: 1.6rem;
        color: #4F4F4F;
        margin: 0;
        line-height: 1;
    }
    .office-about .office-rent-a-car a{
        background-color: var(--color-primary);
        color: #ffffff;
        width: 33.3%;
        padding: 1rem 4rem;
        font-size: 1.4rem;
        text-transform: uppercase;
        border-radius: .8rem;
        font-weight: 900;
    }

@media(max-width: 992px){
    .office-visual .office-visual-images{
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .office-about > div{
        width: 100%;
    }
    .office-about .office-rent-a-car{
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    .office-about .office-rent-a-car a{
        width: 100%;
        padding: 1.5rem 4rem;
    }
}
/*web/locations/locations.blade.php*/
#booking-engine.locations div.rez-form-wrapper{
    margin-bottom: 0px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
        "pickupLocation     dropoffLocation"
        "pickupDate         dropoffDate"
        "inputPromo         inputPromo"
        "btnSearch          btnSearch"
        "pickersContainer   pickersContainer";
    grid-column-gap: 0px;
    width: 100%;
    padding: 20px;
    background: transparent;
    border-radius: 12px;
    box-shadow: none;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .react-autosuggest__input{
    border: 1px solid #198AEC;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 20px 15px 10px 15px;
    font-size: 12px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .react-autosuggest__input::placeholder{
    font-size: 12px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .label-autocomplete-pickup,
#booking-engine.locations div.rez-form-wrapper form.mex-form .label-autocomplete-dropoff,
#booking-engine.locations div.rez-form-wrapper form.mex-form .label-input-pickupdate,
#booking-engine.locations div.rez-form-wrapper form.mex-form .label-input-dropoffdate,
#booking-engine.locations div.rez-form-wrapper form.mex-form .label-input-promo,
#booking-engine.locations div.rez-form-wrapper form.mex-form .promo-bar .btn{
    display: none !important;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .link-add-dropoff{
    padding-left: 20px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .inputPickupDate,
#booking-engine.locations div.rez-form-wrapper form.mex-form .inputDropoffDate,
#booking-engine.locations div.rez-form-wrapper form.mex-form #mex-input-promo{
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #inputPickupDate{
    border: 1px solid #198AEC;
    border-right: none;
    padding: 15px 5px 15px 45px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #inputDropoffDate{
    border: 1px solid #198AEC;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    padding: 15px 5px 15px 45px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #btn-timepicker.startTime{
    border: 1px solid #198AEC;
    border-left: none;
    border-radius: 0px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #btn-timepicker.endTime{
    border: 1px solid #198AEC;
    border-left: none;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .fa-calendar-days {
    margin-left: 1.5rem;
    color: var(--color-btn);
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #mex-input-promo{
    border: 1px solid #198AEC;
    width: 100%;
    border-radius: 10px;
    padding: 15px 15px 15px 50px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .promo-bar .icon{
    display: flex;
}

#booking-engine.locations #pickers-container.pick-drop-location {
    left: 0px;
    top: 100px !important;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .labellocationpickup,
#booking-engine.locations div.rez-form-wrapper form.mex-form .labellocationdropoff{
    display: block;
    top: 8px;
    left: 15px;
    position: absolute;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form.is-diff-loc .wrapperlocationpickup .react-autosuggest__input{
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form.is-diff-loc .wrapperlocationdropoff .react-autosuggest__input{
    border-left: none;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, 0.10);
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #pickers-container.pick-location,
#booking-engine.locations div.rez-form-wrapper form.mex-form #pickers-container.pick-drop-location{
    top: -238px !important;
    width: 100%;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form #pickers-container.pick-datetime,
#booking-engine.locations div.rez-form-wrapper form.mex-form #pickers-container.pick-drop-datetime{
    top: -158px !important;
    width: 100%;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .time-picker{
    left: 0px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .time-picker.dropoff{
    left: -250px;
}
#booking-engine.locations div.rez-form-wrapper form.mex-form .link-add-dropoff p{
    font-size: 14px;
}
.container-booking-engine{
    display: flex;
    align-items: end;
}
#booking-engine.locations div.rez-form-wrapper .wrapper-img-booking{
    display: none !important;
}

@media (max-width: 1199.99px) {
    #booking-engine.locations div.rez-form-wrapper form.mex-form {
        grid-template-areas:
            "pickupLocation     dropoffLocation"
            "pickupDate         dropoffDate"
            "inputPromo         inputPromo"
            "btnSearch          btnSearch"
            "pickersContainer   pickersContainer";
    }
    #booking-engine.locations div.rez-form-wrapper form.mex-form .labellocationdropoff{
        display: none;
    }
}
@media(max-width: 991.99px){
    .container-booking-engine{
        flex-direction: column;
        align-items: normal;
    }
    #booking-engine.locations div.rez-form-wrapper form.mex-form .time-picker.dropoff {
        left: auto;
    }
    #booking-engine.locations div.rez-form-wrapper form.mex-form .labellocationdropoff{
        display: block;
    }
}

.map_google_container{
    margin-bottom: 10rem;
}
.vertical-trans.countries{
    display: none;
}
.vertical-trans.countries.show{
    display: block;
}
.wrapper-contries{
    margin-bottom: 10rem;
}
.wrapper-contries .MuiOutlinedInput-notchedOutline{
    border-radius: 8px !important;
    border-width: 1px !important;
    border: 1px solid #198AEC;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #198AEC !important;
}
.contries-item-title{
    border-radius: 8px;
    border: 1px solid #198AEC;
    background: #FFF;
}
