/* THEME */
:root {
  --main-color:#2b3982;
  --main-hover:#030303;
  --font:'Sora', sans-serif;
  --font-2:'Prompt', sans-serif;
  --font-body:'Heebo', sans-serif;
  --font-color:#09132d;
  --font-color-hover:#000;
  --background:#ecf2f9;
  --border-radius:20px;
  --border-radius-btn:10px;
  --border:#D4E1E6;
  --border-footer:#545454;
  --grey:#F5F4F4;
  --black:#171616;
  --dark:#0e1423;
  --footer:#222020;
  --shadow:0px 0px 35px 0px rgba(201, 199, 205, 0.35);
  --margin:120px;
  --overlay:rgb(0,0,0,0.4);
  --overlay-page:rgb(0,0,0,0.2);
  --page-padding:4%;
  --blur: blur(14px) brightness(0.92);
  accent-color:var(--main-color);
}

::selection{background:rgb(0,0,0,0.8);-webkit-text-fill-color:#fff;color:#fff;}

/* SCROOLBAR STYLE */
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background:#fff;margin:0px;}
::-webkit-scrollbar-thumb{background:rgb(0,0,0,0.1);border-radius:0px;}
::-webkit-scrollbar-thumb:hover{background:rgb(0,0,0,0.2);}

html{scroll-behavior:smooth;}

/* ANIMATIONS */
@keyframes move-y{0%{transform:translateY(-15px);filter:brightness(1.2);}50%{transform:translateY(5px);filter:brightness(1.5);}100%{transform:translateY(-15px);filter:brightness(1.2);}}
@keyframes move-x{0%{transform:translateX(-5px);}50%{transform:translateX(5px);}100%{transform:translateX(-5px);}}
@keyframes zoom{0%{transform:scale(1.3);}50%{transform:scale(1);}100%{transform:scale(1.3);}}
@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

/* FORM */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:var(--main-color);-webkit-box-shadow:0 0 0px 1000px var(--background) inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:transparent;padding:18px;border:0px;font-size:1rem;font-weight:400;font-family:var(--font-body);}
form div.el textarea{height:130px;}

