html{ font-size: 62.5%; }
body{
	background: #fff;
	font-size: 16px;
  	font-size: 1.6rem;
	font-family: "Lato", Arial;
}
:root{
    --color-primary:#0070B9;
	--color-dark-primary:#12428A;
    --color-light-secondary:#B9DCF2;
	--color-white:#FFFFFF;
    --color-secondary:#00CFF5;
    --color-btn:#FFA500;
	--color-silver-txt: #696969;
    --color-light-placeholder:#BFBFBF;
}

.h1{ font-size: 3.7rem; }
.h2{ font-size: 2.5rem; }
.h3{ font-size: 1.7rem; }
.h4{ font-size: 1.2rem; }
.paragraph{ font-size: 0.8rem; }

.txt-primary{ color:var(--color-primary); }
.txt-white{ color: var(--color-white); }
.txt-dark-primary{ color: var(--color-dark-primary); }
.txt-secondary{ color: var(--color-secondary); }
.txt-light-placeholder{ color: var(--color-light-placeholder); }

.strong4{ font-weight: 400; }
.strong5{ font-weight: 500; }
.strong6{ font-weight: 600; }
.strong7{ font-weight: 700; }
.strong8{ font-weight: 800; }
.strong9{ font-weight: 900; }



/* HEADER BASE */
div.bar-top{
    position: relative;
    z-index: 1;
    width: 100%;
    background: var(--color-primary);
}
div.bar-top .logo-movil { max-width:100px; }
div.bar-top .ul-menu-top{
	list-style: none;
	display: flex;
	padding-inline-start: 0px;
	width: 100%;
	justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}
