*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{flex-direction:column;min-width:330px;margin:0;display:flex;overflow-x:hidden}img{max-width:100%}a{cursor:pointer}a :active{transform:translateY(1px)}h1{text-transform:uppercase}
:root{--blue-color:#023256;--blue50-color:#1c1d2bbe;--bluedark-color:#021b2e;--gradiente-color:linear-gradient(45deg, #d4993a , #f4d06c);--yellow-color:#c08527;--red50-color:#ff000080;--gray-color:#ccc;--white-color:#fff;--orange-color:#ff5e00}
[class^=btn-]{cursor:pointer;background:0 0;border:none;border-radius:4px;outline:none;justify-content:center;align-items:center;text-decoration:none;display:flex}[class^=btn-]:active{transform:translateY(1px)}[class^=btn-].btn-primary-fill{background:var(--blue-color);color:var(--text-color);padding:12px 28px}[class^=btn-].btn-white{border:2px solid var(--white-color);color:var(--white-color);padding:12px}[class^=btn-].btn-border{border:2px solid var(--blue-color);color:var(--blue-color);padding:10px 20px;font-weight:600;transition:all .3s}[class^=btn-].btn-border-red{border:2px solid var(--gradiente-color);color:var(--gradiente-color);padding:10px 20px;font-weight:700}[class^=btn-].btn-border:hover{background-color:var(--blue-color);color:var(--white-color);transform:scale(1.05);box-shadow:0 4px 12px #0003}[class^=btn-].btn-border-red:hover{background-color:var(--gradiente-color);color:var(--white-color);transform:scale(1.05);box-shadow:0 4px 12px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp}
#drawer>.overlay{z-index:-2;transition:all .5s ease-in-out;display:flex;position:fixed;inset:0}#drawer>.body{background-color:var(--blue-color);z-index:-1;width:300px;height:100vh;transition:all .3s ease-in-out;position:fixed;right:0;transform:translate(100%)}#drawer>.body>header{justify-content:center;align-items:center;padding:20px;display:flex;position:relative}#drawer>.body>header a:has(.logo-drawer){border-radius:8px;transition:transform .3s,filter .3s;display:flex}#drawer>.body>header a:has(.logo-drawer):hover{filter:drop-shadow(0 10px 18px #f4d06c2e);transform:translateY(-2px)scale(1.02)}#drawer>.body>header a:has(.logo-drawer):focus-visible{outline-offset:8px;outline:2px solid #f4d06cbf}#drawer>.body>header .logo-drawer{height:90px}#drawer>.body>header>.btn-close{position:absolute;top:20px;right:20px}#drawer>.body>nav{flex:1}#drawer>.body>nav>ul{margin:0;padding:0;list-style:none}#drawer>.body>nav>ul>li a{color:var(--white-color);text-transform:uppercase;align-items:center;height:60px;padding:0 42px;font-weight:700;text-decoration:none;transition:background-color .25s,color .25s,padding-left .25s;display:flex;position:relative}#drawer>.body>nav>ul>li a:before{content:"";background:var(--yellow-color);opacity:0;border-radius:50%;width:8px;height:8px;transition:opacity .25s,transform .25s;position:absolute;left:24px;transform:scale(.3)}#drawer>.body>nav>ul>li a:hover{background:var(--blue50-color);padding-left:52px}#drawer>.body>nav>ul>li a:focus{background:var(--blue50-color)}#drawer>.body>nav>ul>li a:hover:before,#drawer>.body>nav>ul>li a:focus:before,#drawer>.body>nav>ul>li a.active:before{opacity:1;transform:scale(1)}#drawer>.body>nav>ul>li a.active{color:#f4d06c;background:#f4d06c24;padding-left:52px}#drawer>.body>nav>ul>li a:active{transform:translateY(1px)}#drawer>.body>.drawer-social{justify-content:center;align-items:center;gap:18px;margin:28px 0 0;padding:0;list-style:none;display:flex}#drawer>.body>.drawer-social>li a{background:0 0;border:0;border-radius:0;place-items:center;width:34px;height:34px;transition:background-color .25s,transform .25s;display:grid}#drawer>.body>.drawer-social>li a:hover,#drawer>.body>.drawer-social>li a:focus-visible{background:0 0;transform:translateY(-2px)}#drawer>.body>.drawer-social>li a>img{filter:brightness(0)invert();height:24px}#drawer.opened>.overlay{z-index:999;background-color:var(--blue50-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#drawer.opened>.body{z-index:1000;transform:translate(0)}
#hero{background:var(--white-color);flex-direction:column;height:auto;margin-bottom:20px;display:flex}#hero>header{background:var(--blue-color);flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0232562e}#hero>header:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(110deg,#0000 0% 40%,#ffffff09 48%,#f4d06c0b 50%,#ffffff08 52%,#0000 60% 100%);animation:12s ease-in-out infinite navLightSweep;position:absolute;inset:0;transform:translate(-120%)}#hero>header .welcome{background-color:var(--white-color);width:100%;height:auto;box-shadow:none;border-bottom:1px solid #d4993a38;border-radius:0;justify-content:space-between;align-self:center;align-items:center;margin-top:0;padding:9px clamp(18px,4vw,70px);display:flex}#hero>header .welcome p{color:var(--yellow-color);font-size:.95rem;font-weight:500}#hero>header .welcome .social-media-top{justify-content:space-around;gap:12px;width:auto;list-style:none;display:flex}#hero>header .welcome .social-media-top li a{border:0;border-radius:0;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background-color .25s,transform .25s,filter .25s;display:flex}#hero>header .welcome .social-media-top li a img{filter:brightness(0)invert();height:20px}#hero>header .welcome .social-media-top li a:hover{filter:drop-shadow(0 0 8px #f4d06c61);background-color:#0000;transform:translateY(-2px)}#hero>header>div{background:var(--blue-color);border-bottom:1px solid #02325614;justify-content:center;align-items:center;padding:24px 70px;display:flex;position:relative}#hero>header>div a:has(.logo-top){box-shadow:none;background:0 0;border-radius:8px;align-items:center;padding:0;transition:transform .3s,filter .3s;display:flex}#hero>header>div a:has(.logo-top):hover{filter:drop-shadow(0 10px 18px #f4d06c2e);transform:translateY(-2px)scale(1.02)}#hero>header>div a:has(.logo-top):focus-visible{outline-offset:8px;outline:2px solid #f4d06cbf}#hero>header>div a .logo-top{height:60px;transition:opacity .3s}#hero>header>div .btn-menu{padding:10px;transition:background-color .25s,transform .25s;position:absolute;top:20px;right:20px}#hero>header>div .btn-menu:hover{background-color:#ffffff1f;transform:translateY(-2px)}#hero>header>nav.links{display:none}@media (min-width:992px){#hero>header{border-bottom:3px solid var(--yellow-color);grid-template-columns:minmax(220px,auto) 1fr auto;align-items:center;min-height:124px;padding:0 clamp(28px,5vw,78px);display:grid}#hero>header .welcome{z-index:1;background:0 0;border:0;order:3;width:auto;margin:0;padding:0;position:relative}#hero>header .welcome p{display:none}#hero>header .welcome .social-media-top{width:auto}#hero>header .welcome .social-media-top li a{background-color:#0000;border-color:#0000}#hero>header>div{z-index:1;background:0 0;border-bottom:0;order:1;justify-content:flex-start;align-items:center;height:auto;padding:0;display:flex;position:relative}#hero>header>div a .logo-top{height:72px}#hero>header>div .menu-icon{display:none}#hero>header nav.links{z-index:1;z-index:30;min-height:124px;box-shadow:none;background:0 0;border-bottom:0;order:2;justify-content:center;align-items:center;margin-bottom:0;padding:0 20px;display:flex;position:relative;top:0}#hero>header nav.links>ul{justify-content:center;align-items:center;gap:12px;list-style:none;display:flex}#hero>header nav.links>ul :active{transform:translateY(1px)}#hero>header nav.links>ul li a{text-transform:uppercase;min-height:42px;color:var(--white-color);letter-spacing:.02rem;border-radius:0;align-items:center;padding:0 20px;font-weight:600;text-decoration:none;transition:background-color .25s,color .25s,transform .25s,text-shadow .25s;display:flex;position:relative}#hero>header nav.links>ul li a:after{content:"";background:var(--yellow-color);transform-origin:50%;border-radius:999px;height:2px;transition:transform .25s;position:absolute;bottom:6px;left:20px;right:20px;transform:scaleX(0)}#hero>header nav.links>ul li a:hover{color:#f4d06c;text-shadow:0 8px 18px #0232562e;background-color:#0000;transform:translateY(-2px)}#hero>header nav.links>ul li a:hover:after,#hero>header nav.links>ul li a:focus-visible:after,#hero>header nav.links>ul li a.active:after{transform:scaleX(1)}#hero>header nav.links>ul li a.active{color:#f4d06c;box-shadow:none;background-color:#0000}#hero>header nav.links>ul li a:focus-visible{outline-offset:4px;outline:2px solid #f4d06ca6}}@media (max-width:991px){#hero>header .welcome{background:var(--blue-color);border-bottom-color:#f4d06c3d;padding:8px 14px;display:none}#hero>header .welcome p{color:var(--white-color);font-size:.8rem}#hero>header .welcome .social-media-top{gap:8px;width:auto}#hero>header .welcome .social-media-top li a{width:30px;height:30px}#hero>header .welcome .social-media-top li a img{height:18px}#hero>header>div{justify-content:flex-start;min-height:118px;padding:28px 64px 28px 24px}#hero>header>div a .logo-top{height:48px}#hero>header>div .btn-menu{top:50%;right:18px;transform:translateY(-50%)}#hero>header>div .btn-menu:hover{transform:translateY(-50%)}}@media (min-width:701px) and (max-width:991px){#hero>header .welcome{padding-inline:28px}#hero>header>div{padding-inline:40px 78px}#hero>header>div a .logo-top{height:58px}}@media (max-width:430px){#hero>header .welcome{align-items:flex-start;gap:10px}#hero>header .welcome p{line-height:1.35}#hero>header>div{min-height:104px}#hero>header>div a .logo-top{height:40px}}@keyframes navLightSweep{0%{transform:translate(-120%)}45%,to{transform:translate(120%)}}
#slider{aspect-ratio:3;background:var(--blue-color);border-radius:12px;width:min(100% - 40px,1320px);margin:66px auto 26px;position:relative;overflow:hidden;box-shadow:0 22px 42px #02325638}#slider:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#02325661,#0000 38%,#0232561f),linear-gradient(#0000 55%,#021b2e40);position:absolute;inset:0}#slider .slides{width:100%;height:100%;position:relative}#slider .slide{opacity:0;visibility:hidden;transition:opacity .7s,transform 1.2s,visibility .7s;position:absolute;inset:0;transform:scale(1.035)}#slider .slide.active{opacity:1;visibility:visible;transform:scale(1)}#slider img{object-fit:cover;object-fit:contain;width:100%;height:100%;display:block}.slide-content{z-index:3;align-items:center;display:flex;position:absolute;bottom:clamp(18px,4vw,46px);right:clamp(18px,4vw,54px)}.social-buttons{gap:12px;display:flex}.social-buttons a{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#023256b8;border:1px solid #f4d06c52;border-radius:50%;place-items:center;width:48px;height:48px;transition:background-color .25s,transform .25s;display:grid}.social-buttons a:hover{background:#f4d06c2e;transform:translateY(-3px)}.social-buttons a img{object-fit:contain;width:24px;height:24px}#slider .prev,#slider .next{z-index:4;color:#fff;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;width:42px;height:56px;font-size:1.8rem;line-height:1;transition:background-color .25s,border-color .25s,color .25s,transform .25s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}#slider .prev:hover,#slider .next:hover,#slider .prev:focus-visible,#slider .next:focus-visible{color:#f4d06c;background:0 0;border-color:#0000;transform:translateY(-50%)scale(1.12)}#slider .prev:focus-visible,#slider .next:focus-visible,.slider-dot:focus-visible{outline-offset:4px;outline:2px solid #f4d06cc7}#slider .prev{left:20px}#slider .next{right:20px}.slider-dots{z-index:4;gap:10px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;background:#ffffff73;border:0;border-radius:999px;width:34px;height:4px;padding:0;transition:width .25s,background-color .25s,transform .25s}.slider-dot.active{background:#f4d06c;width:48px}.slider-dot:hover{background:#f4d06c;transform:translateY(-2px)}@media (max-width:768px){#slider{aspect-ratio:3;border-radius:10px;width:calc(100% - 24px);margin:28px auto 34px}#slider .prev,#slider .next{width:34px;height:48px;font-size:1.45rem}#slider .prev{left:12px}#slider .next{right:12px}.slide-content{bottom:28px;right:16px}.social-buttons a{width:42px;height:42px}.slider-dots{bottom:12px}.slider-dot{width:24px}.slider-dot.active{width:36px}}@media (max-width:430px){#slider{aspect-ratio:3;margin-top:22px}.slide-content{bottom:24px;right:12px}.social-buttons a{width:38px;height:38px}}
main{background:var(--white-color);width:100%;height:auto}main>.services{flex-direction:column;align-items:center;gap:20px;margin-bottom:40px;display:flex}main>.services .card-blue,main>.services .card-yellow{background:var(--blue-color);width:90%;max-width:320px;box-shadow:6px 6px 6px var(--blue50-color);color:var(--white-color);text-transform:uppercase;opacity:0;text-align:center;overflow-wrap:break-word;word-break:break-word;border-radius:5%;flex-direction:column;justify-content:space-around;height:auto;padding:20px;transition:transform .4s,box-shadow .4s;animation:1s forwards fadeInUp;display:flex}main>.services .card-yellow{background:var(--gradiente-color)}main>.services .card-blue img,main>.services .card-yellow img{height:100px}main>.services .card-blue h2,main>.services .card-yellow h2{font-size:2rem}main>.services .card-blue p,main>.services .card-yellow p{font-size:1.2rem}main>.services .card-blue:hover,main>.services .card-yellow:hover{box-shadow:12px 12px 18px var(--blue50-color);transform:scale(1.05)}main>.services .card-blue:first-child{animation-delay:0s}main>.services .card-yellow:nth-child(2){animation-delay:.2s}main>.services .card-blue:nth-child(3){animation-delay:.4s}main>.services .card-yellow:nth-child(4){animation-delay:.6s}#about{background:var(--gray-color);width:100%;min-height:360px;color:var(--blue-color);flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-top:-180px;padding:40px;font-size:1.1rem;display:flex}main>#about h2{text-align:center;text-transform:uppercase}main>#about p{text-align:center;max-width:920px}main>#about .about-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}main>#about .btn-whatsapp{color:var(--blue-color);background:#d4993a;border-color:#d4993a}main>#about .btn-whatsapp:hover{color:var(--blue-color);background:#f4d06c;border-color:#f4d06c}#history{color:var(--blue-color)}main>#qualities{background:var(--white-color);justify-content:space-around;gap:40px;width:100%;height:auto;padding:40px;display:flex}main>#qualities>.containe img{height:100px}@media (min-width:650px){main>.services{flex-flow:wrap;justify-content:center;gap:30px;width:100%;margin-top:20px;padding:40px;display:flex;position:relative}main>.services .card-blue,main>.services .card-yellow{text-align:center;width:300px;height:245px;padding:20px}main>.services .card-blue img,main>.services .card-yellow img{height:70px}main>.services .card-blue h2,main>.services .card-yellow h2{font-size:1.2rem}main>.services .card-blue p,main>.services .card-yellow p{font-size:.8rem}main>#about{flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;min-height:360px;padding:200px 190px 50px;font-size:1.1rem}main>#about p{text-align:center}main>#qualities{background:var(--white-color);justify-content:space-around;align-items:center;gap:40px;width:100%;height:280px;padding:40px 100px;display:flex}main>#qualities>.containe img{height:160px}}@media (max-width:650px){main>.services{margin-bottom:24px;padding:0 18px}main>.services .card-blue,main>.services .card-yellow{border-radius:14px;width:100%;max-width:360px;min-height:0;padding:24px 18px}main>.services .card-blue img,main>.services .card-yellow img{height:76px;margin-bottom:14px}main>.services .card-blue h2,main>.services .card-yellow h2{font-size:1.45rem;line-height:1.2}main>.services .card-blue p,main>.services .card-yellow p{font-size:.92rem;line-height:1.55}#about{min-height:auto;margin-top:0;padding:44px 20px}#about h2{margin-top:0;font-size:1.35rem;line-height:1.25}#about p{margin-bottom:12px;font-size:.98rem;line-height:1.65}main>#about .about-actions{width:100%}main>#about .about-actions .btn-border{text-align:center;width:100%}main>#qualities{flex-wrap:wrap;gap:20px;padding:34px 18px}main>#qualities>.containe img{height:86px}}@media (max-width:430px){main>#qualities{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;display:grid}main>#qualities>.containe img{width:100%;max-width:88px;height:auto}}@media (min-width:650px) and (max-width:991px){main>.services{margin-bottom:28px;padding:34px 28px}main>#about{margin-top:-72px;padding:110px 48px 48px}main>#qualities{height:auto;padding:38px 48px}main>#qualities>.containe img{height:118px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
footer{background:linear-gradient(135deg, #021b2efa, #023256fa), var(--blue-color);width:100%;color:var(--white-color);padding:54px 22px 42px;position:relative;overflow:hidden}footer:before{content:"";border-top:4px solid var(--yellow-color);pointer-events:none;background:linear-gradient(90deg,#f4d06c24,#0000 28% 72%,#f4d06c1f);position:absolute;inset:0}footer>.container{z-index:1;grid-template-columns:1fr;gap:34px;width:min(1160px,100%);margin:0 auto;display:grid;position:relative}footer h2{color:var(--white-color);letter-spacing:.08rem;text-transform:uppercase;margin-bottom:18px;font-size:.95rem;font-weight:700}footer p,footer a{color:#ffffffc7;font-size:.95rem;line-height:1.7}footer a{text-decoration:none;transition:color .25s,transform .25s,opacity .25s}footer a:hover,footer a:focus-visible{color:#f4d06c}footer a:focus-visible{outline-offset:5px;outline:2px solid #f4d06cb3}footer .about-footer{max-width:360px}footer .about-footer p{text-transform:none;margin-bottom:10px}footer .quick-links ul,footer .social-media ul,footer .contact .info{margin:0;padding:0;list-style:none}footer .links-footer ul{gap:10px;display:grid}footer .links-footer a{text-transform:uppercase;letter-spacing:.03rem;align-items:center;width:fit-content;font-weight:600;display:inline-flex;position:relative}footer .links-footer a:after{content:"";transform-origin:0;background:#f4d06c;height:1px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}footer .links-footer a:hover:after,footer .links-footer a:focus-visible:after{transform:scaleX(1)}footer .social-media ul{align-items:center;gap:14px;display:flex}footer .social-media a{background:#ffffff0f;border:1px solid #f4d06c42;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}footer .social-media a:hover{background:#f4d06c1f;transform:translateY(-3px)}footer .social-media img{height:22px}footer .contact .info{gap:16px;display:grid}footer .contact .info a{grid-template-columns:34px 1fr;align-items:center;gap:12px;display:grid}footer .contact .info img{opacity:.9;width:28px;height:28px}footer .contact .info p{margin:0}.copy-right-text{background:var(--bluedark-color);border-top:1px solid #f4d06c33;width:100%;padding:16px 22px}.copy-right-text p{color:#ffffffb8;text-align:center;width:min(1160px,100%);margin:0 auto;font-size:.82rem;line-height:1.5}@media (min-width:760px){footer{padding:68px 42px 54px}footer>.container{grid-template-columns:1.45fr .9fr .7fr 1.3fr;align-items:start;gap:42px}footer .about-footer{max-width:none}}@media (max-width:759px){footer{text-align:center}footer .about-footer,footer .links-footer a{margin-inline:auto}footer .social-media ul{justify-content:center}footer .contact .info a{grid-template-columns:1fr;justify-items:center;gap:8px}}
main{height:auto}main>.summary{background:var(--white-color);flex-direction:column;width:100%;height:700px;display:flex}main>.summary>#sumary-picture{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}main>.summary>#sumary-picture>#bg-red{background:var(--gradiente-color);z-index:0;border-radius:3%;width:255px;height:210px;position:absolute;transform:rotate(5deg)}main>.summary>#sumary-picture img{z-index:10;border-radius:1%;height:200px}main>.summary>#text-sumary{background:var(--white-color);width:100%;height:500px;margin-bottom:20px;padding:30px}main>.summary>#text-sumary h1{color:var(--blue-color)}main>.summary>#text-sumary h1 span{color:var(--gradiente-color)}main>.summary>#text-sumary p{color:var(--blue-color);margin-bottom:30px}main>#history{background:#f3f5f7;width:100%;height:auto;margin-top:40px;padding:58px 22px}main>#history .history-intro{text-align:center;width:min(860px,100%);margin:0 auto 34px}main>#history .history-intro h2{color:var(--blue-color);text-transform:uppercase;margin-bottom:16px;font-size:1.65rem;line-height:1.2}main>#history .history-intro p{color:var(--blue-color);margin-bottom:12px;line-height:1.75}main>#history .history-grid{grid-template-columns:1fr;gap:18px;width:min(1080px,100%);margin:0 auto;display:grid}main>#history article{background:var(--white-color);border-top:3px solid var(--yellow-color);border-radius:8px;padding:24px;box-shadow:0 14px 30px #02325614}main>#history article h3{color:var(--blue-color);text-transform:uppercase;margin-bottom:12px;font-size:1.12rem}main>#history article p,main>#history article li{color:var(--blue-color);line-height:1.7}main>#history article p+p{margin-top:10px}main>#history article ul{gap:10px;padding-left:18px;display:grid}@media (min-width:992px){main{height:auto}main>.summary{background:var(--white-color);flex-direction:row;width:100%;height:500px}main>.summary>#sumary-picture{justify-content:center;align-items:center;width:50%;height:500px;display:flex;position:relative}main>.summary>#sumary-picture>#bg-red{background:var(--gradiente-color);z-index:0;border-radius:3%;width:440px;height:355px;position:absolute;transform:rotate(5deg)}main>.summary>#sumary-picture img{z-index:10;border-radius:1%;height:350px}main>.summary>#text-sumary{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;width:50%;height:500px;padding:30px 130px 30px 100px;display:flex}main>.summary>#text-sumary h1{color:var(--blue-color)}main>.summary>#text-sumary h1 span{color:var(--gradiente-color)}main>#history{width:100%;height:auto;margin-top:40px;padding:86px 70px;font-size:1.1rem}main>#history .history-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}@media (max-width:991px){main>.summary{height:auto}main>.summary>#sumary-picture{height:auto;min-height:300px;padding:42px 20px 20px}main>.summary>#sumary-picture>#bg-red{width:min(72vw,320px);height:min(55vw,250px)}main>.summary>#sumary-picture img{width:min(82vw,360px);height:auto}main>.summary>#text-sumary{text-align:center;height:auto;padding:28px 22px 48px}main>.summary>#text-sumary h1{font-size:1.8rem;line-height:1.2}main>.summary>#text-sumary p{line-height:1.65}main>.summary>#text-sumary .btn-border{width:100%;max-width:260px;margin:0 auto}main>#history{margin-top:0;padding:46px 22px}main>#history .history-intro h2{font-size:1.25rem;line-height:1.25}main>#history article{padding:22px 18px}}
.contact-img>img{width:100%;overflow:hidden}.contact-form{flex-direction:column;justify-content:center;align-items:center;display:flex}.contact-form>.contact-title{flex-direction:column;justify-content:center;align-items:center;width:80%;padding:50px;display:flex}.contact-form>.contact-title>h2{color:var(--blue-color);text-transform:uppercase}.contact-form>.contact-title>p{text-align:center;color:var(--blue-color);margin-top:10px}.contact-form>.container-contact{background:var(--gray-color);justify-content:center;align-items:center;gap:50px;width:100%;margin-top:10px;padding:100px;display:flex}.contact-form>.container-contact>.contact-info{flex-direction:column;width:40%;display:flex}.contact-form>.container-contact>.contact-info>.box{cursor:pointer;padding:20px;display:flex;position:relative}.contact-form>.container-contact>.contact-info>.box>.icon figure img{min-width:60px;height:60px;margin-right:20px;position:relative}.contact-form>.container-contact>.contact-info>.box h3,.contact-form>.container-contact>.contact-info>.box p{color:var(--blue-color);font-size:1.1rem}.contact-form>.container-contact>.contact-info>.box>ul{gap:30px;list-style:none;display:flex}.contact-form>.container-contact>.contact-info>.box>ul>li a img{min-width:35px;height:35px}.contact-form>.container-contact>.box-form{background:repeating-conic-gradient(from var(--a), var(--blue-color) 0%, var(--yellow-color) 0%, transparent 20%, transparent 40%);width:40%;padding:60px;animation:6s linear infinite animate;position:relative}.contact-form>.container-contact>.box-form>form{z-index:10;position:relative}.contact-form>.container-contact>.box-form>form>h2{color:var(--gray-color);font-size:1.5em;font-weight:500}.contact-form>.container-contact>.box-form>form>.input-box{width:100%;margin-top:20px;position:relative}.contact-form>.container-contact>.box-form>form>.input-box>input,.contact-form>.container-contact>.box-form>form>.input-box textarea{border:none;border-bottom:1px solid var(--bluedark-color);color:var(--white-color);resize:none;background:0 0;outline:none;margin:10px 0;padding:5px 0;font-size:1.1em;width:100%!important}.contact-form>.container-contact>.box-form>form>.input-box>.success{text-transform:uppercase;text-align:center;color:#b3ff00;padding:10px 0 0;font-size:1.5em}.contact-form>.container-contact>.box-form>form>.input-box>span{pointer-events:none;color:var(--white-color);margin:10px 0;padding:5px 0;font-size:1.1em;transition:all .5s;position:absolute;left:0}.contact-form>.container-contact>.box-form>form>.input-box>input:focus~span,.contact-form>.container-contact>.box-form>form>.input-box textarea:focus~span,.contact-form>.container-contact>.box-form>form>.input-box input:valid~span,.contact-form>.container-contact>.box-form>form>.input-box textarea:valid~span{color:var(--bluedark-color);font-size:.9em;font-weight:600;transform:translateY(-30px)}.contact-form>.container-contact>.box-form>form>.input-box>input[type=submit]{background:var(--white-color);width:100%;color:var(--blue-color);cursor:pointer;border:none;padding:10px;font-weight:600}.contact-form>.container-contact .box-form:before{content:"";background:repeating-conic-gradient(from var(--a), var(--blue-color) 0%, var(--yellow-color) 10%, transparent 10%, transparent 50%);animation:6s linear -1.5s infinite animate;position:absolute;inset:0}.contact-form>.container-contact .box-form:after{content:"";border:10px solid var(--gray-color);background:var(--blue-color);position:absolute;inset:2px}.contact-form>.msg{justify-content:center;align-items:center;width:100%;height:auto;padding:150px;display:flex}.contact-form>.msg>h2{color:var(--yellow-color);text-align:center;font-weight:600}@property --a{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes animate{0%{--a:0deg}to{--a:360deg}}@media (max-width:992px){.contact-form>.contact-title{width:100%;padding:20px 30px 50px}.contact-form>.container-contact{flex-direction:column;margin-top:10px;padding:20px;overflow:hidden}.contact-form>.container-contact>.contact-info{width:90%;padding:10px}.contact-form>.container-contact>.contact-info>.box{padding:20px 5px}.contact-form>.container-contact>.contact-info>.box>.icon figure img{min-width:40px;height:40px;margin-right:20px;position:relative}.contact-form>.container-contact>.contact-info,.contact-form>.container-contact .contact-form{width:100%}.contact-form>.container-contact>.box-form{width:100%;max-width:620px;margin-bottom:40px}.contact-form>.msg{padding:50px}}@media (max-width:576px){.contact-form>.contact-title{padding:26px 20px 34px}.contact-form>.contact-title>h2{font-size:1.45rem}.contact-form>.contact-title>p{line-height:1.65}.contact-form>.container-contact{gap:22px;padding:24px 14px}.contact-form>.container-contact>.contact-info{width:100%;padding:0}.contact-form>.container-contact>.contact-info>.box{align-items:flex-start;padding:16px 4px}.contact-form>.container-contact>.contact-info>.box h3,.contact-form>.container-contact>.contact-info>.box p{font-size:.98rem;line-height:1.5}.contact-form>.container-contact>.box-form{padding:36px 24px}.contact-form>.container-contact>.box-form>form>h2{font-size:1.25rem}.contact-form>.container-contact>.box-form>form>.input-box>input,.contact-form>.container-contact>.box-form>form>.input-box textarea{font-size:1rem}.contact-form>.msg{padding:42px 20px}}.contact-honeypot{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}
*,:before,:after{box-sizing:border-box}.services-img{width:100%;margin:0}.services-img>img{object-fit:cover;width:100%;max-height:420px;display:block;overflow:hidden}.services{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;display:flex}.services .services-descrition{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;gap:22px;width:100%;max-width:1120px;padding:58px 24px 24px;display:grid}.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last{box-sizing:border-box;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;width:100%;padding:3rem;font-size:1.2rem;display:flex;box-shadow:0 14px 30px #02325614}.services .services-descrition h2,.services .services-descrition h3,.services .services-descrition h4{text-transform:uppercase;line-height:1.2}.services .services-descrition p{line-height:1.7}.services .services-descrition ul{gap:12px;width:100%;margin:0;padding:0;list-style:none;display:grid}.services .services-descrition li{padding-left:26px;line-height:1.55;position:relative}.services .services-descrition li:before{content:"";background:currentColor;border-radius:50%;width:9px;height:9px;position:absolute;top:.65em;left:0;transform:translateY(-50%)}.services .services-descrition .box-text1{background:var(--gray-color);color:var(--blue-color)}.services .services-descrition .box-text1 h2{color:var(--blue-color);font-size:1.8rem}.services .services-descrition .box-text1 li{color:var(--blue-color)}.services .services-descrition .box-text2{background:var(--gradiente-color);color:var(--white-color)}.services .services-descrition .box-text2 h3{color:var(--white-color);font-size:1.8rem}.services .services-descrition .box-text2 li{color:var(--white-color)}.services .services-descrition .box-text-last{background:var(--blue-color);color:var(--white-color);grid-column:1/-1;width:100%}.services .services-descrition .box-text-last h4{color:var(--white-color);font-size:1.8rem}.services .services-descrition .box-text-last .section-note{color:#f4d06c;margin-top:4px;font-weight:700}.services>.box-cards{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:6rem;display:flex}.services>.box-cards>.card{background-color:#fff;border-radius:15px;width:100%;max-width:320px;min-height:450px;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000040}.services>.box-cards>.card>.poster{transition:all .5s;overflow:hidden}.services>.box-cards>.card>.poster img{width:100%;height:auto;transition:all .5s;display:block}.services>.box-cards>.card .details{z-index:3;width:100%;padding:1.5rem;transition:all .5s;position:absolute;bottom:0;left:0}.services>.box-cards>.card .details>h2,.services>.box-cards>.card .details p{color:var(--white-color);text-shadow:.1em .1em .2em #000d858e;margin-bottom:.5rem}.services>.box-cards>.card .details>a{margin-top:1rem}.services>.box-cards>.card .poster:before{content:"";background:linear-gradient(0deg, var(--blue-color) 50%, transparent);z-index:1;width:100%;height:100%;transition:all .5s;position:absolute;bottom:-190px}.services>.box-cards>.card:hover .poster:before{bottom:0}.services>.box-cards>.card:hover .poster img{filter:blur(5px);z-index:20;transform:translateY(-50px)}@media (max-width:992px){.services-img>img{max-height:320px}.services .services-descrition{grid-template-columns:1fr;padding:36px 22px 18px}.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last{gap:1rem;width:100%;padding:2.5rem;font-size:1.1rem}:is(.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last) h2,:is(.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last) h3,:is(.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last) h4{font-size:1.6rem}.services .box-cards{justify-content:center;padding:3rem}.services .box-cards .card{max-width:360px;min-height:auto}}@media (max-width:576px){.services-img>img{max-height:240px}.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last{text-align:left;padding:2rem 1.35rem;font-size:1rem;line-height:1.55}:is(.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last) h2,:is(.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last) h3,:is(.services .services-descrition .box-text1,.services .services-descrition .box-text2,.services .services-descrition .box-text-last) h4{font-size:1.4rem}.services .services-descrition .box-text-last{text-align:center;align-items:center}.services .box-cards{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1rem}.services .box-cards .card{width:100%;max-width:360px;min-height:auto}.services .box-cards .card .details{padding:1.2rem}.services .box-cards .card .details>h2{font-size:1.15rem}.services .box-cards .card .details p{font-size:.9rem;line-height:1.45}}
.body-gallery{justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex;overflow-x:hidden}.galery-title{text-align:center;width:100%;max-width:1000px;padding:30px 20px}.galery-title h2{color:var(--blue-color);text-transform:uppercase}.galery-title p{color:var(--blue-color);margin-top:10px}.galery-title strong{color:var(--yellow-color);margin-top:10px}.gallery{width:100%;max-width:100%;overflow:hidden}.gallery-container{box-sizing:border-box;justify-content:center;align-items:center;max-width:1000px;height:400px;margin:0 auto;padding:0 10px;display:flex;position:relative;overflow:hidden}.gallery-item{opacity:0;z-index:0;background-position:50%;background-size:cover;border-radius:15px;width:340px;height:210px;transition:all .3s ease-in-out;position:absolute}.gallery-item-1{opacity:.3;left:15%;transform:translate(-50%)scale(.85)}.gallery-item-2,.gallery-item-4{opacity:.6;z-index:1;width:340px;height:220px;transform:scale(.92)}.gallery-item-2{left:30%;transform:translate(-50%)scale(.92)}.gallery-item-3{opacity:1;z-index:2;width:500px;height:360px;left:50%;transform:translate(-50%)scale(1);box-shadow:-2px 5px 33px 6px #00000059}.gallery-item-4{left:70%;transform:translate(-50%)scale(.92)}.gallery-item-5{opacity:.3;left:85%;transform:translate(-50%)scale(.85)}.gallery-controls{justify-content:center;align-items:center;margin:20px 0;display:flex}.gallery-controls button{background-color:var(--yellow-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 30px;font-size:32px;transition:transform .3s,background-color .3s;animation:2s infinite pulse;display:flex;box-shadow:0 4px 12px #0000004d}.gallery-controls button:hover{background-color:var(--blue-color);transform:scale(1.15)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ee1919b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}@media (max-width:992px){.gallery-container{height:290px}.gallery-item{width:280px;height:160px}.gallery-item-2,.gallery-item-4{width:310px;height:190px}.gallery-item-3{width:310px;height:210px}.gallery-item-1,.gallery-item-5{display:none}.gallery-controls button{width:50px;height:50px;margin:0 20px;font-size:28px}}@media (max-width:576px){.body-gallery{padding:8px 0 20px}.gallery-container{height:250px;padding:0}.gallery-item,.gallery-item-2,.gallery-item-4,.gallery-item-3{width:min(82vw,300px);height:190px}.gallery-item-2{opacity:.35;left:22%}.gallery-item-4{opacity:.35;left:78%}.gallery-controls{margin:8px 0 24px}.gallery-controls button{width:42px;height:42px;margin:0 14px;font-size:24px;animation:none}}
.form-status{color:#fff;margin-top:16px;line-height:1.5}.form-status[data-state=error]{color:#ffd1d1}.form-status[data-state=success]{color:#d9ffcf}.input-box input:disabled{cursor:wait;opacity:.7}