/* BUTTON */
.btn,[type="button"],[type="submit"],a.simple-button-plugin{background:linear-gradient(135deg,rgb(44,58,129,2) 0,var(--main-color) 50%,var(--main-hover) 100%)!important;color:#fff;cursor:pointer;padding:15px 30px!important;border:0px solid var(--main-hover)!important;line-height:1;gap:10px;letter-spacing:0px;border-radius:var(--border-radius-btn)!important;font-size:1.1rem;font-weight:500;display:inline-flex!important;align-items:center;align-content:center;justify-content:center;font-family:var(--font-2);position:relative;overflow:hidden;z-index:1;transition:all .4s;}
.btn .icon{font-size:1.3rem;}
.btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{filter:brightness(1.2);transition:all .4s;}

/* TOPBAR */
section.topbar{background:var(--main-color);color:#fff;font-size:1rem;padding:10px 0px;}
header a.call{display:flex;gap:20px;align-items:center;}
header a.call span.icon{border:1px solid var(--main-hover);width:60px;aspect-ratio:1/1;font-size:2rem;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .4s;}
header a.call div.dx{display:flex;flex-wrap:wrap;gap:5px;}
header a.call div.dx p.title{font-weight:600;}
header a.call div.dx p{width:100%;text-align:left;line-height:1;font-size:1.2rem;}
header.sticky a.call{color:#000;}
header a.call:hover span.icon{background:var(--main-color);transition:all .4s;}

/* LOGO */
div.logo{position:relative;width:fit-content;padding:0;border-radius:var(--border-radius);}
div.logo a{display:flex;align-items:center;}
div.logo img{height:2.5vw;transition:all .4s;}
div.logo h2{color:var(--main-color);line-height:1;font-size:2.6rem;font-weight:900;text-transform:uppercase;margin:0px;}
div.logo h2 span{color:var(--main-hover);}

/* SLIDE */
section.slideshow div.caption h2{font-size:4rem;text-align:center;color:#fff;margin-bottom:30px;text-wrap:balance;}
section.slideshow div.caption h3{color:#fff;text-align:center;}
section.slideshow div.caption h3:before{background:#fff;}
section.slideshow div.caption p{font-size:1.4rem;text-wrap:pretty;font-weight:400;text-align:center;margin-bottom:30px;color:#fff;}
section.slideshow div.btn_slide{display:flex;justify-content:center;gap:20px;width:100%;}
section.slideshow div.scroll{position:absolute;bottom:20px;left:0px;width:100%;text-align:center;z-index:9;}
section.slideshow div.scroll img{height:60px;width:auto;animation:move-y 3s infinite;}
section.slideshow div.scroll img:hover{cursor:pointer;}

/* FOOTER */
section.footer_up h1{font-size:2rem;line-height:1;margin:0 0 15px;}
section.footer_up h2{font-size:1.6rem;margin:0 0 15px;color:#fff;line-height:1.3;}
section.footer_up div.column{width:100%;text-wrap:balance;font-size:1.1rem;}
section.footer_up img{width:11vw;border-radius:0px;margin-bottom:30px;}
section.footer_up a{position:relative;color:var(--font);}
section.footer_down{font-size:1rem;padding:30px 0px;border-top:1px solid var(--border);}

/* PAGE CONTENT */ 
section.contentCategory{padding:var(--margin) 0px;}
div.title_left h3{margin:0 0 20px;}
div.captionPage{padding:22vh var(--page-padding) 15vh;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0px;position:relative;background:var(--overlay-page);}
div.captionPage h2{font-size:4rem;color:#fff;text-align:center;font-weight:600;margin:0;}
div.captionPage h3{margin:0px;color:#fff;}

/* PAYOFF */
section.payoff h3{margin:0 0 20px;}
section.payoff h3:before{background:#fff;}
section.payoff h2,section.payoff h3{color:#fff;}
section.payoff div.container{gap:0!important;}
section.payoff div.column:last-child{backdrop-filter:var(--blur);padding:60px;border-radius:var(--border-radius);}

/* MAP */
section.map iframe{width:100%;height:300px;margin-top:20px;border-radius:var(--border-radius-btn);}

/* INSTA */
section.insta{min-height:100vh;}
section.insta img{width:auto!important;}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.main_img{width:calc(100% / 2 - 1%);overflow:hidden;padding:0px;}	
section.product div.main_img img{width:100%;border-radius:var(--border-radius);}
section.product div.main_img video{width:100%;border-radius:var(--border-radius);}
section.product div.detail_prod{width:calc(100% / 2 - 2%);display:flex;flex-wrap:wrap;}
section.product div.detail_prod h2{text-wrap:pretty;}
section.product div.detail_prod div.text{width:100%;margin-bottom:30px;}
section.product div.actions{display:flex;gap:40px;}
section.product div.actions a.pdf{display:flex;align-items:center;gap:15px;text-transform:uppercase;font-weight:700;font-size:1rem;line-height:1.3;}
section.product div.actions a.pdf i{display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:var(--main-color);color:#fff;height:45px;aspect-ratio:1/1;border-radius:100%;position:relative;z-index:1;}
section.product div.actions a.pdf i:after{content:'';position:absolute;box-sizing:border-box;top:0px;left:0px;width:100%;height:100%;transform:scale(1.2);border:1px solid var(--main-color);border-radius:100%;z-index:-1;}
section.product div.actions a.info{width:100%;}
section.product div.gallery{margin-top:var(--margin);display:grid;grid-template-columns:repeat(4, minmax(250px, 1fr));gap:10px;}
section.product div.gallery div.gal_el div.img{height:450px;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:var(--border-radius);}
section.product div.gallery div.gal_el div.img img{height:100%;width:auto;max-width:unset;transition:all .4s;}
section.product div.gallery div.gal_el div.img img.vertical{width:100%;height:auto;max-height:unset;}
section.product div.gallery div.gal_el:hover img{transform:scale(1.1);transition:all .4s;}
section.product div.container{display:flex;flex-wrap:wrap;gap:2%}
section.product div.container div.column{width:calc(100% / 2 - 1.5%);}
section.product div.text div.container{padding:0px;}
section.product div.text section{padding:var(--margin) 0px;}
section.productForm{padding:var(--margin) 0px;}
section.product div.text a{text-decoration:underline;}

/* CARTPAGE */
div.cart_container div.listing div.delete a{color:#dd0000;font-size:1.2.rem;}
div.cart_side_container div.title{font-size:1.3rem;background:#eeeeee;padding:15px;}
section.cart div.cart_side_container div.listProduct{display:none;}
div.cart_side_container div.listingRight{padding:0px 10px;}
div.cart_side_container div.listProduct div.el img{max-width:100%;}
div.cart_side_container div.listingRight div.subtotal,
div.cart_side_container div.listingRight div.shippingEl{font-size:1.1rem;}
div.cart_side_container div.listingRight div.totalEl{font-size:1.2rem;}
div.cart_side_container div.cta{margin-top:20px;}
div.cart_side_container div.cta a{width:100%;}

/* SUMMARY */
section.summary div.overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.7);position:absolute;top:0px;left:0px;text-align:center;z-index:+100;}
section.summary div.tab div.title{font-size:1.3rem;background:#eeeeee;padding:15px;}
section.summary div.listProduct div.delete{display:none;}

/* LOGIN */
section.login form{max-width:500px;margin:0 auto;}
section.login div.login{background:#eee;}

/* ACCOUNT */
section.account div.side_account a{padding:10px;border-bottom:1px solid #aaa;display:block;}
.deleteAddress{color:#dd0000;}

/* FIXED BTN */
div.whatsapp_button{display:none;}

@media screen and (min-width: 700px) and (max-width: 1280px) {
	/* THEME */
	:root {
	  --margin:80px;
	  --page-padding:2%;
	}
	
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:0.95rem;padding:14px 25px!important;}
	form div.el input:not([type="checkbox"]), form div.el select, form div.el textarea{padding:15px;font-size:0.95rem;}
	
	section.slideshow div.caption{width:70%;left:15%;}
	section.slideshow div.caption h2{font-size:3rem;}
	
	div.captionPage{padding:18vh var(--page-padding) 11vh;}
	div.captionPage h2{font-size:2.8rem;}
	
	section.payoff div.column:last-child{padding:40px;}
	
	section.footer_up h1{font-size:1.4rem;}
	section.footer_up h2{font-size:1.2rem;}
	section.footer_up div.column{font-size:0.95rem;}	
}

@media screen and (max-width:700px){
	/* THEME */
	:root {
	  --margin:50px;
	  --page-padding:3%;
	   --overlay:rgb(0,0,0,0.2);
	}
	
	.flex1{flex:initial;}
	header div.main-head:before{display:none;}
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:1rem;}
	
	/* TITLE */
	h2{font-size:1.6rem;line-height:1.2;text-align:center;text-wrap:balance;}
	h3{text-align:center;width:fit-content;margin:0px auto 15px!important;}
	
	/* PRODUCT */
	section.product div.container div.column{width:100%;}
	section.product div.main_img{width:100%;}
	section.product div.detail_prod{width:100%;}
	section.product div.detail_prod div.text{text-align:center;}
	section.product div.gallery{grid-template-columns:repeat(2, minmax(150px, 1fr));}
	section.product div.gallery div.gal_el div.img{height:180px;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:14vh var(--page-padding) 7vh;}
	div.captionPage h2{font-size:1.7rem;}
	section.map iframe{height:250px;}
	section.product div.actions{width:100%;justify-content:center;}
	section.product div.actions a.info{width:fit-content;}
	section.fullPlus{padding-bottom:0!important;}
	
	/* INSTA */
	section.insta{min-height:50vh;}
	
	/* FIXED BTN */
	div.whatsapp_button{display:flex;flex-wrap:wrap;position:fixed;bottom:10px;z-index:99;justify-content:center;width:100%;gap:10px;}
	div.whatsapp_button a.button{display:flex;gap:5px;padding:12px 25px;font-size:0.95rem;color:#fff;font-weight:500;border-radius:var(--border-radius);line-height:1;}
	div.whatsapp_button a.btn_whatsapp{background:#47A91F;}
	div.whatsapp_button a.btn_tel{background:var(--main-color);}
	div.whatsapp_button a.btn_map{background:var(--main-hover);}
	
	/* FOOTER */
	section.footer_up h1{font-size:1.6rem;}
	section.footer_up h2{font-size:1.3rem;}
	section.footer_up div.column{font-size:1rem;}
	section.footer_up div.container{gap:calc(var(--margin) / 2)!important}
	
	/* LOGO */
	div.logo{width:100%;gap:0px!important;}
	div.logo img{height:9vw;}
	div.logo h2{font-size:1.8rem;}
	
	/* CAPTION */
	section.slideshow{background-attachment:initial!important;}
	section.slideshow div.video div.phone{display:none;}
	body.index section.slideshow{height:38vh;display:flex;justify-content:center;}
	section.slide_full div.glide,.glide__slides{height:100%;}
	section.slideshow div.caption{width:100%;left:0;align-content:flex-end;padding:20px var(--page-padding);}
	section.slideshow video{position:relative!important;height:100%;width:auto;max-width:unset;}
	section.slide_full div.glide ul li{height:100%;display:flex;justify-content:center;}
	section.slideshow div.caption h2{font-size:1.3rem!important;margin-bottom:0;}
	section.slideshow div.caption h3{font-size:0.9rem;display:none;}
	section.slideshow div.caption p{font-size:0.95rem;margin:0;}
	section.slideshow div.scroll{display:none;}
	section.slideshow div.scroll img{height:45px;}
	section.slideshow div.caption div.btn_slide{display:none;}
}