/* THEME */
:root {
  --main-color:#353d97;
  --main-hover:#0d2b3e;
  --font:'Special Gothic', sans-serif;
  --font-body:'Special Gothic', sans-serif;
  --font-color:#000000;
  --font-color-hover:#000000;
  --background:#f2f5fb;
  --dark:#0d2b3e;
  --green:#3eb01b;
  --blur:#00000005;
  --border-radius:10px;
  --border-radius-btn:40px;
  --border:#DCE0E3;
  --shadow:0px 20px 80px rgba(0, 0, 0, 0.05);
  --margin:110px;
  --overlay:rgb(0,0,0,0.3);
  --overlay-page:rgb(0,0,0,0.4);
  --full-padding:4%;
  --page-padding:4%;
  accent-color:var(--main-color);
}

::selection{background:rgb(24,24,24,0.3);-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(24,24,24,0.2);border-radius:0;}
::-webkit-scrollbar-thumb:hover{background:rgb(24,24,24,0.3);}

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 transparent inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:transparent;padding:5px 5px 15px;border:0px;border-bottom:1px solid var(--border);font-size:1rem;font-family:var(--font-body);}
form div.el textarea{height:80px;}

/* BUTTON */
.btn,[type="button"],[type="submit"],a.simple-button-plugin{background:var(--main-color)!important;color:#fff;cursor:pointer;padding:18px 30px!important;border:1px solid transparent!important;line-height:1;letter-spacing:-0.2px;border-radius:var(--border-radius-btn)!important;gap:10px;font-size:1rem;font-weight:600;display:inline-flex!important;align-items:center;justify-content:center;font-family:var(--font);position:relative;z-index:1;transition:all .35s ease;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);transform:translateZ(0);}
.btn:before,[type="button"]:before,[type="submit"]:before,a.simple-button-plugin:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,var(--main-hover),var(--main-color));transform:scaleX(0);transform-origin:right;transition:transform .45s ease;z-index:-1;}
.btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(0,0,0,.15);}
.btn:hover:before,[type="button"]:hover:before,[type="submit"]:hover:before,a.simple-button-plugin:hover:before{transform:scaleX(1);transform-origin:left;}