div.bar-top .ul-menu-top .menu-left i{ color: white;}
div.bar-top .ul-menu-top a{
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}
div.bar-top .menu-currency{
	list-style: none;
	padding-inline-start: 0px;
	position: absolute;
	width: 150px;
    margin-top: 25px;
	flex-direction: column;
	justify-content: center;
	z-index: 99999;
	display: none;
	visibility: hidden;
}
div.bar-top .ul-menu-top .navbar-toggler{ border: none; }
div.bar-top .ul-menu-top .navbar-toggler:focus{ outline: none; }
div.bar-top .ul-menu-top > li > a{ display: block; text-decoration: none; }
div.bar-top .ul-menu-top .btnMenu{ font-size: 20px; margin: 5px; }
div.bar-top .menu-currency button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.bar-top .menu-currency button:focus{ outline: none; background: #00000038; }
div.bar-top .menu-currency > li > a{
    display: block;
    text-align: center;
    font-size: 1.6rem;
}
div.bar-top .show-menu-currency{ display: flex; visibility: visible; }
div.bar-top .change-currency-select{
	width: 100%;
	cursor: pointer;
    border: 1px solid #9e9e9e24;
    background: #00000070;
    color: white;
}
div.bar-top .change-currency-select:hover{
    background: #00000020;
}

/* DRAWER MENU */
div.drawer-menu {
    position: fixed;
    background-color: var(--color-dark-primary);
    z-index: 9999;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 30%;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .4s;
}
div.drawer-menu.show { left: 0; box-shadow: 4px 0px 20px 0px #000000cf; }
div.drawer-menu-top {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #12428A, #166FB5);
    border-radius: 0px 0px 8px 8px;
}
div.drawer-menu-top i{ color: white; }
div.drawer-menu nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.drawer-menu nav a {
    font-weight: 700;
    line-height: 2.2rem;
    padding: 1rem 0;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 2rem;
    text-decoration: none;
}
div.drawer-menu div.wrapper-currency-language{
    display: flex;
    width: 100%;
    justify-content: space-around;
    border-bottom: 1px solid #ffffff50;
    padding: 10px 0;
    margin-bottom: 10px;
}
div.drawer-menu nav button {
    background: none;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 700;
}
div.drawer-menu nav button:focus{
    outline: none;
}
div.drawer-menu-top a.client-name { color: var(--white-txt); }
div.top-links a {
    color: var(--white-txt);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    padding: 0.8rem 0;
}
div.drawer-menu button.toggle-theme { border: none; background: none; }
div.drawer-menu button.toggle-theme p {
    color: var(--white-txt);
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
}
div.drawer-menu button.toggle-theme:focus { outline: none; }
div.drawer-menu button.toggle-currency {
    border: none;
    background: none;
    color: var(--white-txt);
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
}
div.drawer-menu button.toggle-currency:focus { outline: none; }
div.drawer-menu button.toggle-menu {
    background: transparent;
    border: 1px solid black;
    color: black;
    font-size: 2rem;
    border-radius: 0.4rem;
    display: flex;
    padding: 0.5rem 0.2rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 3.8rem;
    z-index: 10001;
}
div.drawer-menu button.toggle-menu.open { border: 1px solid white; color: white; }
div.drawer-menu button.toggle-menu i { margin-left: auto; margin-right: auto; }
div.drawer-menu .wrapper-sidebar{
    width: 100%;
    padding: 20px;
}
div.drawer-menu .wrapper-sidebar .nav-link{
    border-radius: 8px;
}
div.drawer-menu .wrapper-sidebar .nav-link:hover{
    background: #e6e6e63d;
}
div.wrapper-bottom-drawer-menu{
    position: absolute;
    bottom: 0px;
    padding: 2rem;
    width: 100%;
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(45deg, #12428A, #12428A, #166FB5);
}
div.wrapper-bottom-drawer-menu a{
    text-decoration: none;
    color: #FFFFFF;
}
div.wrapper-bottom-drawer-menu div.wrapper-phone{
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 980.99px)
{
    div.drawer-menu {
        width: 50%;
    }
}
@media (max-width: 768.99px)
{
    div.drawer-menu {
        width: 75%;
    }
}
@media (max-width: 360px){
    div.drawer-menu{
        width: 100%;
    }
}

/* FOOTER */
footer div.wrapper-diagonal-footer{
    background-color: var(--color-dark-primary);
    padding-bottom: 60px;
    margin-top: -115px;
}
footer .wrapper-footer-desktop nav{
    display: flex;
    flex-direction: column;
    color: white;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
}
footer .wrapper-footer-desktop nav a{
    text-decoration: none;
    color: white;
}
footer div.wrapper-phone-email{
    border-radius: 6px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: var(--color-dark-primary);
}

footer div.wrapper-phone-email a{
    text-decoration: none;
    color: var(--color-dark-primary);
    font-size: 14px;
}

footer div.wrapper-phone-email .fa-phone{
    font-size: 35px;
    background: white;
    padding: 14px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 40px;
}

footer div.wrapper-social-networks{
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 45px;
}

footer div.wrapper-social-networks a{
    text-decoration: none;
}
footer div.wrapper-social-networks i{
    color: var(--color-dark-primary);
    background: white;
    padding: 5px;
    border-radius: 4px;
    font-size: 30px;
    display: flex;
    align-items: center;
}
footer div.wrapper-btn-rent-today a.btn{
    color: white;
    background: var(--color-btn);
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
footer div.footer-desktop div.wrapper-cards-icons{
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 2fr;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 50px;
}
footer div.footer-desktop div.wrapper-cards-icons div{
    text-align: center;
}
footer div.footer-desktop div.wrapper-cards-icons img{
    max-width: 100px;
    height: 40px;
}
footer div.footer-desktop div.wrapper-cards-icons .line-vertical-footer{
    opacity: 0.15;
    background: #D9D9D9;
    width: 1px;
    height: 40px;
}
footer div.bottom-footer{
    width: 100%;
    height: 250px;
    background-color: var(--color-dark-primary);
    transform: skewY(-6deg);
    border-top: 10px solid var(--color-primary);
    margin-top: 200px;
}
footer div.footer-movil{
    display: none;
}
footer div.footer-movil div.wrapper-nav{
    background: var(--color-dark-primary);
}
footer div.footer-movil div.wrapper-nav div.sec-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 3fr 3fr;
    align-items: center;
    column-gap: 1rem;
    row-gap: 2rem;
    text-align: center;
}
footer div.footer-movil div.wrapper-nav div.sec-grid a{
    text-decoration: none;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
footer div.footer-movil div.wrapper-nav div.sec-select{
    text-align: center;
}
footer div.footer-movil div.wrapper-nav div.sec-select select{
    width: 100%;
    background: var(--color-dark-primary);
    border-radius: 4px;
    border: 1px solid #198AEC;

    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
}
footer div.footer-movil div.wrapper-nav div.sec-select select:focus{
    outline: none;
}
footer div.footer-movil div.wrapper-nav div.wrapper-social-networks i {
    font-size: 30px;
}
footer div.footer-movil div.wrapper-cards {
    background: #166FB5;
    text-align: center;
}
footer div.footer-movil div.wrapper-cards p{
    padding: 50px 0px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
footer div.footer-movil div.wrapper-cards div.wrapper-cards-icons{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
}



/* TABLET DESIGN */
@media (max-width: 768.99px)
{
    div.bar-top{
        position: relative;
        z-index: 1;
        width: 100%;
        background: var(--color-primary);
    }
    div.bar-top li.menu-right{ display: none; }
    .navbar-mex .navbar-brand img{
		max-width: 140px;
		margin-top: -20px
	}

	.navbar-mex{
		height: 60px;
	}

	.navbar-mex .navbar-toggler{
		margin-top: -18px;
	}

	.navbar-mex .navbar-collapse
	{
		margin-top: -125px;
	}
    footer div.footer-movil{
        display: block;
    }
    footer div.footer-desktop,
    section.container-brands{
        display: none !important;
    }
}


/* INDEX */
.text-labels {
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.know-section.text-labels{ color: var(--color-primary); margin: 100px auto; }
.section-booking.text-labels{ color: var(--color-dark-primary); }
.section-booking-cards .background-cards{
    background: white;
    border-radius: 8px;
    padding: 10px;
    margin: 30px;
    margin-top: 50px;
}
.section-booking-cards .background-cards div{
    min-height: 160px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}
.section-booking-cards .background-cards p{ text-align: start; }
.section-booking-cards .background-cards i{ font-size: 60px; }
.section-booking-cards .background-cards p.txt-secondary{
    margin-top: -25px;
    width: 100%;
    max-width: 40px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title{
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1.8px;
    text-transform: uppercase;
}
.sub-title{
    font-size: 22px;
    font-weight: 400;
}
.sub-title-bold{
    font-size: 18px;
    font-weight: 900;
}
.btn-azul-dark{
	background-color: var(--color-dark-primary) ;
	display: inline-block;
	padding: 1rem 1.5rem;
	font-size:2rem;
	color:#fff;
	border-radius: 1.2rem;
	transition: all 0.5 ease;
}
.btn-azul-dark:hover{
	color: #fff;
	box-shadow: 1px 3px 5px  rgba(0,0,0,0.5);
}
.btn-large-c{
	padding: 1rem 3rem;
}
.bar-menu{
	position: relative;
    background-color:var(--color-primary);
	height: 60px;
	position: relative;
	z-index: 1001;
}
.navbar-mex .navbar-brand {
	max-width: 150px;
	width: 100%;
}
.navbar-mex .navbar-brand img{
	position: relative;
	max-width: 150px;
	width: 100%;
	filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.7) );
	transition: 0.3s ease;
	z-index: 999;

}
.navbar-mex .navbar-brand img:hover{
	transform: scale(1.1);
}
.navbar-mex .navbar-nav.mr-auto{
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.navbar-mex .navbar-nav.mr-auto .nav-item a{
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.navbar-mex .navbar-nav.mr-auto .nav-item a:hover{
	transform: scale(1.2);
}
.navbar-mex .navbar-nav.mr-auto .nav-item{
	min-width: 100px;
	padding: 0.3em 0.7em;
	text-align: center;

}

.navbar-mex .navbar-toggler
{
	border:1px solid #fff;
	color: #fff;
	   position: relative;
    z-index: 99999;
    font-size: 2.2rem;
    width: 4.2rem;
    border-radius: 0.4rem;

}

.navbar-mex .navbar-toggler:focus {outline:0;}

.navbar-mex .navbar-toggler .navbar-toggler-icon{
	color: #fff;
}
.slider-header{
	width: 100%;
	min-height: 750px;
    max-height: 750px;
    overflow-y: hidden;
}


.slider-header div{
	width: 100%;
	min-height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;

}

.slider-header div .item-text{
	position: relative;
	width: 100%;
	top: 3em;
	font-size: 3rem;
	color: #FFF;
	text-shadow: 0px 5px 6px rgba(0,0,0,0.7);
	font-weight: bold;
	text-align: center;
	height: auto;

}

.slider-header .slider-img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.img-body{
    object-fit: cover;
    object-position: center;
    width: 100%;
    transform: skewY(-6deg);
}

.img-line-bottom-slider{
	position: relative;
	width:100%;
	height: 750px;
	margin-top: -140px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../../../img/assets/line-bottom-slider.png");
	z-index:999;
	transition: margin-top 0.7s ease;
}
.img-line-bottom-background{
	position: static;
	width:100%;
	height: 662px;
	margin-top: -110px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../../../img/index-body.png");
	transition: margin-top 0.7s ease;
    margin-top: 150px;
}

#map_google{
	width: 100%;
	height: 500px;
}
.container-form span{
	display: block;
	font-weight: bold;
}

.container-form input[type="text"], .container-form input[type="email"], .container-form textarea
{
	width:100%;
	border-radius: 1rem;
	border: 1px solid;
	border-color: var(--color-primary);
	font-size: 1.6rem;
	padding: 1rem 1.5rem;
}

.container-form select{
	width:100%;
	border-radius: 1rem;
	border: 1px solid;
	border-color: var(--color-primary);
	font-size: 1rem;
	padding: 1rem 1.5rem;
	font-size: 1.6rem;

}



.container-booking-engine.index-form{
	position: absolute;
	z-index: 1000;
	top: 17vh;
	width:100%;
	transition: margin-top 0.7s ease;
}

.move-text-info{
	position: relative;
	z-index: 999;
	margin-top: -130px;
	padding-bottom: 100px;
}

.sesgar-azul-index{
	background-color: #72CEF3;
	transform: skew(0,-3deg);
	padding-top: 100px;
	padding-bottom: 100px;
}

.invetir-sesgar{
	transform: skew(0,3deg);
}

.features-mex-rent .feature{
	display: grid;
	grid-template-columns: 140px 1fr;
	grid-template-rows: 1fr;
	padding-bottom: 30px;
}

.features-mex-rent .feature figure{
	/*width:100px;
	padding-right: 15px;
	*/
	display: flex;
	width: 120px;
	margin: 0 0 1rem;
    /*margin: auto;
    margin-right: 15px;
    height: 73px;
    */
}

.features-mex-rent .feature figure img{
	/*width:100%;*/
	/*width: auto;*/
	height: 73px;
	margin: auto;
}

/* .offices-front-item{
	display: block;
	text-decoration:none;
}

.offices-front-item:hover{
	text-decoration:none;
} */


.offices-front-item-img{
	width:100%;
	overflow: hidden;
	position: relative;
	transform: skewY(-6deg);
    border-radius: 10px;
    height: 47rem;
}

.offices-front-item-img-back{
	position: relative;
	top: -20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: skewY(6deg);
	height: 600px;
	widows: 110%;
}

.offices-front-item-img-back-degrate
{
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: linear-gradient(to top, rgb(255 255 255) 7%, rgb(255 255 255 / 23%) 60%, rgb(255 255 255 / 0%) 80%, rgb(255 255 255 / 0%) 100%);
    transform: skewY(6deg);
}

.offices-front-item-img-img {
	height: 100%;
	object-fit: cover;
	width: 100%;
    border-radius: 10px;
    transform: skewY(6deg);
    margin-top: -15px;
}

.offices-front-item-text {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 2rem;
	background: linear-gradient(white, transparent);
	margin-top: -3rem;
	z-index: 999;
    height: 10rem;
}

.offices-front-item-text h3{
	font-size: 2rem;
	color: var(--color-primary);
	font-weight: bold;
	text-decoration:none;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.offices-front-item-text a.button{
    text-align: center;
    padding: 10px 30px;
    background-color: #FC9524;
    border-radius: 8px;
    color: white;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;;
}


.cards-logos{

	background-color: var(--color-primary);
	padding-bottom: 3rem;
}

.logo-cards{

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center

}

.logo-cards .logo-card-item {
	height: 5.2rem;
	box-sizing: content-box;
}

.logo-cards .logo-card-item img{
	max-width: 10rem;
	width: 100%;
	height: 100%;
}

.logo-cards .logo-card-item__mastercard img{
	max-width: 180px;
}

.logo-cards .logo-card-item__diners img{
	max-width: 70px;
}



/*Style Banners*/
.banner-top{
	position: relative;
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.banner-top-layer-azul
{
	position: absolute;
	width: 100%;
	background-color: #72CEF3;
	transform: skewY(-3deg);
	height: 110px;
	bottom: -20px;

}

.banner-top-layer-blanza-skew
{
	position: absolute;
	width: 100%;
	background-color: #FFF;
	transform: skewY(-3.5deg);
	height: 120px;
	bottom: -60px;

}



.form-contacto{
	width: 100%;
	display: block;
}

.form-contacto .form-row{
	display: table;
	width: 100%;
}

.form-contacto .half{
	display: table-cell;
	width: 50%;

}

.form-contacto .complete{
	display: table-cell;
	width: 100%;
}

.form-contacto .complete hr{
	border: none;
	height: 1px;
	width: 100%;
	background-color: #006FB5;
}


.form-contacto .grupo{
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;

}

.form-contacto .grupo span{
	display: block;
}

.form-contacto .grupo input,.form-contacto .grupo select{
	border: 1px solid #2186BB;
	width: 100%;
	height: 40px;
	padding: 4px;
}

.form-contacto .grupo textarea{
	width: 100%;
	border: 1px solid #2186BB;
	padding: 4px;
	height: 190px;
}

.form-contacto .grupo.checkbox input{
	color:#2186BB ;
	width: 15px;
	height: 15px;
	background: #2186BB;
}

.form-contacto .grupo.checkbox span{
	color:#2186BB ;
	display: inline-block;
	padding-left: 0.3em;
}

section.container-brands{
    display: flex;
    justify-content: space-between;
}

/*
.form-contacto button{
	background: #17468C;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 1em 2em;
}
*/

.wrapper-img-promo{
    height: 40rem;
}
.wrapper-img-promo img {
    max-width: 85%;
    animation: grow 1.2s ease;
    height: auto;
    transition-duration: 0.5s;
}
.wrapper-img-promo img:hover{
    padding: 10px;
}


/*Fin Styles Banners*/
@media(min-width: 2560px)
{
	.img-line-bottom-slider{
		height: 500px;
		margin-top: -150px;
	}
}

@media (max-width: 576px){
	.container-booking-engine.index-form{
		top:150px;
	}
	.img-line-bottom-slider {
		margin-top: -85px;
	}
    .wrapper-img-promo{
        height: 20rem;
    }
}
@media (max-width: 480px) {
	.navbar-mex .navbar-brand img{
		max-width: 120px;
		margin-top: -15px
	}

	.navbar-mex{
		height: 60px;
	}

	.text-center-movil{
		text-align: center;
	}


	.logo-cards .logo-card-item{
		padding-bottom: 2rem;
	}


	.offices-front{
		width:100%;
		display: block;
	}

	/* .offices-front-item:first-child{
		margin-top: 2rem;
	}

	.offices-front-item{
		margin-top: 4rem;
	} */

}
@media (max-width: 430.99px) {
    .container-know .title{
        font-size: 30px;
    }
    .know-section .desc{
        padding: 0 20px;
    }
}



/* --- Side Bar Menu End ---*/

.container-whatsppa{
	position: fixed;
	left: 1rem;
	bottom: 5rem;
	width: 60px;
	height: 50px;
	z-index: 2000;

}

.container-whatsppa .logo{
	display: block;
	position: relative;
	animation-name: whatsapp;
	animation-duration: 1.5s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}


.container-whatsppa .logo img{

	-webkit-filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.7)); /* Safari 6.0 - 9.0 */
    filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.7) );
}


.container-whatsppa:hover .message{
	margin-top: -45px;
	opacity: 1;
}


.container-whatsppa .message{
	position: absolute;
	left: 6rem;
	opacity: 0;
	margin-top: -20px;
	width: 200px;
	background: #fff;
	border-radius: 20px;
	padding: 10px 15px;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	transition: 1s ease;
}

@keyframes whatsapp{
	0%{
		left:-7rem;
		opacity: 0
	}

	100%{

		left:0rem;
		opacity: 1;
	}
}



div.rent-requirements{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

div.rent-requirements h4 {
	font-size: 2.5rem;
	margin-bottom: 4rem;
	text-transform: uppercase;
}

div.rent-requirements div.grid-requirements{
	display: grid;
	grid-template-areas: "img1 img2 img3" "sub1 sub2 sub3" "desc1 desc2 desc3";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-row-gap: 0.8rem;
    grid-column-gap: 3rem;
    justify-items: center;
}

div.rent-requirements img{
	width: 9rem;
	height: auto;
}

div.rent-requirements p.subtitle{
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 2.3rem;
	text-align: center;
	color: #006FB5;
	width: 19.8rem;
	margin-bottom: unset;
}


div.rent-requirements p.description{
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6rem;
	text-align: center;
	color: #595959;
	margin-bottom: unset;
}

@media(max-width: 767.98px){
	div.rent-requirements div.grid-requirements {
	    grid-template-columns: 1fr;
	    grid-template-areas: "img1" "sub1" "desc1" "img2" "sub2" "desc2" "img3" "sub3" "desc3";
	}
	div.rent-requirements p.description{
		margin-bottom: 3rem;
	}
}

body div.offices-front .offices-front-item-img-img.promotion{ border: 5px var(--color-secondary) solid; }
body div.offices-front .offices-front-item-text a.button.promotion{ background-color: var(--color-secondary); text-transform: uppercase; }
body div.offices-front .tag-promotion{ display: none; }
body div.offices-front .tag-promotion.promotion{
    width: 100%;
    background: rgba(0, 207, 245, 0.50);
    position: absolute;
    top: 75%;
    transform: skewY(6deg);
    z-index: 999;
    display: block;
}
body div.offices-front .tag-promotion.promotion h3{ margin: 0px; padding: 15px;}
body div.wrapper-section-booking{
    background-color: var(--color-secondary);
    transform: skewY(-6deg);
    border: 1px var(--color-secondary) solid;
    margin-top: -15px;
}
body div.section-booking{
    transform: skewY(6deg);
    align-content: center;
    text-align: center;
    margin-bottom: 200px;
}
.background-white{
    height: 100%;
    width: 100%;
    z-index: 99;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0.00) 60%, #00CFF5 90%);
    position: absolute;
    top: -100%;
}
body div.card-carousel-locations {
    margin: 10px;
    height: 60rem;
    position: relative;
 }
.slick-prev.slick-arrow{ left: 0px; z-index: 1; }
.slick-next.slick-arrow{ right: 0px; z-index: 1; }
.slick-next:before,
.slick-prev:before{ display: none; }
.know-section-cards .sub-title-bold{
    height: 44px;
}
.know-section .desc{
    max-width: 400px;
    margin: auto;
}
body div.card-carousel-locations:hover{
    border: 5px solid transparent;
}
/* Redesign Tablet */
@media (max-width: 1024.99px){
    .section-booking-cards .background-cards p.txt-secondary {
        margin-top: -40px;
    }
    body div.card-carousel-locations {
        margin: 6px;
    }
}

@media (max-width: 820.99px){
    .img-body{
        margin-top: 200px;
    }

}

@media (max-width: 360px){
    .section-booking-cards .background-cards{
        padding: 6.5vw;
    }
    div.drawer-menu{
        width: 100%;
    }
}
.offices-front .slick-track{
    top: 6px !important;
}
.offices-front .slick-list {
    padding-top: 10px !important;
}

/* START section carousel of blogs */
section.container-blogs div.blog-section-cards .wrapper-img{ height: 360px; margin-left: auto; margin-right: auto; }
section.container-blogs div.blog-section-cards .wrapper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

section.container-blogs div.blog-section-cards .wrapper-description{
    padding: 30px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.99px) {
    section.container-blogs .slick-prev.slick-arrow,
    section.container-blogs .slick-next.slick-arrow{ top: 30%; }
    section.container-blogs .wrapper-div{ padding: 3rem; }
    .section-booking-cards .slick-next.slick-arrow {
        right: -20px;
    }
    .section-booking-cards .slick-prev.slick-arrow{
        left: -20px;
    }

}

/* END section carousel of blogs */


/* Components */
    /* Office */
        /* Popular */
.popular-offices-container{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
    .popular-offices-container h2{
        font-size: 16px;
        font-weight: 700;
        color: var(--color-primary);
    }
.popular-offices-content .slick-slide{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
}
.popular-office{
    display: flex;
    max-height: 25vh;
}
    .popular-office .popular-office-img{
        height: auto;
        width: auto;
    }
        .popular-office .popular-office-img img,
        .popular-office .popular-office-img source{
            height: 18vh;
            width: 18vh;
            object-fit: cover;
        }
    .popular-office-info{
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 1rem;
    }
        .popular-office-info div p{
            margin: 0;
        }
        .popular-office-info div p.office-name-title{
            font-size: 16px;
            padding: 1rem 0;
            color: #4F4F4F;
            font-weight: 700;
            overflow: hidden;
            text-overflow: ellipsis;
            width: calc(100%-24rem);
            white-space: nowrap;
        }
        .office-address-phone div p{
            font-size: 12px;
            color: #4F4F4F;
            text-decoration: underline;
            margin: 0;
            line-height: 110%;
        }
        .office-address-phone div p:nth-child(3){
            margin-top: .5rem;
        }
        .popular-office-info div div{
            width: 70%;
            margin: 0 auto;
        }
        .popular-office-info .office-name-container{
            background-color: #FAFAFA;
        }
        .office-see{
            margin-top: auto;
        }
            .office-see .btn-see-office{
                background-color: #FAFAFA;
                font-size: 1rem;
                font-weight: 700;
                letter-spacing: 0;
                padding: 1rem 4rem;
                color: #4F4F4F;
                border-radius: 5px;
                text-transform: uppercase;
            }
                .office-see .btn-see-office:focus{
                    box-shadow: none;
                }
                .office-see .btn-see-office:hover{
                    background-color: #e9e9e9;
                }
    .slick-prev,
    .slick-next,
    .slick-prev:focus,
    .slick-next:focus{
        color: var(--color-primary);
        font-size: 24px;
    }
        .slick-prev::before,
        .slick-next::before{
            display: none;
        }
        .slick-prev:hover,
        .slick-next:hover{
            color: #0090f0;
        }

    .popular-offices-sekeleton{
        width: 100%;
        display: flex;
        gap: 3rem;
        justify-content: space-between;
        height: 18vh;
    }
        .popular-offices-sekeleton div.spinner-grow{
            width: 100% !important;
            height: 18vh !important;
            border-radius: 0 !important;
        }

        @keyframes popular-office-grow {
            0% {
            }
            50%{
                opacity: 1;
            }
        }
    /* Override spinner-grow for popular offices */
        .popular-offices-sekeleton .spinner-grow {
            background: linear-gradient(90deg, rgb(213 213 213) 0%, rgb(199 199 199) 100%);
            opacity: 0;
            animation: popular-office-grow 1s cubic-bezier(0.4, 0, 1, 1) infinite;
        }
    /* Override spinner-grow for popular offices */
/* Components */

.blog-secction-cards .slick-next.slick-arrow{
    right: -15px;
    top: 200px;
}
.blog-secction-cards .slick-prev.slick-arrow{
    left: -15px;
    top: 200px;
}

@media (max-width: 1199.99px){
    /* .mex-form {
        grid-template-areas:
            "pickupLocation pickupLocation  pickupLocation  dropoffLocation dropoffLocation dropoffLocation btnSearch   btnSearch"
            "pickupDate     pickupDate      dropoffDate     dropoffDate     inputPromo      inputPromo      inputPromo  .";
    }*/
}

@media (max-width: 992.99px){
    footer div.wrapper-phone-email .fa-phone {
        position: static;
        padding: 0px;
        font-size: 14px;
    }
    footer div.wrapper-cards-icons img {
        max-width: 60px;
        height: 25px;
    }
    footer div.wrapper-phone-email a {
        font-size: 10px;
    }
    footer div.wrapper-social-networks i {
        font-size: 12px;
    }
    footer div.wrapper-btn-rent-today a.btn {
        font-size: 12px;
        height: 30px;
    }
    .section-booking-cards .background-cards {
        margin: 50px 10px;
    }
    .section-booking-cards .background-cards div {
        margin-top: 0px;
        min-height: 200px;
    }
    .popular-offices-content .slick-slide{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 320.99px){
    footer div.footer-movil div.wrapper-cards div.wrapper-cards-icons {
        display: inline;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 768.98px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:-1 0;
    }
}

#loadding-hourglass{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 99999;
	text-align: center;
	display: none;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


#loadding-hourglass > div{
	text-align: center;
    position: relative;
    height: 6rem;
    width: 6rem;
}

svg#loader-svg {
	height: 6rem;
	transform: translate(-30%, 0px);
	transition: transform 1s ease-in, opacity 0.7s ease;
	transition-delay: 0.2s, 0.5s;
	opacity: 0;
}

svg#loader-svg.fade-in {
	transform: translate(0%, 0px);
	opacity: 1;
}

svg#loader-svg.fade-out  {
	transform: translate(0%, 0px);
	transition-delay: 0.2s, 1s;
}

#llanta1 {
	animation-fill-mode: forwards;
	transform-origin: 17.203px 14.7249px;
	transform: rotate(0deg);
}

svg.fade-in #llanta1{
	animation: rotation 1s 1 ease-in, rotation2 0.7s infinite linear;
	animation-delay: 0s, 1s;
}
@keyframes rotation {
	from{transform: rotate(0deg);}
	to{transform: rotate(500deg);};
}
@keyframes rotation2 {
	from{ transform: rotate(500deg); }
	to{ transform: rotate(1000deg); }
}