section.topbar{background:var(--main-color);font-size:0.95rem;color:#fff;padding:10px 0px;}
section.topbar a{color:#fff;font-size:0.95rem;}

/* LOGO */
div.logo a{display:flex;align-items:center;gap:20px;width:100%;}
div.logo img{width:13vw;transition:all .4s;}
div.logo h2{line-height:1;font-size:2.8rem;text-align:left;margin:0px;display:flex;align-items:center;gap:10px;}
div.logo svg{height:45px;aspect-ratio:1/1;}

/* SLIDE */
section.slideshow div.caption{width:100%;}
section.slideshow div.caption h2{font-size:4.2rem;width:100%;color:#fff;margin-bottom:10px;text-wrap:balance;}
section.slideshow div.caption p{width:100%;font-size:1.4rem;color:#fff;text-wrap:pretty;font-weight:400;text-align:left;margin-bottom:30px;}
section.slideshow div.btn_slide{display:flex;gap:20px;width:100%;}
section.slideshow .btn{background:#fff!important;color:#111!important;position:relative;overflow:hidden;z-index:2;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 15px 40px rgba(0,0,0,.25);}
/* section.slideshow .btn:before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.15);transform:scaleX(0);transform-origin:right;transition:transform .4s ease;z-index:-1;} */
section.slideshow .btn:hover:before{transform:scaleX(1);transform-origin:left;}
section.slideshow .btn:hover{color:#fff!important;border-color:var(--main-color)!important;transform:translateY(-2px);}
section.slideshow div.scroll{position:absolute;bottom:20px;left:0px;width:100%;text-align:center;z-index:1;}
section.slideshow div.scroll img{height:60px;width:auto;animation:move-y 3s infinite;}
section.slideshow div.scroll img:hover{cursor:pointer;}
section.slideshow img{width:100%;}	

/* PAGE CONTENT */ 
section.contentCategory{padding:var(--margin) 0px;}
section.contentCategory div.preview{width:100%;text-align:center;}
section.bg{background:var(--dark);background-image:url(/uploads/texture.png);background-size:contain;}

.intro_docs{font-size:1.6rem;font-weight:600;line-height:1.3;letter-spacing:.2px;text-wrap:balance;padding-bottom:calc(var(--margin)/2)!important;color:rgba(0,0,0,.85);text-align:center;}

div.docs{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;}
div.docs div.el{display:flex;flex-wrap:wrap;gap:20px;box-shadow:0 10px 30px rgba(0, 0, 0, .04);border:1px solid var(--border);padding:20px;border-radius:var(--border-radius);}
div.docs p.title{width:100%;font-size:1.7rem;font-weight:500;}
div.docs p.title .fa{margin-right:5px;}
div.container_docs div.empty{text-align:center;width:100%;font-style:italic;}

ol{list-style:none;counter-reset:step;display:block;padding:0;margin:0!important;}
ol li{position:relative;background:rgba(255,255,255,.8);backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.06);border-radius:var(--border-radius);padding:15px 15px 15px 60px;text-align:left;margin-bottom:12px;box-shadow:0 8px 20px rgba(0,0,0,.04);transition:all .3s ease;color:#222;}
ol li:before{counter-increment:step;content:counter(step);position:absolute;left:15px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:var(--border-radius);background:var(--background);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;transition:all .3s ease;}
ol li:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.06);border-color:rgba(0,0,0,.1);}
ol li:hover:before{background:var(--main-hover);color:#fff;}

/* CAPTION PAGE */ 
div.captionPage{min-height:55vh;padding:25vh var(--full-padding) 8vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;position:relative;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.08),transparent 40%),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.75));}
div.captionPage:before{content:'';position:absolute;inset:-20%;background:conic-gradient(from 180deg,rgba(255,255,255,.08),rgba(255,255,255,0),rgba(255,255,255,.06),rgba(255,255,255,0));animation:spinBg 12s linear infinite;opacity:.6;}
div.captionPage:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.85) 100%);}
div.captionPage h2{width:100%;position:relative;z-index:2;text-align:center;font-size:4.4rem;line-height:1.05;margin:0;color:#fff;text-wrap:pretty;letter-spacing:.02em;text-shadow:0 10px 40px rgba(0,0,0,.6);}
div.captionPage h3{width:100%;position:relative;z-index:2;margin:0;color:rgba(255,255,255,.85);font-size:1.25rem;line-height:1.6;text-wrap:balance;max-width:900px;}
div.captionPage h2:after{content:'';display:block;width:120px;height:2px;margin:18px auto 0;background:linear-gradient(90deg,transparent,#fff,transparent);opacity:.7;}
@keyframes spinBg{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}

/* section.elfsight{display:none;} */

/* REVIEWS */
section.reviews img{width:140px;margin:20px 0;}
section.reviews a{position:relative;text-decoration:none;color:inherit;font-size:1.2rem;transition:all .3s ease;}
section.reviews a:after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:currentColor;transition:all .3s ease;}
section.reviews a:hover{opacity:.75;}
section.reviews a:hover:after{transform:scaleX(.7);}

/* FOOTER */
section.footer_up .container{gap:2%!important;}
section.footer_up h1{line-height:1.4;font-size:1.9rem;margin-bottom:0;color:#fff;text-wrap:balance;}
section.footer_up h2{width:fit-content;font-size:1.6rem;font-weight:500;letter-spacing:0;margin:0 0 12px;color:#fff;line-height:1.2;position:relative;}
section.footer_up h2:after{content:'';display:block;width:40px;height:2px;background:rgba(255,255,255,.4);margin-top:8px;}
section.footer_up div.column{width:calc(100% / 4);text-wrap:balance;height:-webkit-fill-available;padding:0!important;color:#fff;display:flex;flex-direction:column;}
section.footer_up div.listCategories div{display:grid;gap:6px;}
section.footer_up img{width:14vw;border-radius:0;margin-bottom:20px;filter:brightness(.95);transition:all .35s ease;}
section.footer_up img:hover{tfilter:brightness(1);}
section.footer_up a{position:relative;color:#fff;opacity:.85;transition:all .3s ease;}
section.footer_up a:hover{opacity:1;}
section.footer_up a.category_list{display:inline-block;width:fit-content;text-transform:capitalize;}
section.footer_up a:before{content:'';position:absolute;bottom:-2px;left:0;width:0%;height:1px;background:#fff;transition:width .35s ease;}
section.footer_up a:hover:before{width:100%;}
section.footer_down{font-size:1rem;padding:20px 0;color:rgba(255,255,255,.7);text-align:center;border-top:1px solid rgba(255,255,255,.08);}

/* RECOVER PSW */
form.recoverPsw div.el{width:30%;margin:10px auto 20px;}
.confirm-reset{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;padding:12px 15px;border-radius:var(--border-radius);font-size:1rem;font-weight:500;display:flex;align-items:center;gap:10px;margin:0 auto 30px;}
.confirm-reset i{background:#10b981;color:#ffffff;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:0.95rem;}

.error-recovery{color:red;margin-top:10px;}

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

/* 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.images{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:calc(100% / 2 - 1.5%);overflow:hidden;padding:0px;}
section.product div.images div.main_img{width:100%;border-radius:var(--border-radius);overflow:hidden;}
section.product div.images div.thumb{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;}
section.product div.images div.thumb div.img{display:flex;align-items:center;justify-content:center;background:rgb(0,0,0,0.1);border-radius:var(--border-radius);height:120px;overflow:hidden;}
section.product div.images div.thumb div.img img{width:100%;height:auto;max-height:unset;filter:brightness(0.95);}
section.product div.images img{width:100%;height:auto;max-height:unset;}
section.product div.detail_prod{width:calc(100% / 2 - 1.5%);display:flex;flex-wrap:wrap;}
section.product div.detail_prod h2{font-size:3.2rem;text-wrap:pretty;}
section.product div.detail_prod div.text{width:100%;text-wrap:pretty;margin-bottom:30px;}
section.product div.detail_prod div.text p:last-child{border-bottom:0px;margin-bottom:0px;padding-bottom:0px;}

section.product div.plus{width:100%;margin-bottom:40px;}
section.product div.plus div.el{display:flex;align-items:center;gap:25px;margin-bottom:25px;}
section.product div.plus div.el:last-child{margin-bottom:0px;margin-bottom:0px;}
section.product div.plus div.el p.title{width:100%;margin-bottom:8px;line-height:1;font-family:var(--font);font-size:1rem;font-weight:400;}
section.product div.plus div.el p.text{width:100%;font-size:1rem;}
section.product div.plus div.el div.img svg{height:55px;fill:var(--main-hover);}

section.product div.actions{display:flex;gap:20px;}
section.product div.actions a.whatsapp{background:#4faf54!important;}
section.product div.actions a.whatsapp i{font-size:1.3rem;}
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.video div.video{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:1%;}
section.video div.video div.el{height:520px;display:flex;align-items:center;width:calc(100% / 2 - 0.5%);overflow:hidden;}
section.video div.video div.el video{width:100%;}
section.productForm{padding:var(--margin) 0px;background:var(--background);}
section.productForm input,section.productForm textarea{background:#fff!important;}

/* 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;}

/* 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:90px;
	  --full-padding:3%;
	  --page-padding:3%;
	}

	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:0.85rem;padding:15px 25px!important;}
	div.logo img{width:14vw;}
	
	section.slide_full{height:90vh;}
	section.slideshow div.caption h2{font-size:4rem;}
	section.slideshow div.caption p{font-size:1.4rem;}
	
	div.captionPage{padding:18vh var(--full-padding) 12vh;}
	
	section.footer_up h2{font-size:1.2rem;}
	section.footer_up div.column{font-size:0.9rem;}
}

@media screen and (max-width:700px){
	/* THEME */
	:root {
	  --margin:50px;
	  --page-padding:3%;
	  --full-padding:3%;
	}
	
	.flex1{flex:initial;}
	header div.main-head:before{display:none;}
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:0.85rem;padding:15px 22px!important;}
	
	/* TITLE */
	h2{font-size:2rem;letter-spacing:-1px;margin:0 0 15px;text-align:center;text-wrap:balance;}
	h3{font-size:0.9rem;text-align:center;}
	
	/* LOGO */
	div.logo{width:100%;gap:0px!important;}
	div.logo img{width:42vw;}
	div.logo h2{font-size:1.6rem;}
	
	/* PRODUCT */
	section.product div.container div.column{width:100%;}
	section.product div.images{width:100%;}
	section.product div.images div.img{max-width:unset;}
	section.product div.detail_prod{width:100%;}
	section.product div.detail_prod h2{font-size:2rem;}
	section.product div.detail_prod div.text{text-align:center;}
	section.product div.actions{width:100%;flex-wrap:wrap;justify-content:center;gap:15px;}
	section.product div.actions a.whatsapp i{font-size:1rem;}
	section.product div.actions a.info{width:fit-content;margin:0px auto;}
	section.product div.images div.thumb{gap:5px;}
	section.product div.images div.thumb div.img{height:60px;}
	section.video div.video{gap:10px;}
	section.video div.video div.el{width:100%;height:fit-content;}
	section.product div.plus div.el p.title{margin-bottom:5px;line-height:1.5;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:15vh var(--page-padding) 6vh;min-height:0}
	div.captionPage h2{font-size:1.7rem;}
	section.map iframe{height:200px;}
	section.fullcontainer.fullwidth.about div.container div.column{height:initial;}
	
	.intro_docs{font-size:1.1rem;}
	div.docs{grid-template-columns:1fr;gap:20px;}
	div.docs div.el{padding:15px;gap:15px;}
	div.docs p.title{font-size:1.4rem;}
	
	form.recoverPsw div.el{width:100%;}
	
	/* REVIEWS */
	section.reviews div.column:first-child{text-wrap:pretty;}
	section.reviews img{width:110px;margin:15px 0;}
	section.reviews a{font-size:1.1rem;}
	
	/* 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:10px 22px;font-size:1rem;color:#fff;border-radius:40px;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{text-wrap:balance;}
	section.footer_up .container{gap:var(--margin)!important;}
	section.footer_up img{width:55vw;}
	section.footer_up h2{width:100%;font-size:1.4rem;}
	section.footer_up h2:after{width:10%;margin-left:45%;}
	
	/* CAPTION */
	section.slideshow{background-attachment:initial!important;}
	section.slideshow div.video div.phone{display:none;}
	body.index section.slideshow{height:60vh;display:flex;justify-content:center;}
	section.slide_full div.glide,.glide__slides{height:100%;}
	section.slideshow img{height:100%;width:auto;max-width:unset;}
	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{bottom:20px;}
	section.slideshow div.caption h2{font-size:1.5rem!important;text-align:left;margin-bottom:5px;}
	section.slideshow div.caption p{font-size:1rem;width:100%;margin-bottom:0;}
	section.slideshow div.scroll{display:none;}
	section.slideshow div.scroll img{height:45px;}
	section.slideshow div.caption div.btn_slide{display:none;}
}