svg.fade-out #llanta1{
	animation: rotation3 1.4s 1 ease-out;
	transform: translate(-50%, 0px);
}
@keyframes rotation3 {
	from{transform: rotate(0deg);}
	to{transform: rotate(500deg);};
}




svg#loader-svg.short {
	height: 6rem;
	transform: translate(-30%, 0px);
	transition: transform 1s ease-in, opacity 0.1s ease;
	transition-delay: 0.1s, 0.2s;
	opacity: 0;
}

svg#loader-svg.fade-in.short {
	transform: translate(0%, 0px);
	opacity: 1;
}

svg#loader-svg.fade-out.short  {
	transform: translate(0%, 0px);
	transition-delay: 0s, 0.1s;
}

svg.fade-in.short #llanta1{
	animation: rotation 0.1s 1 ease-in, rotation2 0.7s infinite linear;
	animation-delay: 0s, 0.1s;
}
@keyframes rotation {
	from{transform: rotate(0deg);}
	to{transform: rotate(500deg);};
}
@keyframes rotation2 {
	from{ transform: rotate(500deg); }
	to{ transform: rotate(1000deg); }
}

svg.fade-out.short #llanta1{
	animation: rotation3 1.4s 1 ease-out;
	transform: translate(-50%, 0px);
}
@keyframes rotation3 {
	from{transform: rotate(0deg);}
	to{transform: rotate(500deg);};
}