body{color:#252525;background-color:#fff}*{box-sizing:border-box;scroll-behavior:smooth}.absolute{position:absolute}.absolute.at{top:0}.absolute.ab{bottom:0}.absolute.al{left:0}.absolute.ar{right:0}.grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-template-rows:auto}.grid.gc1{grid-template-columns:repeat(1, 1fr)}.grid.gc2{grid-template-columns:repeat(2, 1fr)}.grid.gc3{grid-template-columns:repeat(3, 1fr)}.grid.gc4{grid-template-columns:repeat(4, 1fr)}.grid.gc5{grid-template-columns:repeat(5, 1fr)}.grid.gc6{grid-template-columns:repeat(6, 1fr)}.grid.gr2{grid-template-rows:repeat(2, 1fr)}.grid.gr3{grid-template-rows:repeat(3, 1fr)}.grid.gr4{grid-template-rows:repeat(4, 1fr)}.grid.gr5{grid-template-rows:repeat(5, 1fr)}.grid.g-bt{justify-content:space-between}.grid.g-cn{justify-content:center}.grid.g-ar{justify-content:space-around}.grid.g-eq{justify-content:space-evenly}.grid .cspan1{grid-column:span 1}.grid .cspan2{grid-column:span 2}.grid .cspan3{grid-column:span 3}.grid .cspan4{grid-column:span 4}.grid .rspan1{grid-row:span 1}.grid .rspan2{grid-row:span 2}.grid .rspan3{grid-row:span 3}.grid .rspan4{grid-row:span 4}.grid.gap0{gap:5px}.grid.gap1{gap:10px}.grid.gap2{gap:15px}.grid.gap3{gap:20px}.grid.gap4{gap:25px}.grid.gap5{gap:30px}.flex{display:flex;justify-content:center}.flex.fc{flex-direction:column}.flex.f-cn{justify-content:center;align-items:center}.flex.f-l{justify-content:flex-start}.flex.f-r{justify-content:flex-end}.flex.f-st{justify-content:stretch}.flex.f-bt{justify-content:space-between}.flex.f-ar{justify-content:space-around}.flex.f-ev{justify-content:space-evenly}.flex.gap0{gap:5px}.flex.gap1{gap:10px}.flex.gap2{gap:15px}.flex.gap3{gap:20px}.flex.gap4{gap:25px}.flex.gap5{gap:30px}.tl{text-align:left}.tc{text-align:center}.tr{text-align:right}img{width:100%;max-width:100%;height:auto;object-position:center;object-fit:cover}.bg-img{position:relative;overflow:hidden;z-index:2}.bg-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover;z-index:1}.bg-img .bg-img-child{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.flotantes{position:relative;overflow:hidden}.flotantes img{position:absolute;top:0;right:0;bottom:0;left:0}.flotantes .flotante{position:absolute}.bg-video{position:relative;overflow:hidden;min-height:300px}.bg-video::before{content:url(../images/play.svg);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100px;z-index:2}.bg-video::after{content:'';flex-direction:column;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:20px;font-weight:bold;text-transform:uppercase;background:rgba(0,0,0,0.7);background-position:center;background-size:cover}.bg-video::after.fc{flex-direction:column}.bg-video::after.f-cn{justify-content:center;align-items:center}.bg-video::after.f-l{justify-content:flex-start}.bg-video::after.f-r{justify-content:flex-end}.bg-video::after.f-st{justify-content:stretch}.bg-video::after.f-bt{justify-content:space-between}.bg-video::after.f-ar{justify-content:space-around}.bg-video::after.f-ev{justify-content:space-evenly}.bg-video::after.gap0{gap:5px}.bg-video::after.gap1{gap:10px}.bg-video::after.gap2{gap:15px}.bg-video::after.gap3{gap:20px}.bg-video::after.gap4{gap:25px}.bg-video::after.gap5{gap:30px}.bg-video video{position:absolute;top:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}.bg-video video:hover{cursor:pointer}.bg-video:hover::before{transform:translate(-50%, -50%) scale(1.2);transition:transform .3s ease-in-out}.bg-font{position:relative;overflow:hidden}.bg-font .bg-font-child{font-size:150px;white-space:nowrap;line-height:.65;position:relative}@media screen and (max-width:574px){.bg-font .bg-font-child{font-size:25vw}}.divider{height:1px;margin:30px 0;background-color:#3265E2}header{text-transform:uppercase;background-image:url("/src/images/footer-bg.jpg");background-position:center;background-size:cover}header .navigation{padding-right:0;background-color:#FFF7E6}header .navigation .logo{color:#3265E2}header .navigation .menu-container .language{display:flex;flex-direction:column;justify-content:center;align-items:center}header .navigation .menu-container .language.fc{flex-direction:column}header .navigation .menu-container .language.f-cn{justify-content:center;align-items:center}header .navigation .menu-container .language.f-l{justify-content:flex-start}header .navigation .menu-container .language.f-r{justify-content:flex-end}header .navigation .menu-container .language.f-st{justify-content:stretch}header .navigation .menu-container .language.f-bt{justify-content:space-between}header .navigation .menu-container .language.f-ar{justify-content:space-around}header .navigation .menu-container .language.f-ev{justify-content:space-evenly}header .navigation .menu-container .language.gap0{gap:5px}header .navigation .menu-container .language.gap1{gap:10px}header .navigation .menu-container .language.gap2{gap:15px}header .navigation .menu-container .language.gap3{gap:20px}header .navigation .menu-container .language.gap4{gap:25px}header .navigation .menu-container .language.gap5{gap:30px}header .navigation .menu-container .language .language-dropdown{display:none;width:70px;padding:10px;background-color:#FFF7E6;text-align:center}header .navigation .menu-container .language:hover .language-dropdown{position:absolute;top:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-top:20px;font-size:17.6px}header .navigation .menu-container .language:hover .language-dropdown.at{top:0}header .navigation .menu-container .language:hover .language-dropdown.ab{bottom:0}header .navigation .menu-container .language:hover .language-dropdown.al{left:0}header .navigation .menu-container .language:hover .language-dropdown.ar{right:0}header .navigation .menu-container .language:hover .language-dropdown.fc{flex-direction:column}header .navigation .menu-container .language:hover .language-dropdown.f-cn{justify-content:center;align-items:center}header .navigation .menu-container .language:hover .language-dropdown.f-l{justify-content:flex-start}header .navigation .menu-container .language:hover .language-dropdown.f-r{justify-content:flex-end}header .navigation .menu-container .language:hover .language-dropdown.f-st{justify-content:stretch}header .navigation .menu-container .language:hover .language-dropdown.f-bt{justify-content:space-between}header .navigation .menu-container .language:hover .language-dropdown.f-ar{justify-content:space-around}header .navigation .menu-container .language:hover .language-dropdown.f-ev{justify-content:space-evenly}header .navigation .menu-container .language:hover .language-dropdown.gap0{gap:5px}header .navigation .menu-container .language:hover .language-dropdown.gap1{gap:10px}header .navigation .menu-container .language:hover .language-dropdown.gap2{gap:15px}header .navigation .menu-container .language:hover .language-dropdown.gap3{gap:20px}header .navigation .menu-container .language:hover .language-dropdown.gap4{gap:25px}header .navigation .menu-container .language:hover .language-dropdown.gap5{gap:30px}header .navigation .menu-container .menu-toggle{width:50px;height:50px;padding:0;color:#252525;border:2px solid #252525;font-size:24px;cursor:pointer}header .navigation .menu-container .menu-toggle:hover{background-color:#b7e300}header .navigation .menu-container .whatsapp{width:50px;height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}header .navigation .menu-container .whatsapp.fc{flex-direction:column}header .navigation .menu-container .whatsapp.f-cn{justify-content:center;align-items:center}header .navigation .menu-container .whatsapp.f-l{justify-content:flex-start}header .navigation .menu-container .whatsapp.f-r{justify-content:flex-end}header .navigation .menu-container .whatsapp.f-st{justify-content:stretch}header .navigation .menu-container .whatsapp.f-bt{justify-content:space-between}header .navigation .menu-container .whatsapp.f-ar{justify-content:space-around}header .navigation .menu-container .whatsapp.f-ev{justify-content:space-evenly}header .navigation .menu-container .whatsapp.gap0{gap:5px}header .navigation .menu-container .whatsapp.gap1{gap:10px}header .navigation .menu-container .whatsapp.gap2{gap:15px}header .navigation .menu-container .whatsapp.gap3{gap:20px}header .navigation .menu-container .whatsapp.gap4{gap:25px}header .navigation .menu-container .whatsapp.gap5{gap:30px}header .navigation .menu-container .whatsapp:hover{width:50px;height:50px;background-color:#b7e300;mix-blend-mode:initial}header .navigation .menu-container.active button{color:#3265E2;background-color:#252525}header .navigation .menu-container .bta-navbar{display:flex;width:auto;height:50px;align-items:center;justify-content:center}header .footer-img{position:relative;width:90px;height:90px;overflow:hidden}header .footer-img img{height:170px;object-position:44%;position:absolute;top:-15px;left:0px}header .links a{width:fit-content;border-bottom:2px solid #fff;font-weight:700;text-transform:uppercase}header .menu.projects{padding:0}header .menu.projects .grid{height:100%}header .menu.projects .grid div{min-height:300px}header .menu.projects .grid a{position:relative;overflow:hidden}header .menu.projects .grid a p{display:none}header .menu.projects .grid a img{width:100%;max-width:100%;height:100%;object-position:center;object-fit:cover}header .menu.projects .grid a:hover{position:relative}header .menu.projects .grid a:hover p{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:14.4px;text-transform:uppercase;text-align:center;z-index:1}header .menu.projects .grid a:hover p span{display:block;margin-bottom:10px;font-size:24px}header .menu.projects .grid a:hover img{transform:scale(1.1);transition:transform .3s}header .menu.projects .grid a:hover::before{content:'>';position:absolute;top:0;right:0;width:20px;height:20px;padding:10px;color:#fff;font-size:24px;transform:rotate(-45deg);z-index:1}header .menu.projects .grid a:hover::before.at{top:0}header .menu.projects .grid a:hover::before.ab{bottom:0}header .menu.projects .grid a:hover::before.al{left:0}header .menu.projects .grid a:hover::before.ar{right:0}header .menu.projects .grid a:hover::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);transition:all .3s ease-in-out}header .menu.projects .grid a.btn-cta{display:flex;justify-content:center;align-items:center}header .menu.projects .grid a.btn-cta.fc{flex-direction:column}header .menu.projects .grid a.btn-cta.f-cn{justify-content:center;align-items:center}header .menu.projects .grid a.btn-cta.f-l{justify-content:flex-start}header .menu.projects .grid a.btn-cta.f-r{justify-content:flex-end}header .menu.projects .grid a.btn-cta.f-st{justify-content:stretch}header .menu.projects .grid a.btn-cta.f-bt{justify-content:space-between}header .menu.projects .grid a.btn-cta.f-ar{justify-content:space-around}header .menu.projects .grid a.btn-cta.f-ev{justify-content:space-evenly}header .menu.projects .grid a.btn-cta.gap0{gap:5px}header .menu.projects .grid a.btn-cta.gap1{gap:10px}header .menu.projects .grid a.btn-cta.gap2{gap:15px}header .menu.projects .grid a.btn-cta.gap3{gap:20px}header .menu.projects .grid a.btn-cta.gap4{gap:25px}header .menu.projects .grid a.btn-cta.gap5{gap:30px}header .menu.projects .grid a.btn-cta::before{content:'>';position:absolute;top:50%;right:0;display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:0;color:#fff;font-size:24px;transform:translate(-50%, -60%) rotate(-45deg);z-index:1}header .menu.projects .grid a.btn-cta::before.at{top:0}header .menu.projects .grid a.btn-cta::before.ab{bottom:0}header .menu.projects .grid a.btn-cta::before.al{left:0}header .menu.projects .grid a.btn-cta::before.ar{right:0}header .menu.projects .grid a.btn-cta::before.fc{flex-direction:column}header .menu.projects .grid a.btn-cta::before.f-cn{justify-content:center;align-items:center}header .menu.projects .grid a.btn-cta::before.f-l{justify-content:flex-start}header .menu.projects .grid a.btn-cta::before.f-r{justify-content:flex-end}header .menu.projects .grid a.btn-cta::before.f-st{justify-content:stretch}header .menu.projects .grid a.btn-cta::before.f-bt{justify-content:space-between}header .menu.projects .grid a.btn-cta::before.f-ar{justify-content:space-around}header .menu.projects .grid a.btn-cta::before.f-ev{justify-content:space-evenly}header .menu.projects .grid a.btn-cta::before.gap0{gap:5px}header .menu.projects .grid a.btn-cta::before.gap1{gap:10px}header .menu.projects .grid a.btn-cta::before.gap2{gap:15px}header .menu.projects .grid a.btn-cta::before.gap3{gap:20px}header .menu.projects .grid a.btn-cta::before.gap4{gap:25px}header .menu.projects .grid a.btn-cta::before.gap5{gap:30px}header .menu.projects .grid a.btn-cta:hover{color:#fff;background-color:#3265E2}header .menu.projects .grid a.btn-cta:hover::after{display:none}footer{background-image:url("/src/images/footer-bg.jpg");background-position:center;background-size:cover}footer .footer-img{position:relative;width:90px;height:90px;overflow:hidden}footer .footer-img img{height:170px;object-position:44%;position:absolute;top:-15px;left:0px}footer .links a{width:fit-content;border-bottom:2px solid #fff}@media screen and (max-width:574px){footer .p4{padding:10px}}body{background-color:#252525}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("/src/images/footer-bg.jpg");background-position:center;background-size:cover;opacity:.5;z-index:-1}.btn{cursor:pointer}.btn-cta{display:flex;justify-content:center;padding:20px;padding-top:10px;padding-bottom:10px;color:#fff;background-color:#252525;border-radius:0;text-decoration:none}.btn-cta.fc{flex-direction:column}.btn-cta.f-cn{justify-content:center;align-items:center}.btn-cta.f-l{justify-content:flex-start}.btn-cta.f-r{justify-content:flex-end}.btn-cta.f-st{justify-content:stretch}.btn-cta.f-bt{justify-content:space-between}.btn-cta.f-ar{justify-content:space-around}.btn-cta.f-ev{justify-content:space-evenly}.btn-cta.gap0{gap:5px}.btn-cta.gap1{gap:10px}.btn-cta.gap2{gap:15px}.btn-cta.gap3{gap:20px}.btn-cta.gap4{gap:25px}.btn-cta.gap5{gap:30px}.btn-cta:hover{color:#fff;background-color:#3265E2}.btn-secondary{display:block;padding:0;position:relative;border-radius:0;border:none;overflow:hidden;padding:10px;border:2px solid #252525;text-align:center;cursor:pointer}.btn-secondary img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.btn-secondary img{width:100%;object-fit:cover;object-position:center}.btn-secondary:hover,.btn-secondary:focus{border-color:#3265E2}.btn-info{color:#252525;background-color:#E1FF63}.btn-link{color:#3265E2}.btn-link-top{position:absolute;top:0;right:0;color:#252525}.btn-cta{display:flex;justify-content:center;padding:20px;padding-top:10px;padding-bottom:10px;color:#fff;background-color:#252525;border-radius:0;text-decoration:none}.btn-cta.fc{flex-direction:column}.btn-cta.f-cn{justify-content:center;align-items:center}.btn-cta.f-l{justify-content:flex-start}.btn-cta.f-r{justify-content:flex-end}.btn-cta.f-st{justify-content:stretch}.btn-cta.f-bt{justify-content:space-between}.btn-cta.f-ar{justify-content:space-around}.btn-cta.f-ev{justify-content:space-evenly}.btn-cta.gap0{gap:5px}.btn-cta.gap1{gap:10px}.btn-cta.gap2{gap:15px}.btn-cta.gap3{gap:20px}.btn-cta.gap4{gap:25px}.btn-cta.gap5{gap:30px}.btn-cta:hover{color:#fff;background-color:#3265E2}.btn-secondary{display:block;padding:0;position:relative;border-radius:0;border:none;overflow:hidden;padding:10px;border:2px solid #252525;text-align:center;cursor:pointer}.btn-secondary img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.btn-secondary img{width:100%;object-fit:cover;object-position:center}.btn-secondary:hover,.btn-secondary:focus{border-color:#3265E2}.btn-info{color:#252525;background-color:#E1FF63}.btn-link{color:#3265E2}.btn-link-top{position:absolute;top:0;right:0;color:#252525}section.hero{position:relative;min-height:562.104px}section.hero .bg-font{position:relative;overflow:hidden}section.hero .bg-font .bg-font-child{font-size:270px;white-space:nowrap;line-height:.65;position:relative}@media screen and (max-width:574px){section.hero .bg-font .bg-font-child{font-size:47vw}}@media screen and (min-width:574px){section.hero .bg-font .bg-font-child{font-size:375px}}section.hero h1{height:100%;margin:0;color:#4b4b4b;text-align:left;text-transform:uppercase}section.hero h1.agencia{color:#E1FF63}section.hero h1 span{float:right;padding-right:3%;line-height:.55}section.hero h1 span.agencia{float:initial;padding-right:0%;line-height:0}section.hero .cta{width:100%}section.hero .cta a{width:100%;margin:0}section.hero .cta .btn-cta{color:#252525;background-color:#fff;z-index:2}section.hero .cta .btn-secondary{display:flex;justify-content:center;align-items:center;padding:0;color:#FFF7E6;border:2px solid none;font-weight:700;text-decoration:underline}section.hero .cta .btn-secondary.fc{flex-direction:column}section.hero .cta .btn-secondary.f-cn{justify-content:center;align-items:center}section.hero .cta .btn-secondary.f-l{justify-content:flex-start}section.hero .cta .btn-secondary.f-r{justify-content:flex-end}section.hero .cta .btn-secondary.f-st{justify-content:stretch}section.hero .cta .btn-secondary.f-bt{justify-content:space-between}section.hero .cta .btn-secondary.f-ar{justify-content:space-around}section.hero .cta .btn-secondary.f-ev{justify-content:space-evenly}section.hero .cta .btn-secondary.gap0{gap:5px}section.hero .cta .btn-secondary.gap1{gap:10px}section.hero .cta .btn-secondary.gap2{gap:15px}section.hero .cta .btn-secondary.gap3{gap:20px}section.hero .cta .btn-secondary.gap4{gap:25px}section.hero .cta .btn-secondary.gap5{gap:30px}section.hero .cta .btn-secondary:hover,section.hero .cta .btn-secondary:focus{border-color:#E1FF63}section.hero .cta .btn-secondary::after{content:'>';position:absolute;right:0;float:right;width:20px;height:20px;margin-left:10px;padding:10px;border-radius:0;color:#252525;background-color:#E1FF63;text-decoration:none}section.hero .cta .btn-secondary::after.at{top:0}section.hero .cta .btn-secondary::after.ab{bottom:0}section.hero .cta .btn-secondary::after.al{left:0}section.hero .cta .btn-secondary::after.ar{right:0}@media screen and (max-width:574px){section.hero .cta{flex-direction:column;text-align:center}}section.hero .subtitle{font-size:39px}section.intro{min-height:281.052px}section.clients{overflow:hidden}section.clients .slider{width:max-content;gap:15px;animation:roll-in 12s linear infinite}section.clients .slider .item{display:flex;justify-content:center;width:100%;min-width:initial;height:100%;max-height:initial;padding:10px}section.clients .slider .item.fc{flex-direction:column}section.clients .slider .item.f-cn{justify-content:center;align-items:center}section.clients .slider .item.f-l{justify-content:flex-start}section.clients .slider .item.f-r{justify-content:flex-end}section.clients .slider .item.f-st{justify-content:stretch}section.clients .slider .item.f-bt{justify-content:space-between}section.clients .slider .item.f-ar{justify-content:space-around}section.clients .slider .item.f-ev{justify-content:space-evenly}section.clients .slider .item.gap0{gap:5px}section.clients .slider .item.gap1{gap:10px}section.clients .slider .item.gap2{gap:15px}section.clients .slider .item.gap3{gap:20px}section.clients .slider .item.gap4{gap:25px}section.clients .slider .item.gap5{gap:30px}section.clients .slider .item img{width:auto;height:150px;object-fit:initial}@keyframes roll-in{0%{transform:translateX(0%)}99.99%{transform:translateX(-50%)}100%{transform:translateX(0%)}}section.projects .grid div{min-height:300px}section.projects .grid a{position:relative;overflow:hidden}section.projects .grid a p{display:none}section.projects .grid a img{width:100%;max-width:100%;height:100%;object-position:center;object-fit:cover}section.projects .grid a:hover{position:relative}section.projects .grid a:hover p{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:14.4px;text-transform:uppercase;text-align:center;z-index:1}section.projects .grid a:hover p span{display:block;margin-bottom:10px;font-size:24px}section.projects .grid a:hover img{transform:scale(1.1);transition:transform .3s}section.projects .grid a:hover::before{content:'>';position:absolute;top:0;right:0;width:20px;height:20px;padding:10px;color:#fff;font-size:24px;transform:rotate(-45deg);z-index:1}section.projects .grid a:hover::before.at{top:0}section.projects .grid a:hover::before.ab{bottom:0}section.projects .grid a:hover::before.al{left:0}section.projects .grid a:hover::before.ar{right:0}section.projects .grid a:hover::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);transition:all .3s ease-in-out}section.projects .grid a.btn-cta{display:flex;justify-content:center;align-items:center}section.projects .grid a.btn-cta.fc{flex-direction:column}section.projects .grid a.btn-cta.f-cn{justify-content:center;align-items:center}section.projects .grid a.btn-cta.f-l{justify-content:flex-start}section.projects .grid a.btn-cta.f-r{justify-content:flex-end}section.projects .grid a.btn-cta.f-st{justify-content:stretch}section.projects .grid a.btn-cta.f-bt{justify-content:space-between}section.projects .grid a.btn-cta.f-ar{justify-content:space-around}section.projects .grid a.btn-cta.f-ev{justify-content:space-evenly}section.projects .grid a.btn-cta.gap0{gap:5px}section.projects .grid a.btn-cta.gap1{gap:10px}section.projects .grid a.btn-cta.gap2{gap:15px}section.projects .grid a.btn-cta.gap3{gap:20px}section.projects .grid a.btn-cta.gap4{gap:25px}section.projects .grid a.btn-cta.gap5{gap:30px}section.projects .grid a.btn-cta::before{content:'>';position:absolute;top:50%;right:0;display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:0;color:#fff;font-size:24px;transform:translate(-50%, -60%) rotate(-45deg);z-index:1}section.projects .grid a.btn-cta::before.at{top:0}section.projects .grid a.btn-cta::before.ab{bottom:0}section.projects .grid a.btn-cta::before.al{left:0}section.projects .grid a.btn-cta::before.ar{right:0}section.projects .grid a.btn-cta::before.fc{flex-direction:column}section.projects .grid a.btn-cta::before.f-cn{justify-content:center;align-items:center}section.projects .grid a.btn-cta::before.f-l{justify-content:flex-start}section.projects .grid a.btn-cta::before.f-r{justify-content:flex-end}section.projects .grid a.btn-cta::before.f-st{justify-content:stretch}section.projects .grid a.btn-cta::before.f-bt{justify-content:space-between}section.projects .grid a.btn-cta::before.f-ar{justify-content:space-around}section.projects .grid a.btn-cta::before.f-ev{justify-content:space-evenly}section.projects .grid a.btn-cta::before.gap0{gap:5px}section.projects .grid a.btn-cta::before.gap1{gap:10px}section.projects .grid a.btn-cta::before.gap2{gap:15px}section.projects .grid a.btn-cta::before.gap3{gap:20px}section.projects .grid a.btn-cta::before.gap4{gap:25px}section.projects .grid a.btn-cta::before.gap5{gap:30px}section.projects .grid a.btn-cta:hover{color:#fff;background-color:#3265E2}section.projects .grid a.btn-cta:hover::after{display:none}section.benefits .grid div{min-height:250px}section.benefits .grid div h3{position:relative;z-index:2}section.benefits .grid div.flotantes.popup-trigger{position:relative;cursor:pointer}section.benefits .grid div.flotantes.popup-trigger::before{content:'+';position:absolute;top:0;right:0;width:25px;height:25px;padding:10px;color:#fff;background-color:#252525;font-size:24px;text-align:center}section.benefits .grid div.flotantes.popup-trigger::before.at{top:0}section.benefits .grid div.flotantes.popup-trigger::before.ab{bottom:0}section.benefits .grid div.flotantes.popup-trigger::before.al{left:0}section.benefits .grid div.flotantes.popup-trigger::before.ar{right:0}section.benefits .grid div.flotantes .popup{display:none;position:fixed;top:50%;left:50%;width:100%;height:100%;padding:20%;transform:translate(-50%, -50%);z-index:100}@media screen and (max-width:574px){section.benefits .grid div.flotantes .popup{padding:80px;font-size:20.8px}}section.benefits .grid div.flotantes .popup.active{display:flex;justify-content:center;align-items:center}section.benefits .grid div.flotantes .popup.active.fc{flex-direction:column}section.benefits .grid div.flotantes .popup.active.f-cn{justify-content:center;align-items:center}section.benefits .grid div.flotantes .popup.active.f-l{justify-content:flex-start}section.benefits .grid div.flotantes .popup.active.f-r{justify-content:flex-end}section.benefits .grid div.flotantes .popup.active.f-st{justify-content:stretch}section.benefits .grid div.flotantes .popup.active.f-bt{justify-content:space-between}section.benefits .grid div.flotantes .popup.active.f-ar{justify-content:space-around}section.benefits .grid div.flotantes .popup.active.f-ev{justify-content:space-evenly}section.benefits .grid div.flotantes .popup.active.gap0{gap:5px}section.benefits .grid div.flotantes .popup.active.gap1{gap:10px}section.benefits .grid div.flotantes .popup.active.gap2{gap:15px}section.benefits .grid div.flotantes .popup.active.gap3{gap:20px}section.benefits .grid div.flotantes .popup.active.gap4{gap:25px}section.benefits .grid div.flotantes .popup.active.gap5{gap:30px}section.benefits .grid div.flotantes .popup.active :first-child::after{content:'x';position:fixed;top:0;right:0;width:fit-content;height:fit-content;margin:120px;padding:10px;color:#fff;background-color:#FF734D;font-size:24px;z-index:100;cursor:pointer}@media screen and (max-width:574px){section.benefits .grid div.flotantes .popup.active :first-child::after{padding:20px;margin:20px}}section.benefits .grid div.flotantes .popup::before{content:'';position:fixed;top:50%;left:50%;display:flex;justify-content:center;align-items:center;width:50%;height:60%;padding:120px;background-color:#FFF7E6;transform:translate(-50%, -50%);z-index:-1}section.benefits .grid div.flotantes .popup::before.fc{flex-direction:column}section.benefits .grid div.flotantes .popup::before.f-cn{justify-content:center;align-items:center}section.benefits .grid div.flotantes .popup::before.f-l{justify-content:flex-start}section.benefits .grid div.flotantes .popup::before.f-r{justify-content:flex-end}section.benefits .grid div.flotantes .popup::before.f-st{justify-content:stretch}section.benefits .grid div.flotantes .popup::before.f-bt{justify-content:space-between}section.benefits .grid div.flotantes .popup::before.f-ar{justify-content:space-around}section.benefits .grid div.flotantes .popup::before.f-ev{justify-content:space-evenly}section.benefits .grid div.flotantes .popup::before.gap0{gap:5px}section.benefits .grid div.flotantes .popup::before.gap1{gap:10px}section.benefits .grid div.flotantes .popup::before.gap2{gap:15px}section.benefits .grid div.flotantes .popup::before.gap3{gap:20px}section.benefits .grid div.flotantes .popup::before.gap4{gap:25px}section.benefits .grid div.flotantes .popup::before.gap5{gap:30px}@media screen and (max-width:574px){section.benefits .grid div.flotantes .popup::before{width:80%;height:90%;padding:10px}}section.benefits .grid div.flotantes .popup::after{content:'';position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:-2}section.benefits .grid div.flotantes .flotante{position:absolute;left:-2px;bottom:-6px;font-size:51.2px;font-weight:700;line-height:.84615385}section.benefits .grid div.flotantes .flotante.at{top:0}section.benefits .grid div.flotantes .flotante.ab{bottom:0}section.benefits .grid div.flotantes .flotante.al{left:0}section.benefits .grid div.flotantes .flotante.ar{right:0}section.benefits .grid div.flotantes img{opacity:.1;z-index:1;height:100%;object-fit:initial;object-position:initial}section.benefits .grid div .overlay::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:-1}section.stand-out div:first-child{position:relative;z-index:2}section.stand-out.bg-img .bg-img-child{color:#09A974;opacity:.05;font-size:32px;transform:scale(2);text-transform:uppercase;line-height:.8;z-index:1}@media screen and (max-width:574px){section.stand-out .stand-out-child{padding:20px}}@media screen and (max-width:574px){section.partner .container{padding:20px}}section.keys .keys-child{padding-right:10px;padding-left:10px}section.keys .grid .box{grid-template-rows:max-content 85% 10px;text-align:left;border-bottom:2px solid #fff;border-radius:0;cursor:pointer}section.keys .grid .box .agencia.accordion-toggle{padding-right:20px}section.keys .grid .box .agencia.accordion-toggle:checked+.accordion-label{background-color:#FF734D}section.keys .grid .box .agencia.accordion-toggle:checked+.accordion-label .accordion-content{min-height:200px}section.keys .grid .box .active{background-color:#252525;margin-bottom:-3px;padding-left:1px}section.keys .grid .box h3{margin:0;padding:0;font-size:24px}section.keys .grid .box p{text-transform:uppercase}@media screen and (max-width:574px){section.keys .grid{grid-template-columns:1fr}section.keys .grid .box h3{font-size:20.8px}}@media screen and (max-width:574px){section.keys .keys-box{padding-left:20px;padding-right:20px}}section.proceso{position:relative}section.proceso::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:-1}section.proceso::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:-1}section.testimonials .slider .item{height:auto;padding-right:20px;border-right:2px solid #727272}section.testimonials .slider .item p{text-transform:uppercase}section.about{background-image:url("/src/images/about-bg.jpg");background-position:center;background-size:cover}section.about .about-img{width:100px;height:100px;overflow:hidden}section.about .about-img img{height:140px;object-position:45% 30%}section.about .formacion{margin:5px auto;max-width:500px}section.about .btn-cta{color:#252525;background-color:#fff}section.about .btn-secondary{border:2px solid #E1FF63}section.about .btn-secondary:hover,section.about .btn-secondary:focus{border-color:#E1FF63}section.about .btn-secondary:hover{background-color:#E1FF63;color:#252525}section.about .btn-cta,section.about .btn-secondary{width:100%}section.faq .acordeon .acordeon-label{padding-left:60px}section.faq .acordeon .acordeon-label::after{right:initial;left:15px;font-size:27.2px}section.faq .acordeon .acordeon-content{padding-bottom:40px;padding-left:60px;border-bottom:2px solid #252525}@media screen and (max-width:574px){section.faq-mini .grid{padding:20px;grid-template-columns:1fr}section.faq-mini .grid .box{padding:0}section.faq-mini .grid .box h3{font-size:20.8px}}section.cta h2{z-index:2}section.cta.bg-img .bg-img-child{opacity:.2;font-size:20rem;text-transform:uppercase;line-height:.7;font-family:'Archivo_ExtraCondensed',serif;font-weight:900;color:#727272;z-index:1}section.cta.bg-img .bg-img-child.projects{font-size:25vw}section.cta .btn-cta{color:#252525;background-color:#fff;z-index:2}section.project.nution .cover-project .cover-image-project{overflow:hidden}section.project.nution .cover-project .cover-image-project img{max-height:80vh;object-position:50% 10%}section.project.nution .cover-project .cover-image-project video{width:100%;height:100%;max-height:80vh;object-fit:cover;object-position:50% 10%}section.project .about{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-template-rows:auto;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;gap:0;grid-template-columns:repeat(2, 1fr);gap:15px;margin-top:10px;margin-bottom:10px;padding:20px;background-color:#252525}section.project .about.gc1{grid-template-columns:repeat(1, 1fr)}section.project .about.gc2{grid-template-columns:repeat(2, 1fr)}section.project .about.gc3{grid-template-columns:repeat(3, 1fr)}section.project .about.gc4{grid-template-columns:repeat(4, 1fr)}section.project .about.gc5{grid-template-columns:repeat(5, 1fr)}section.project .about.gc6{grid-template-columns:repeat(6, 1fr)}section.project .about.gr2{grid-template-rows:repeat(2, 1fr)}section.project .about.gr3{grid-template-rows:repeat(3, 1fr)}section.project .about.gr4{grid-template-rows:repeat(4, 1fr)}section.project .about.gr5{grid-template-rows:repeat(5, 1fr)}section.project .about.g-bt{justify-content:space-between}section.project .about.g-cn{justify-content:center}section.project .about.g-ar{justify-content:space-around}section.project .about.g-eq{justify-content:space-evenly}section.project .about .cspan1{grid-column:span 1}section.project .about .cspan2{grid-column:span 2}section.project .about .cspan3{grid-column:span 3}section.project .about .cspan4{grid-column:span 4}section.project .about .rspan1{grid-row:span 1}section.project .about .rspan2{grid-row:span 2}section.project .about .rspan3{grid-row:span 3}section.project .about .rspan4{grid-row:span 4}section.project .about.gap0{gap:5px}section.project .about.gap1{gap:10px}section.project .about.gap2{gap:15px}section.project .about.gap3{gap:20px}section.project .about.gap4{gap:25px}section.project .about.gap5{gap:30px}@media screen and (max-width:574px){section.project .about{gap:20px;grid-template-columns:1fr;padding:40px}}@media screen and (max-width:574px){section.project .about h1{font-size:70px}}section.project .about .item h1,section.project .about .item h2{color:#fff;text-align:left;text-transform:uppercase;line-height:.8}section.project .about .item p,section.project .about .item ul li{color:#727272;text-transform:uppercase}section.project .about .item ul li::before{content:">";margin-left:-24px;margin-right:15px}section.project .about .item .logo{width:70px;height:70px;padding:10px;background-color:#b7e300;display:flex;flex-direction:column;justify-content:center;align-items:center}section.project .about .item .logo.fc{flex-direction:column}section.project .about .item .logo.f-cn{justify-content:center;align-items:center}section.project .about .item .logo.f-l{justify-content:flex-start}section.project .about .item .logo.f-r{justify-content:flex-end}section.project .about .item .logo.f-st{justify-content:stretch}section.project .about .item .logo.f-bt{justify-content:space-between}section.project .about .item .logo.f-ar{justify-content:space-around}section.project .about .item .logo.f-ev{justify-content:space-evenly}section.project .about .item .logo.gap0{gap:5px}section.project .about .item .logo.gap1{gap:10px}section.project .about .item .logo.gap2{gap:15px}section.project .about .item .logo.gap3{gap:20px}section.project .about .item .logo.gap4{gap:25px}section.project .about .item .logo.gap5{gap:30px}section.project .about .item .logo img{width:100%;height:100%;height:auto;object-fit:cover;object-position:center}section.project article{margin:10px auto;max-width:800px}section.project article:first-child{margin-top:0;padding-top:40px}section.project article .item img{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width:574px){section.project article .item img{height:auto}}section.project article .item video{width:100%;height:100%;object-fit:cover;object-position:50% 10%}@media screen and (max-width:574px){section.project article .item.gc4{grid-template-columns:1fr 1fr}}section.project article .item.video{position:relative;height:500px}section.project article .item.video video{width:100%;height:100%;object-fit:cover;object-position:center}section.project article .item.item-floating.abastores div{position:relative;overflow:hidden}section.project article .item.item-floating.abastores .floating-bg{position:relative}section.project article .item.item-floating.abastores .floating-project{position:absolute;bottom:15px;width:auto;height:80%;transform:translate(50%, 0%);z-index:2}section.project article .item.item-floating.abastores .floating-project.at{top:0}section.project article .item.item-floating.abastores .floating-project.ab{bottom:0}section.project article .item.item-floating.abastores .floating-project.al{left:0}section.project article .item.item-floating.abastores .floating-project.ar{right:0}section.project article .item.poemario video{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:20rem;padding:20px}@media screen and (max-width:574px){section.project article .item.poemario video{width:100%;height:100%;padding:0}}@media screen and (min-width:800px){section.project article.freepik.grid{grid-template-columns:initial}section.project article.freepik.grid .item.grid{grid-template-columns:initial}section.project article.freepik.grid img{height:100%}}@media screen and (max-width:574px){section.project article.freepik{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik.cspan2,section.project article.freepik.rspan2,section.project article.freepik.rspan3{grid-column:span 1;grid-row:span 1}section.project article.freepik.grid,section.project article.freepik .grid.gc2,section.project article.freepik .grid.gc3,section.project article.freepik .grid.gc4{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik.grid .grid,section.project article.freepik .grid.gc2 .grid,section.project article.freepik .grid.gc3 .grid,section.project article.freepik .grid.gc4 .grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik.grid .cspan2,section.project article.freepik .grid.gc2 .cspan2,section.project article.freepik .grid.gc3 .cspan2,section.project article.freepik .grid.gc4 .cspan2,section.project article.freepik.grid.rspan2,section.project article.freepik .grid.gc2.rspan2,section.project article.freepik .grid.gc3.rspan2,section.project article.freepik .grid.gc4.rspan2,section.project article.freepik.grid.rspan3,section.project article.freepik .grid.gc2.rspan3,section.project article.freepik .grid.gc3.rspan3,section.project article.freepik .grid.gc4.rspan3{grid-column:span 1;grid-row:span 1}section.project article.freepik .item.cspan2,section.project article.freepik .item.rspan2,section.project article.freepik .item.rspan3{grid-column:span 1;grid-row:span 1}section.project article.freepik .item.grid,section.project article.freepik .item .grid.gc2,section.project article.freepik .item .grid.gc3,section.project article.freepik .item .grid.gc4{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik .item.grid .grid,section.project article.freepik .item .grid.gc2 .grid,section.project article.freepik .item .grid.gc3 .grid,section.project article.freepik .item .grid.gc4 .grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik .item.grid .cspan2,section.project article.freepik .item .grid.gc2 .cspan2,section.project article.freepik .item .grid.gc3 .cspan2,section.project article.freepik .item .grid.gc4 .cspan2,section.project article.freepik .item.grid.rspan2,section.project article.freepik .item .grid.gc2.rspan2,section.project article.freepik .item .grid.gc3.rspan2,section.project article.freepik .item .grid.gc4.rspan2,section.project article.freepik .item.grid.rspan3,section.project article.freepik .item .grid.gc2.rspan3,section.project article.freepik .item .grid.gc3.rspan3,section.project article.freepik .item .grid.gc4.rspan3{grid-column:span 1;grid-row:span 1}}@media screen and (max-width:574px){section.project article.freepik img{max-height:600px}}header{position:fixed;width:100%}header .navigation{height:50px;padding:10px}header .navigation .logo{width:80px}header .navigation .menu-container.active button{color:#fff;background-color:#3265E2}header .navigation .menu-container .bta-navbar{padding:0;position:relative;border-radius:0;border:none;overflow:hidden;padding:5px 10px;color:#fff;background-color:#252525}header .navigation .menu-container .bta-navbar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}header .navigation .menu-container .bta-navbar img{width:100%;object-fit:cover;object-position:center}header .navigation .menu-container .bta-navbar:hover{background-color:#3265E2}header .navigation .menu-container .menu-toggle{width:50px;height:50px;padding:0;color:#727272;background-color:transparent;border:none;font-size:24px}header .navigation .menu-container .whatsapp:hover{mix-blend-mode:difference}header .navigation .menu-container .whatsapp img{width:25px;height:25px;margin-bottom:-3.33333333px}header .container{display:flex;justify-content:center;flex-direction:column;justify-content:space-between;gap:25px}header .container.fc{flex-direction:column}header .container.f-cn{justify-content:center;align-items:center}header .container.f-l{justify-content:flex-start}header .container.f-r{justify-content:flex-end}header .container.f-st{justify-content:stretch}header .container.f-bt{justify-content:space-between}header .container.f-ar{justify-content:space-around}header .container.f-ev{justify-content:space-evenly}header .container.gap0{gap:5px}header .container.gap1{gap:10px}header .container.gap2{gap:15px}header .container.gap3{gap:20px}header .container.gap4{gap:25px}header .container.gap5{gap:30px}header .container .logo{width:100%;padding:80px}header .container .logo img{max-width:400px}@media (max-width:574px){header .container .logo{padding:0;padding-top:20px;padding-bottom:10px}}header .container nav ul{margin:0;padding:0}header .container nav ul li{list-style:none;position:relative}header .container nav ul li::before{content:'>';position:absolute;right:0px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;font-size:17.6px}header .container nav ul li::before.fc{flex-direction:column}header .container nav ul li::before.f-cn{justify-content:center;align-items:center}header .container nav ul li::before.f-l{justify-content:flex-start}header .container nav ul li::before.f-r{justify-content:flex-end}header .container nav ul li::before.f-st{justify-content:stretch}header .container nav ul li::before.f-bt{justify-content:space-between}header .container nav ul li::before.f-ar{justify-content:space-around}header .container nav ul li::before.f-ev{justify-content:space-evenly}header .container nav ul li::before.gap0{gap:5px}header .container nav ul li::before.gap1{gap:10px}header .container nav ul li::before.gap2{gap:15px}header .container nav ul li::before.gap3{gap:20px}header .container nav ul li::before.gap4{gap:25px}header .container nav ul li::before.gap5{gap:30px}header .container{display:flex;justify-content:center;flex-direction:column;justify-content:space-between;gap:25px}header .container.fc{flex-direction:column}header .container.f-cn{justify-content:center;align-items:center}header .container.f-l{justify-content:flex-start}header .container.f-r{justify-content:flex-end}header .container.f-st{justify-content:stretch}header .container.f-bt{justify-content:space-between}header .container.f-ar{justify-content:space-around}header .container.f-ev{justify-content:space-evenly}header .container.gap0{gap:5px}header .container.gap1{gap:10px}header .container.gap2{gap:15px}header .container.gap3{gap:20px}header .container.gap4{gap:25px}header .container.gap5{gap:30px}header .container .logo{width:100%;padding:80px}header .container .logo img{max-width:400px}@media (max-width:574px){header .container .logo{padding:0;padding-top:20px;padding-bottom:10px}}header .container nav ul{margin:0;padding:0}header .container nav ul li{list-style:none;position:relative}header .container nav ul li::before{content:'>';position:absolute;right:0px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;font-size:17.6px}header .container nav ul li::before.fc{flex-direction:column}header .container nav ul li::before.f-cn{justify-content:center;align-items:center}header .container nav ul li::before.f-l{justify-content:flex-start}header .container nav ul li::before.f-r{justify-content:flex-end}header .container nav ul li::before.f-st{justify-content:stretch}header .container nav ul li::before.f-bt{justify-content:space-between}header .container nav ul li::before.f-ar{justify-content:space-around}header .container nav ul li::before.f-ev{justify-content:space-evenly}header .container nav ul li::before.gap0{gap:5px}header .container nav ul li::before.gap1{gap:10px}header .container nav ul li::before.gap2{gap:15px}header .container nav ul li::before.gap3{gap:20px}header .container nav ul li::before.gap4{gap:25px}header .container nav ul li::before.gap5{gap:30px}header .menu{height:100vh}header .menu.hidden{display:none;opacity:0}footer .container{display:flex;justify-content:center;flex-direction:column;justify-content:space-between;gap:25px}footer .container.fc{flex-direction:column}footer .container.f-cn{justify-content:center;align-items:center}footer .container.f-l{justify-content:flex-start}footer .container.f-r{justify-content:flex-end}footer .container.f-st{justify-content:stretch}footer .container.f-bt{justify-content:space-between}footer .container.f-ar{justify-content:space-around}footer .container.f-ev{justify-content:space-evenly}footer .container.gap0{gap:5px}footer .container.gap1{gap:10px}footer .container.gap2{gap:15px}footer .container.gap3{gap:20px}footer .container.gap4{gap:25px}footer .container.gap5{gap:30px}footer .container .logo{width:100%;padding:80px}footer .container .logo img{max-width:400px}@media (max-width:574px){footer .container .logo{padding:0;padding-top:20px;padding-bottom:10px}}footer .container nav ul{margin:0;padding:0}footer .container nav ul li{list-style:none;position:relative}footer .container nav ul li::before{content:'>';position:absolute;right:0px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;font-size:17.6px}footer .container nav ul li::before.fc{flex-direction:column}footer .container nav ul li::before.f-cn{justify-content:center;align-items:center}footer .container nav ul li::before.f-l{justify-content:flex-start}footer .container nav ul li::before.f-r{justify-content:flex-end}footer .container nav ul li::before.f-st{justify-content:stretch}footer .container nav ul li::before.f-bt{justify-content:space-between}footer .container nav ul li::before.f-ar{justify-content:space-around}footer .container nav ul li::before.f-ev{justify-content:space-evenly}footer .container nav ul li::before.gap0{gap:5px}footer .container nav ul li::before.gap1{gap:10px}footer .container nav ul li::before.gap2{gap:15px}footer .container nav ul li::before.gap3{gap:20px}footer .container nav ul li::before.gap4{gap:25px}footer .container nav ul li::before.gap5{gap:30px}footer .container{display:flex;justify-content:center;flex-direction:column;justify-content:space-between;gap:25px}footer .container.fc{flex-direction:column}footer .container.f-cn{justify-content:center;align-items:center}footer .container.f-l{justify-content:flex-start}footer .container.f-r{justify-content:flex-end}footer .container.f-st{justify-content:stretch}footer .container.f-bt{justify-content:space-between}footer .container.f-ar{justify-content:space-around}footer .container.f-ev{justify-content:space-evenly}footer .container.gap0{gap:5px}footer .container.gap1{gap:10px}footer .container.gap2{gap:15px}footer .container.gap3{gap:20px}footer .container.gap4{gap:25px}footer .container.gap5{gap:30px}footer .container .logo{width:100%;padding:80px}footer .container .logo img{max-width:400px}@media (max-width:574px){footer .container .logo{padding:0;padding-top:20px;padding-bottom:10px}}footer .container nav ul{margin:0;padding:0}footer .container nav ul li{list-style:none;position:relative}footer .container nav ul li::before{content:'>';position:absolute;right:0px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;font-size:17.6px}footer .container nav ul li::before.fc{flex-direction:column}footer .container nav ul li::before.f-cn{justify-content:center;align-items:center}footer .container nav ul li::before.f-l{justify-content:flex-start}footer .container nav ul li::before.f-r{justify-content:flex-end}footer .container nav ul li::before.f-st{justify-content:stretch}footer .container nav ul li::before.f-bt{justify-content:space-between}footer .container nav ul li::before.f-ar{justify-content:space-around}footer .container nav ul li::before.f-ev{justify-content:space-evenly}footer .container nav ul li::before.gap0{gap:5px}footer .container nav ul li::before.gap1{gap:10px}footer .container nav ul li::before.gap2{gap:15px}footer .container nav ul li::before.gap3{gap:20px}footer .container nav ul li::before.gap4{gap:25px}footer .container nav ul li::before.gap5{gap:30px}.tag{width:fit-content;margin:0 auto;margin-bottom:20px;padding:10px 20px;color:#252525;background-color:#faffe3;border-radius:0;font-size:12px;text-align:center}.primary{color:#3265E2}.bg-primary{background-color:#3265E2}.primary25{color:#a2b9f2}.bg-primary25{background-color:#a2b9f2}.primary50{color:#1c4dc5}.bg-primary50{background-color:#1c4dc5}.primary75{color:#123382}.bg-primary75{background-color:#123382}.secondary{color:#E1FF63}.bg-secondary{background-color:#E1FF63}.secondary25{color:#faffe3}.bg-secondary25{background-color:#faffe3}.secondary50{color:#d7ff30}.bg-secondary50{background-color:#d7ff30}.secondary75{color:#b7e300}.bg-secondary75{background-color:#b7e300}.terciary{color:#FF734D}.bg-terciary{background-color:#FF734D}.terciary25{color:#ffd7cd}.bg-terciary25{background-color:#ffd7cd}.terciary50{color:#ff4b1a}.bg-terciary50{background-color:#ff4b1a}.terciary75{color:#cd2c00}.bg-terciary75{background-color:#cd2c00}.brand1{color:#09A974}.bg-brand1{background-color:#09A974}.brand125{color:#ffd7cd}.bg-brand125{background-color:#ffd7cd}.brand150{color:#ff4b1a}.bg-brand150{background-color:#ff4b1a}.brand175{color:#cd2c00}.bg-brand175{background-color:#cd2c00}.brand2{color:#C7E3FF}.bg-brand2{background-color:#C7E3FF}.brand225{color:#fff}.bg-brand225{background-color:#fff}.brand250{color:#94c9ff}.bg-brand250{background-color:#94c9ff}.brand275{color:#47a3ff}.bg-brand275{background-color:#47a3ff}.white{color:#fff}.bg-white{background-color:#fff}.cream{color:#FFF7E6}.bg-cream{background-color:#FFF7E6}.black{color:#252525}.bg-black{background-color:#252525}.grey{color:#e4e4e4}.bg-grey{background-color:#e4e4e4}.grey25{color:#fefefe}.bg-grey25{background-color:#fefefe}.grey50{color:#bebebe}.bg-grey50{background-color:#bebebe}.grey75{color:#727272}.bg-grey75{background-color:#727272}html body{font-family:'Archivo_SemiCondensed',sans-serif;line-height:1.1}html body h1{color:#123382}html body p{color:#727272}html body p strong{color:#252525}html body a{color:#3265E2}html body a:hover{color:#123382}html body .slider-arrows .arrow-left,html body .slider-arrows .arrow-right{background-color:#252525}html body .slider-arrows .arrow-left:hover,html body .slider-arrows .arrow-right:hover{background-color:#123382}html body .btn-cta{color:#fff;background-color:#252525}html body .btn-cta:hover{color:#252525;background-color:#fff}html body .acordeon .acordeon-label::after{background-color:transparent;color:#fff;background-color:#FF734D}html body .acordeon .acordeon-content{background-color:#ffd7cd}html body .acordeon .acordeon-content::before{background:linear-gradient(to top, #ffd7cd, rgba(255,215,205,0))}html body .acordeon .acordeon-input:checked+.acordeon-label+.acordeon-content::before{background:transparent}html body .acordeon .acordeon-input:checked+.acordeon-label{color:#fff;background-color:#FF734D}html body .acordeon .acordeon-input:checked+.acordeon-label::after{background-color:transparent}html body{font-family:'Archivo_SemiCondensed',sans-serif;line-height:1.1;font-weight:300}html body h1{font-family:'Archivo_ExtraCondensed',serif;font-size:112px;color:#252525;text-align:center}html body h1 strong{font-weight:700}html body h2{font-size:20.8px;font-weight:300;text-transform:uppercase}html body h2 strong{color:#252525}html body h2 span{color:#3265E2}html body .hero h2{text-align:center;text-transform:initial}html body h3{font-size:20.8px;font-weight:100}html body h4{font-size:17.6px;font-weight:700}html body h5{font-size:17.6px;font-weight:700;line-height:1}html body p{font-size:17.6px}html body a{text-decoration:none}html body ul{list-style:none;padding-left:0;margin-left:0;margin-bottom:0}html body ul li{margin-bottom:10px}html body ul li:last-of-type{margin-bottom:0}html body .list-arrow li{list-style:none;position:relative;padding-left:40px}html body .list-arrow li::before{content:'→';position:absolute;left:0;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px}html body .list-arrow li::before.at{top:0}html body .list-arrow li::before.ab{bottom:0}html body .list-arrow li::before.al{left:0}html body .list-arrow li::before.ar{right:0}html body .list-arrow li::before.fc{flex-direction:column}html body .list-arrow li::before.f-cn{justify-content:center;align-items:center}html body .list-arrow li::before.f-l{justify-content:flex-start}html body .list-arrow li::before.f-r{justify-content:flex-end}html body .list-arrow li::before.f-st{justify-content:stretch}html body .list-arrow li::before.f-bt{justify-content:space-between}html body .list-arrow li::before.f-ar{justify-content:space-around}html body .list-arrow li::before.f-ev{justify-content:space-evenly}html body .list-arrow li::before.gap0{gap:5px}html body .list-arrow li::before.gap1{gap:10px}html body .list-arrow li::before.gap2{gap:15px}html body .list-arrow li::before.gap3{gap:20px}html body .list-arrow li::before.gap4{gap:25px}html body .list-arrow li::before.gap5{gap:30px}html body .list-check li{list-style:none;position:relative;padding-left:20px}html body .list-check li:first-of-type::before{content:'';position:relative;border:none}html body .list-check li::before{content:'✔';position:absolute;left:-10px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;padding:3.33333333px;color:#fefefe;border:2px solid #fefefe;border-radius:0;font-size:14.4px}html body .list-check li::before.fc{flex-direction:column}html body .list-check li::before.f-cn{justify-content:center;align-items:center}html body .list-check li::before.f-l{justify-content:flex-start}html body .list-check li::before.f-r{justify-content:flex-end}html body .list-check li::before.f-st{justify-content:stretch}html body .list-check li::before.f-bt{justify-content:space-between}html body .list-check li::before.f-ar{justify-content:space-around}html body .list-check li::before.f-ev{justify-content:space-evenly}html body .list-check li::before.gap0{gap:5px}html body .list-check li::before.gap1{gap:10px}html body .list-check li::before.gap2{gap:15px}html body .list-check li::before.gap3{gap:20px}html body .list-check li::before.gap4{gap:25px}html body .list-check li::before.gap5{gap:30px}html body .list-check li::before:hover,html body .list-check li::before:focus{border-color:#3265E2}html body .caption{font-size:16px}html body .note{font-size:14.4px}html body a .btn-secondary{font-size:17.6px}html body{margin:0}html body h1,html body h2,html body h3,html body h4,html body h5,html body p{margin:0}html body h1{margin-top:20px;margin-bottom:10px}html body h2{margin-top:20px;margin-bottom:10px}html body h3{margin-top:40px;margin-bottom:10px}html body h4{margin-top:20px;margin-bottom:10px}html body h5{margin-top:10px;margin-bottom:10px}html body p{margin-top:0;margin-bottom:0}html body ul li{margin-bottom:5px}html body .caption{margin-top:0;margin-bottom:0}html body .note{margin-top:0;margin-bottom:0}html body header{z-index:100}html body header .container{padding-top:40px;padding-right:40px;padding-bottom:20px;padding-left:40px}html body header.full{margin:0;padding:0}html body main{margin:0}html body main section{padding-top:10px;padding-right:40px;padding-bottom:20px;padding-left:40px}html body main section.full{margin:0;padding:0}html body main section.full .container .slider{padding-left:40px;padding-right:40px}@media (max-width:574px){html body main section{padding-top:10px;padding-right:20px;padding-bottom:20px;padding-left:20px}}html body footer{margin:10px}html body footer .container{padding-top:40px;padding-right:40px;padding-bottom:20px;padding-left:40px}html body footer.full{margin:0;padding:0}html body main{max-width:800px;margin:0 auto}html body main section .container{width:100%;height:844px;max-height:1044px}@media (min-width:574px){html body main section .container{height:844px;max-height:1044px}}@media (min-width:800px){html body main section .container{height:944px;max-height:944px}}html body main section .container.half{height:422px}.box{border-radius:0;border:none;overflow:hidden}.box img{width:100%;object-fit:cover;object-position:center}html body a.btn-cta:hover{transform:scale(1.1);transition:transform .3s}html body .slider-arrows .arrow-left:hover,html body .slider-arrows .arrow-right:hover{transform:scale(1.1);transition:transform .3s}.pattern-1{background-image:url('../images/pattern.svg');background-size:120%}@font-face{font-family:'Archivo_SemiCondensed';src:url('/src/fonts/Archivo_SemiCondensed-Light.ttf') format('truetype');font-weight:100;font-style:normal}@font-face{font-family:'Archivo_SemiCondensed';src:url('/src/fonts/Archivo_SemiCondensed-Regular.ttf') format('truetype');font-weight:300;font-style:normal}@font-face{font-family:'Archivo_SemiCondensed';src:url('/src/fonts/Archivo_SemiCondensed-SemiBold.ttf') format('truetype');font-weight:500;font-style:normal}@font-face{font-family:'Archivo_SemiCondensed';src:url('/src/fonts/Archivo_SemiCondensed-Bold.ttf') format('truetype');font-weight:700;font-style:normal}@font-face{font-family:'Archivo_SemiCondensed';src:url('/src/fonts/Archivo_SemiCondensed-Black.ttf') format('truetype');font-weight:#252525;font-style:normal}@font-face{font-family:'Archivo_Condensed';src:url('/src/fonts/Archivo_Condensed-Black.ttf') format('truetype');font-weight:#252525;font-style:normal}@font-face{font-family:'Archivo_ExtraCondensed';src:url('/src/fonts/Archivo_ExtraCondensed-Black.ttf') format('truetype');font-weight:#252525;font-style:normal}.f0{font-size:12px}.f1{font-size:14.4px}.f2{font-size:16px}.f3{font-size:17.6px}.f4{font-size:20.8px}.f5{font-size:24px}.f6{font-size:27.2px}.f7{font-size:64px}.f8{font-size:80px}.f9{font-size:96px}.f10{font-size:112px}.m0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0{margin-left:0}.m1{margin:10px}.mt1{margin-top:10px}.mr1{margin-right:10px}.mb1{margin-bottom:10px}.ml1{margin-left:10px}.m2{margin:20px}.mt2{margin-top:20px}.mr2{margin-right:20px}.mb2{margin-bottom:20px}.ml2{margin-left:20px}.m3{margin:40px}.mt3{margin-top:40px}.mr3{margin-right:40px}.mb3{margin-bottom:40px}.ml3{margin-left:40px}.m4{margin:80px}.mt4{margin-top:80px}.mr4{margin-right:80px}.mb4{margin-bottom:80px}.ml4{margin-left:80px}.m5{margin:120px}.mt5{margin-top:120px}.mr5{margin-right:120px}.mb5{margin-bottom:120px}.ml5{margin-left:120px}.p0{padding:0}.pt0{padding-top:0}.pr0{padding-right:0}.pb0{padding-bottom:0}.pl0{padding-left:0}.p1{padding:10px}.pt1{padding-top:10px}.pr1{padding-right:10px}.pb1{padding-bottom:10px}.pl1{padding-left:10px}.p2{padding:20px}.pt2{padding-top:20px}.pr2{padding-right:20px}.pb2{padding-bottom:20px}.pl2{padding-left:20px}.p3{padding:40px}.pt3{padding-top:40px}.pr3{padding-right:40px}.pb3{padding-bottom:40px}.pl3{padding-left:40px}.p4{padding:80px}.pt4{padding-top:80px}.pr4{padding-right:80px}.pb4{padding-bottom:80px}.pl4{padding-left:80px}.p5{padding:120px}.pt5{padding-top:120px}.pr5{padding-right:120px}.pb5{padding-bottom:120px}.pl5{padding-left:120px}.zi0{z-index:1}.zi1{z-index:2}.zi2{z-index:2}.zi3{z-index:1}.zi4{z-index:2}.zi5{z-index:100}header{position:fixed;width:100%}header .navigation{height:50px;padding:10px}header .navigation .logo{width:80px}header .navigation a{text-transform:uppercase}header .navigation .menu-container.active button{color:#fff;background-color:#3265E2}header .navigation .menu-container .bta-navbar{padding:0;position:relative;border-radius:0;border:none;overflow:hidden;padding:5px 10px;color:#fff;background-color:#252525}header .navigation .menu-container .bta-navbar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}header .navigation .menu-container .bta-navbar img{width:100%;object-fit:cover;object-position:center}header .navigation .menu-container .bta-navbar:hover{background-color:#3265E2}header .navigation .menu-container .menu-toggle{width:50px;height:50px;padding:0;color:#727272;background-color:transparent;border:none;font-size:24px}header .navigation .menu-container .whatsapp:hover{mix-blend-mode:difference}header .navigation .menu-container .whatsapp img{width:25px;height:25px;margin-bottom:-3.33333333px}header .container{display:flex;justify-content:center;flex-direction:column;justify-content:space-between;gap:25px}header .container.fc{flex-direction:column}header .container.f-cn{justify-content:center;align-items:center}header .container.f-l{justify-content:flex-start}header .container.f-r{justify-content:flex-end}header .container.f-st{justify-content:stretch}header .container.f-bt{justify-content:space-between}header .container.f-ar{justify-content:space-around}header .container.f-ev{justify-content:space-evenly}header .container.gap0{gap:5px}header .container.gap1{gap:10px}header .container.gap2{gap:15px}header .container.gap3{gap:20px}header .container.gap4{gap:25px}header .container.gap5{gap:30px}header .container .logo{width:100%;padding:80px}header .container .logo img{max-width:400px}@media (max-width:574px){header .container .logo{padding:0;padding-top:20px;padding-bottom:10px}}header .container nav ul{margin:0;padding:0}header .container nav ul li{list-style:none;position:relative}header .container nav ul li::before{content:'>';position:absolute;right:0px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;font-size:17.6px}header .container nav ul li::before.fc{flex-direction:column}header .container nav ul li::before.f-cn{justify-content:center;align-items:center}header .container nav ul li::before.f-l{justify-content:flex-start}header .container nav ul li::before.f-r{justify-content:flex-end}header .container nav ul li::before.f-st{justify-content:stretch}header .container nav ul li::before.f-bt{justify-content:space-between}header .container nav ul li::before.f-ar{justify-content:space-around}header .container nav ul li::before.f-ev{justify-content:space-evenly}header .container nav ul li::before.gap0{gap:5px}header .container nav ul li::before.gap1{gap:10px}header .container nav ul li::before.gap2{gap:15px}header .container nav ul li::before.gap3{gap:20px}header .container nav ul li::before.gap4{gap:25px}header .container nav ul li::before.gap5{gap:30px}header .container{display:flex;justify-content:center;flex-direction:column;justify-content:space-between;gap:25px}header .container.fc{flex-direction:column}header .container.f-cn{justify-content:center;align-items:center}header .container.f-l{justify-content:flex-start}header .container.f-r{justify-content:flex-end}header .container.f-st{justify-content:stretch}header .container.f-bt{justify-content:space-between}header .container.f-ar{justify-content:space-around}header .container.f-ev{justify-content:space-evenly}header .container.gap0{gap:5px}header .container.gap1{gap:10px}header .container.gap2{gap:15px}header .container.gap3{gap:20px}header .container.gap4{gap:25px}header .container.gap5{gap:30px}header .container .logo{width:100%;padding:80px}header .container .logo img{max-width:400px}@media (max-width:574px){header .container .logo{padding:0;padding-top:20px;padding-bottom:10px}}header .container nav ul{margin:0;padding:0}header .container nav ul li{list-style:none;position:relative}header .container nav ul li::before{content:'>';position:absolute;right:0px;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);width:10px;height:10px;font-size:17.6px}header .container nav ul li::before.fc{flex-direction:column}header .container nav ul li::before.f-cn{justify-content:center;align-items:center}header .container nav ul li::before.f-l{justify-content:flex-start}header .container nav ul li::before.f-r{justify-content:flex-end}header .container nav ul li::before.f-st{justify-content:stretch}header .container nav ul li::before.f-bt{justify-content:space-between}header .container nav ul li::before.f-ar{justify-content:space-around}header .container nav ul li::before.f-ev{justify-content:space-evenly}header .container nav ul li::before.gap0{gap:5px}header .container nav ul li::before.gap1{gap:10px}header .container nav ul li::before.gap2{gap:15px}header .container nav ul li::before.gap3{gap:20px}header .container nav ul li::before.gap4{gap:25px}header .container nav ul li::before.gap5{gap:30px}header .menu{height:100vh}header .menu.hidden{display:none;opacity:0}.accordion-toggle{display:none}.accordion-label{cursor:pointer;position:relative;display:flex}.accordion-label::after{content:'+';position:absolute;right:0;background-color:transparent;width:25px;height:25px;color:white;display:flex;align-items:center;justify-content:center}.accordion-content{display:none;transition:all .3s ease}.accordion-toggle:checked+.accordion-label+.accordion-content{display:block}.accordion-toggle:checked+.accordion-label{background-color:black}.accordion-toggle:checked+.accordion-label::after{content:'-';background-color:transparent}html body .acordeon{display:flex;justify-content:center;flex-direction:column;gap:15px}html body .acordeon.fc{flex-direction:column}html body .acordeon.f-cn{justify-content:center;align-items:center}html body .acordeon.f-l{justify-content:flex-start}html body .acordeon.f-r{justify-content:flex-end}html body .acordeon.f-st{justify-content:stretch}html body .acordeon.f-bt{justify-content:space-between}html body .acordeon.f-ar{justify-content:space-around}html body .acordeon.f-ev{justify-content:space-evenly}html body .acordeon.gap0{gap:5px}html body .acordeon.gap1{gap:10px}html body .acordeon.gap2{gap:15px}html body .acordeon.gap3{gap:20px}html body .acordeon.gap4{gap:25px}html body .acordeon.gap5{gap:30px}html body .acordeon .acordeon-input{display:none}html body .acordeon .acordeon-label{position:relative;display:flex;justify-content:center;justify-content:stretch;padding:10px;padding-left:20px;border-radius:0;font-weight:700;cursor:pointer;z-index:2}html body .acordeon .acordeon-label.fc{flex-direction:column}html body .acordeon .acordeon-label.f-cn{justify-content:center;align-items:center}html body .acordeon .acordeon-label.f-l{justify-content:flex-start}html body .acordeon .acordeon-label.f-r{justify-content:flex-end}html body .acordeon .acordeon-label.f-st{justify-content:stretch}html body .acordeon .acordeon-label.f-bt{justify-content:space-between}html body .acordeon .acordeon-label.f-ar{justify-content:space-around}html body .acordeon .acordeon-label.f-ev{justify-content:space-evenly}html body .acordeon .acordeon-label.gap0{gap:5px}html body .acordeon .acordeon-label.gap1{gap:10px}html body .acordeon .acordeon-label.gap2{gap:15px}html body .acordeon .acordeon-label.gap3{gap:20px}html body .acordeon .acordeon-label.gap4{gap:25px}html body .acordeon .acordeon-label.gap5{gap:30px}html body .acordeon .acordeon-label::after{content:'+';position:absolute;right:0;background-color:transparent;display:flex;justify-content:center;align-items:center;width:25px;height:25px;margin-right:10px;border-radius:0;font-size:20.8px}html body .acordeon .acordeon-label::after.at{top:0}html body .acordeon .acordeon-label::after.ab{bottom:0}html body .acordeon .acordeon-label::after.al{left:0}html body .acordeon .acordeon-label::after.ar{right:0}html body .acordeon .acordeon-label::after.fc{flex-direction:column}html body .acordeon .acordeon-label::after.f-cn{justify-content:center;align-items:center}html body .acordeon .acordeon-label::after.f-l{justify-content:flex-start}html body .acordeon .acordeon-label::after.f-r{justify-content:flex-end}html body .acordeon .acordeon-label::after.f-st{justify-content:stretch}html body .acordeon .acordeon-label::after.f-bt{justify-content:space-between}html body .acordeon .acordeon-label::after.f-ar{justify-content:space-around}html body .acordeon .acordeon-label::after.f-ev{justify-content:space-evenly}html body .acordeon .acordeon-label::after.gap0{gap:5px}html body .acordeon .acordeon-label::after.gap1{gap:10px}html body .acordeon .acordeon-label::after.gap2{gap:15px}html body .acordeon .acordeon-label::after.gap3{gap:20px}html body .acordeon .acordeon-label::after.gap4{gap:25px}html body .acordeon .acordeon-label::after.gap5{gap:30px}html body .acordeon .acordeon-content{position:relative;max-height:110px;margin-top:-60px;padding-top:60px;padding-right:20px;padding-bottom:20px;padding-left:20px;border-radius:0;overflow:hidden;z-index:1}html body .acordeon .acordeon-content::before{content:'';position:absolute;top:0;right:0;width:100%;height:100%}html body .acordeon .acordeon-content::before.at{top:0}html body .acordeon .acordeon-content::before.ab{bottom:0}html body .acordeon .acordeon-content::before.al{left:0}html body .acordeon .acordeon-content::before.ar{right:0}html body .acordeon .acordeon-input:checked+.acordeon-label+.acordeon-content{max-height:1688px}html body .acordeon .acordeon-input:checked+.acordeon-label+.acordeon-content::before{background:transparent}html body .acordeon .acordeon-input:checked+.acordeon-label::after{content:'-';background-color:transparent}html body .acordeon .acordeon-label::after{background-color:transparent;color:initial;background-color:initial}html body .acordeon .acordeon-content{background-color:#FFF7E6}html body .acordeon .acordeon-content::before{background:linear-gradient(to top, #FFF7E6, rgba(255,247,230,0))}html body .acordeon .acordeon-input:checked+.acordeon-label+.acordeon-content::before{background:transparent}html body .acordeon .acordeon-input:checked+.acordeon-label{color:initial;background-color:initial}html body .acordeon .acordeon-input:checked+.acordeon-label::after{background-color:transparent}html body .slider{position:relative;display:flex;justify-content:center;justify-content:flex-start;gap:30px;width:100%;height:auto;transition:.3s;overflow:auto;scroll-snap-type:x mandatory}html body .slider.fc{flex-direction:column}html body .slider.f-cn{justify-content:center;align-items:center}html body .slider.f-l{justify-content:flex-start}html body .slider.f-r{justify-content:flex-end}html body .slider.f-st{justify-content:stretch}html body .slider.f-bt{justify-content:space-between}html body .slider.f-ar{justify-content:space-around}html body .slider.f-ev{justify-content:space-evenly}html body .slider.gap0{gap:5px}html body .slider.gap1{gap:10px}html body .slider.gap2{gap:15px}html body .slider.gap3{gap:20px}html body .slider.gap4{gap:25px}html body .slider.gap5{gap:30px}html body .slider .item{justify-content:space-between;justify-content:flex-start;width:100vw;height:100%;transition:.3s;scroll-snap-align:center}html body .slider .item div{width:300px;height:100%}html body .slider .item img{width:100%;max-width:initial;height:auto;object-position:center;object-fit:cover}html body .slider .item-escalado{transform:scale(.5);transition:.3s}html body .slider .item-escalado.active{transform:scale(1);transition:.3s}html body .slider-arrows{display:flex;justify-content:center;justify-content:flex-end;gap:10px}html body .slider-arrows.fc{flex-direction:column}html body .slider-arrows.f-cn{justify-content:center;align-items:center}html body .slider-arrows.f-l{justify-content:flex-start}html body .slider-arrows.f-r{justify-content:flex-end}html body .slider-arrows.f-st{justify-content:stretch}html body .slider-arrows.f-bt{justify-content:space-between}html body .slider-arrows.f-ar{justify-content:space-around}html body .slider-arrows.f-ev{justify-content:space-evenly}html body .slider-arrows.gap0{gap:5px}html body .slider-arrows.gap1{gap:10px}html body .slider-arrows.gap2{gap:15px}html body .slider-arrows.gap3{gap:20px}html body .slider-arrows.gap4{gap:25px}html body .slider-arrows.gap5{gap:30px}html body .slider-arrows .arrow-left,html body .slider-arrows .arrow-right{display:flex;justify-content:center;align-items:center;width:50px;height:50px;cursor:pointer}html body .slider-arrows .arrow-left.fc,html body .slider-arrows .arrow-right.fc{flex-direction:column}html body .slider-arrows .arrow-left.f-cn,html body .slider-arrows .arrow-right.f-cn{justify-content:center;align-items:center}html body .slider-arrows .arrow-left.f-l,html body .slider-arrows .arrow-right.f-l{justify-content:flex-start}html body .slider-arrows .arrow-left.f-r,html body .slider-arrows .arrow-right.f-r{justify-content:flex-end}html body .slider-arrows .arrow-left.f-st,html body .slider-arrows .arrow-right.f-st{justify-content:stretch}html body .slider-arrows .arrow-left.f-bt,html body .slider-arrows .arrow-right.f-bt{justify-content:space-between}html body .slider-arrows .arrow-left.f-ar,html body .slider-arrows .arrow-right.f-ar{justify-content:space-around}html body .slider-arrows .arrow-left.f-ev,html body .slider-arrows .arrow-right.f-ev{justify-content:space-evenly}html body .slider-arrows .arrow-left.gap0,html body .slider-arrows .arrow-right.gap0{gap:5px}html body .slider-arrows .arrow-left.gap1,html body .slider-arrows .arrow-right.gap1{gap:10px}html body .slider-arrows .arrow-left.gap2,html body .slider-arrows .arrow-right.gap2{gap:15px}html body .slider-arrows .arrow-left.gap3,html body .slider-arrows .arrow-right.gap3{gap:20px}html body .slider-arrows .arrow-left.gap4,html body .slider-arrows .arrow-right.gap4{gap:25px}html body .slider-arrows .arrow-left.gap5,html body .slider-arrows .arrow-right.gap5{gap:30px}html body .slider-arrows .arrow-left img,html body .slider-arrows .arrow-right img{width:15px}html body .slider-arrows .arrow-left.active,html body .slider-arrows .arrow-right.active{background-color:#252525}html body .slider-arrows .arrow-left img{transform:rotate(180deg)}header{text-transform:uppercase;background-image:url("/src/images/footer-bg.jpg");background-position:center;background-size:cover}header .navigation{padding-right:0;background-color:#FFF7E6}header .navigation .logo{color:#3265E2}header .navigation .menu-container .language{display:flex;flex-direction:column;justify-content:center;align-items:center}header .navigation .menu-container .language.fc{flex-direction:column}header .navigation .menu-container .language.f-cn{justify-content:center;align-items:center}header .navigation .menu-container .language.f-l{justify-content:flex-start}header .navigation .menu-container .language.f-r{justify-content:flex-end}header .navigation .menu-container .language.f-st{justify-content:stretch}header .navigation .menu-container .language.f-bt{justify-content:space-between}header .navigation .menu-container .language.f-ar{justify-content:space-around}header .navigation .menu-container .language.f-ev{justify-content:space-evenly}header .navigation .menu-container .language.gap0{gap:5px}header .navigation .menu-container .language.gap1{gap:10px}header .navigation .menu-container .language.gap2{gap:15px}header .navigation .menu-container .language.gap3{gap:20px}header .navigation .menu-container .language.gap4{gap:25px}header .navigation .menu-container .language.gap5{gap:30px}header .navigation .menu-container .language .language-dropdown{display:none;width:70px;padding:10px;background-color:#FFF7E6;text-align:center}header .navigation .menu-container .language:hover .language-dropdown{position:absolute;top:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-top:20px;font-size:17.6px}header .navigation .menu-container .language:hover .language-dropdown.at{top:0}header .navigation .menu-container .language:hover .language-dropdown.ab{bottom:0}header .navigation .menu-container .language:hover .language-dropdown.al{left:0}header .navigation .menu-container .language:hover .language-dropdown.ar{right:0}header .navigation .menu-container .language:hover .language-dropdown.fc{flex-direction:column}header .navigation .menu-container .language:hover .language-dropdown.f-cn{justify-content:center;align-items:center}header .navigation .menu-container .language:hover .language-dropdown.f-l{justify-content:flex-start}header .navigation .menu-container .language:hover .language-dropdown.f-r{justify-content:flex-end}header .navigation .menu-container .language:hover .language-dropdown.f-st{justify-content:stretch}header .navigation .menu-container .language:hover .language-dropdown.f-bt{justify-content:space-between}header .navigation .menu-container .language:hover .language-dropdown.f-ar{justify-content:space-around}header .navigation .menu-container .language:hover .language-dropdown.f-ev{justify-content:space-evenly}header .navigation .menu-container .language:hover .language-dropdown.gap0{gap:5px}header .navigation .menu-container .language:hover .language-dropdown.gap1{gap:10px}header .navigation .menu-container .language:hover .language-dropdown.gap2{gap:15px}header .navigation .menu-container .language:hover .language-dropdown.gap3{gap:20px}header .navigation .menu-container .language:hover .language-dropdown.gap4{gap:25px}header .navigation .menu-container .language:hover .language-dropdown.gap5{gap:30px}header .navigation .menu-container .menu-toggle{width:50px;height:50px;padding:0;color:#252525;border:2px solid #252525;font-size:24px;cursor:pointer}header .navigation .menu-container .menu-toggle:hover{background-color:#b7e300}header .navigation .menu-container .whatsapp{width:50px;height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}header .navigation .menu-container .whatsapp.fc{flex-direction:column}header .navigation .menu-container .whatsapp.f-cn{justify-content:center;align-items:center}header .navigation .menu-container .whatsapp.f-l{justify-content:flex-start}header .navigation .menu-container .whatsapp.f-r{justify-content:flex-end}header .navigation .menu-container .whatsapp.f-st{justify-content:stretch}header .navigation .menu-container .whatsapp.f-bt{justify-content:space-between}header .navigation .menu-container .whatsapp.f-ar{justify-content:space-around}header .navigation .menu-container .whatsapp.f-ev{justify-content:space-evenly}header .navigation .menu-container .whatsapp.gap0{gap:5px}header .navigation .menu-container .whatsapp.gap1{gap:10px}header .navigation .menu-container .whatsapp.gap2{gap:15px}header .navigation .menu-container .whatsapp.gap3{gap:20px}header .navigation .menu-container .whatsapp.gap4{gap:25px}header .navigation .menu-container .whatsapp.gap5{gap:30px}header .navigation .menu-container .whatsapp:hover{width:50px;height:50px;background-color:#b7e300;mix-blend-mode:initial}header .navigation .menu-container.active button{color:#3265E2;background-color:#252525}header .navigation .menu-container .bta-navbar{display:flex;width:auto;height:50px;align-items:center;justify-content:center}header .footer-img{position:relative;width:90px;height:90px;overflow:hidden}header .footer-img img{height:170px;object-position:44%;position:absolute;top:-15px;left:0px}header .links a{width:fit-content;border-bottom:2px solid #fff;font-weight:700;text-transform:uppercase}header .menu.projects{padding:0}header .menu.projects .grid{height:100%}header .menu.projects .grid div{min-height:300px}header .menu.projects .grid a{position:relative;overflow:hidden}header .menu.projects .grid a p{display:none}header .menu.projects .grid a img{width:100%;max-width:100%;height:100%;object-position:center;object-fit:cover}header .menu.projects .grid a:hover{position:relative}header .menu.projects .grid a:hover p{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:14.4px;text-transform:uppercase;text-align:center;z-index:1}header .menu.projects .grid a:hover p span{display:block;margin-bottom:10px;font-size:24px}header .menu.projects .grid a:hover img{transform:scale(1.1);transition:transform .3s}header .menu.projects .grid a:hover::before{content:'>';position:absolute;top:0;right:0;width:20px;height:20px;padding:10px;color:#fff;font-size:24px;transform:rotate(-45deg);z-index:1}header .menu.projects .grid a:hover::before.at{top:0}header .menu.projects .grid a:hover::before.ab{bottom:0}header .menu.projects .grid a:hover::before.al{left:0}header .menu.projects .grid a:hover::before.ar{right:0}header .menu.projects .grid a:hover::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);transition:all .3s ease-in-out}header .menu.projects .grid a.btn-cta{display:flex;justify-content:center;align-items:center}header .menu.projects .grid a.btn-cta.fc{flex-direction:column}header .menu.projects .grid a.btn-cta.f-cn{justify-content:center;align-items:center}header .menu.projects .grid a.btn-cta.f-l{justify-content:flex-start}header .menu.projects .grid a.btn-cta.f-r{justify-content:flex-end}header .menu.projects .grid a.btn-cta.f-st{justify-content:stretch}header .menu.projects .grid a.btn-cta.f-bt{justify-content:space-between}header .menu.projects .grid a.btn-cta.f-ar{justify-content:space-around}header .menu.projects .grid a.btn-cta.f-ev{justify-content:space-evenly}header .menu.projects .grid a.btn-cta.gap0{gap:5px}header .menu.projects .grid a.btn-cta.gap1{gap:10px}header .menu.projects .grid a.btn-cta.gap2{gap:15px}header .menu.projects .grid a.btn-cta.gap3{gap:20px}header .menu.projects .grid a.btn-cta.gap4{gap:25px}header .menu.projects .grid a.btn-cta.gap5{gap:30px}header .menu.projects .grid a.btn-cta::before{content:'>';position:absolute;top:50%;right:0;display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:0;color:#fff;font-size:24px;transform:translate(-50%, -60%) rotate(-45deg);z-index:1}header .menu.projects .grid a.btn-cta::before.at{top:0}header .menu.projects .grid a.btn-cta::before.ab{bottom:0}header .menu.projects .grid a.btn-cta::before.al{left:0}header .menu.projects .grid a.btn-cta::before.ar{right:0}header .menu.projects .grid a.btn-cta::before.fc{flex-direction:column}header .menu.projects .grid a.btn-cta::before.f-cn{justify-content:center;align-items:center}header .menu.projects .grid a.btn-cta::before.f-l{justify-content:flex-start}header .menu.projects .grid a.btn-cta::before.f-r{justify-content:flex-end}header .menu.projects .grid a.btn-cta::before.f-st{justify-content:stretch}header .menu.projects .grid a.btn-cta::before.f-bt{justify-content:space-between}header .menu.projects .grid a.btn-cta::before.f-ar{justify-content:space-around}header .menu.projects .grid a.btn-cta::before.f-ev{justify-content:space-evenly}header .menu.projects .grid a.btn-cta::before.gap0{gap:5px}header .menu.projects .grid a.btn-cta::before.gap1{gap:10px}header .menu.projects .grid a.btn-cta::before.gap2{gap:15px}header .menu.projects .grid a.btn-cta::before.gap3{gap:20px}header .menu.projects .grid a.btn-cta::before.gap4{gap:25px}header .menu.projects .grid a.btn-cta::before.gap5{gap:30px}header .menu.projects .grid a.btn-cta:hover{color:#fff;background-color:#3265E2}header .menu.projects .grid a.btn-cta:hover::after{display:none}footer{background-image:url("/src/images/footer-bg.jpg");background-position:center;background-size:cover}footer .footer-img{position:relative;width:90px;height:90px;overflow:hidden}footer .footer-img img{height:170px;object-position:44%;position:absolute;top:-15px;left:0px}footer .links a{width:fit-content;border-bottom:2px solid #fff}@media screen and (max-width:574px){footer .p4{padding:10px}}body{background-color:#252525}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("/src/images/footer-bg.jpg");background-position:center;background-size:cover;opacity:.5;z-index:-1}.btn{cursor:pointer}.btn-cta{display:flex;justify-content:center;padding:20px;padding-top:10px;padding-bottom:10px;color:#fff;background-color:#252525;border-radius:0;text-decoration:none}.btn-cta.fc{flex-direction:column}.btn-cta.f-cn{justify-content:center;align-items:center}.btn-cta.f-l{justify-content:flex-start}.btn-cta.f-r{justify-content:flex-end}.btn-cta.f-st{justify-content:stretch}.btn-cta.f-bt{justify-content:space-between}.btn-cta.f-ar{justify-content:space-around}.btn-cta.f-ev{justify-content:space-evenly}.btn-cta.gap0{gap:5px}.btn-cta.gap1{gap:10px}.btn-cta.gap2{gap:15px}.btn-cta.gap3{gap:20px}.btn-cta.gap4{gap:25px}.btn-cta.gap5{gap:30px}.btn-cta:hover{color:#fff;background-color:#3265E2}.btn-secondary{display:block;padding:0;position:relative;border-radius:0;border:none;overflow:hidden;padding:10px;border:2px solid #252525;text-align:center;cursor:pointer}.btn-secondary img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.btn-secondary img{width:100%;object-fit:cover;object-position:center}.btn-secondary:hover,.btn-secondary:focus{border-color:#3265E2}.btn-info{color:#252525;background-color:#E1FF63}.btn-link{color:#3265E2}.btn-link-top{position:absolute;top:0;right:0;color:#252525}.btn-cta{display:flex;justify-content:center;padding:20px;padding-top:10px;padding-bottom:10px;color:#fff;background-color:#252525;border-radius:0;text-decoration:none}.btn-cta.fc{flex-direction:column}.btn-cta.f-cn{justify-content:center;align-items:center}.btn-cta.f-l{justify-content:flex-start}.btn-cta.f-r{justify-content:flex-end}.btn-cta.f-st{justify-content:stretch}.btn-cta.f-bt{justify-content:space-between}.btn-cta.f-ar{justify-content:space-around}.btn-cta.f-ev{justify-content:space-evenly}.btn-cta.gap0{gap:5px}.btn-cta.gap1{gap:10px}.btn-cta.gap2{gap:15px}.btn-cta.gap3{gap:20px}.btn-cta.gap4{gap:25px}.btn-cta.gap5{gap:30px}.btn-cta:hover{color:#fff;background-color:#3265E2}.btn-secondary{display:block;padding:0;position:relative;border-radius:0;border:none;overflow:hidden;padding:10px;border:2px solid #252525;text-align:center;cursor:pointer}.btn-secondary img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.btn-secondary img{width:100%;object-fit:cover;object-position:center}.btn-secondary:hover,.btn-secondary:focus{border-color:#3265E2}.btn-info{color:#252525;background-color:#E1FF63}.btn-link{color:#3265E2}.btn-link-top{position:absolute;top:0;right:0;color:#252525}section.hero{position:relative;min-height:562.104px}section.hero .bg-font{position:relative;overflow:hidden}section.hero .bg-font .bg-font-child{font-size:270px;white-space:nowrap;line-height:.65;position:relative}@media screen and (max-width:574px){section.hero .bg-font .bg-font-child{font-size:47vw}}@media screen and (min-width:574px){section.hero .bg-font .bg-font-child{font-size:375px}}section.hero h1{height:100%;margin:0;color:#4b4b4b;text-align:left;text-transform:uppercase}section.hero h1.agencia{color:#E1FF63}section.hero h1 span{float:right;padding-right:3%;line-height:.55}section.hero h1 span.agencia{float:initial;padding-right:0%;line-height:0}section.hero .cta{width:100%}section.hero .cta a{width:100%;margin:0}section.hero .cta .btn-cta{color:#252525;background-color:#fff;z-index:2}section.hero .cta .btn-secondary{display:flex;justify-content:center;align-items:center;padding:0;color:#FFF7E6;border:2px solid none;font-weight:700;text-decoration:underline}section.hero .cta .btn-secondary.fc{flex-direction:column}section.hero .cta .btn-secondary.f-cn{justify-content:center;align-items:center}section.hero .cta .btn-secondary.f-l{justify-content:flex-start}section.hero .cta .btn-secondary.f-r{justify-content:flex-end}section.hero .cta .btn-secondary.f-st{justify-content:stretch}section.hero .cta .btn-secondary.f-bt{justify-content:space-between}section.hero .cta .btn-secondary.f-ar{justify-content:space-around}section.hero .cta .btn-secondary.f-ev{justify-content:space-evenly}section.hero .cta .btn-secondary.gap0{gap:5px}section.hero .cta .btn-secondary.gap1{gap:10px}section.hero .cta .btn-secondary.gap2{gap:15px}section.hero .cta .btn-secondary.gap3{gap:20px}section.hero .cta .btn-secondary.gap4{gap:25px}section.hero .cta .btn-secondary.gap5{gap:30px}section.hero .cta .btn-secondary:hover,section.hero .cta .btn-secondary:focus{border-color:#E1FF63}section.hero .cta .btn-secondary::after{content:'>';position:absolute;right:0;float:right;width:20px;height:20px;margin-left:10px;padding:10px;border-radius:0;color:#252525;background-color:#E1FF63;text-decoration:none}section.hero .cta .btn-secondary::after.at{top:0}section.hero .cta .btn-secondary::after.ab{bottom:0}section.hero .cta .btn-secondary::after.al{left:0}section.hero .cta .btn-secondary::after.ar{right:0}@media screen and (max-width:574px){section.hero .cta{flex-direction:column;text-align:center}}section.hero .subtitle{font-size:39px}section.intro{min-height:281.052px}section.clients{overflow:hidden}section.clients .slider{width:max-content;gap:15px;animation:roll-in 12s linear infinite}section.clients .slider .item{display:flex;justify-content:center;width:100%;min-width:initial;height:100%;max-height:initial;padding:10px}section.clients .slider .item.fc{flex-direction:column}section.clients .slider .item.f-cn{justify-content:center;align-items:center}section.clients .slider .item.f-l{justify-content:flex-start}section.clients .slider .item.f-r{justify-content:flex-end}section.clients .slider .item.f-st{justify-content:stretch}section.clients .slider .item.f-bt{justify-content:space-between}section.clients .slider .item.f-ar{justify-content:space-around}section.clients .slider .item.f-ev{justify-content:space-evenly}section.clients .slider .item.gap0{gap:5px}section.clients .slider .item.gap1{gap:10px}section.clients .slider .item.gap2{gap:15px}section.clients .slider .item.gap3{gap:20px}section.clients .slider .item.gap4{gap:25px}section.clients .slider .item.gap5{gap:30px}section.clients .slider .item img{width:auto;height:150px;object-fit:initial}@keyframes roll-in{0%{transform:translateX(0%)}99.99%{transform:translateX(-50%)}100%{transform:translateX(0%)}}section.projects .grid div{min-height:300px}section.projects .grid a{position:relative;overflow:hidden}section.projects .grid a p{display:none}section.projects .grid a img{width:100%;max-width:100%;height:100%;object-position:center;object-fit:cover}section.projects .grid a:hover{position:relative}section.projects .grid a:hover p{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:14.4px;text-transform:uppercase;text-align:center;z-index:1}section.projects .grid a:hover p span{display:block;margin-bottom:10px;font-size:24px}section.projects .grid a:hover img{transform:scale(1.1);transition:transform .3s}section.projects .grid a:hover::before{content:'>';position:absolute;top:0;right:0;width:20px;height:20px;padding:10px;color:#fff;font-size:24px;transform:rotate(-45deg);z-index:1}section.projects .grid a:hover::before.at{top:0}section.projects .grid a:hover::before.ab{bottom:0}section.projects .grid a:hover::before.al{left:0}section.projects .grid a:hover::before.ar{right:0}section.projects .grid a:hover::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);transition:all .3s ease-in-out}section.projects .grid a.btn-cta{display:flex;justify-content:center;align-items:center}section.projects .grid a.btn-cta.fc{flex-direction:column}section.projects .grid a.btn-cta.f-cn{justify-content:center;align-items:center}section.projects .grid a.btn-cta.f-l{justify-content:flex-start}section.projects .grid a.btn-cta.f-r{justify-content:flex-end}section.projects .grid a.btn-cta.f-st{justify-content:stretch}section.projects .grid a.btn-cta.f-bt{justify-content:space-between}section.projects .grid a.btn-cta.f-ar{justify-content:space-around}section.projects .grid a.btn-cta.f-ev{justify-content:space-evenly}section.projects .grid a.btn-cta.gap0{gap:5px}section.projects .grid a.btn-cta.gap1{gap:10px}section.projects .grid a.btn-cta.gap2{gap:15px}section.projects .grid a.btn-cta.gap3{gap:20px}section.projects .grid a.btn-cta.gap4{gap:25px}section.projects .grid a.btn-cta.gap5{gap:30px}section.projects .grid a.btn-cta::before{content:'>';position:absolute;top:50%;right:0;display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:0;color:#fff;font-size:24px;transform:translate(-50%, -60%) rotate(-45deg);z-index:1}section.projects .grid a.btn-cta::before.at{top:0}section.projects .grid a.btn-cta::before.ab{bottom:0}section.projects .grid a.btn-cta::before.al{left:0}section.projects .grid a.btn-cta::before.ar{right:0}section.projects .grid a.btn-cta::before.fc{flex-direction:column}section.projects .grid a.btn-cta::before.f-cn{justify-content:center;align-items:center}section.projects .grid a.btn-cta::before.f-l{justify-content:flex-start}section.projects .grid a.btn-cta::before.f-r{justify-content:flex-end}section.projects .grid a.btn-cta::before.f-st{justify-content:stretch}section.projects .grid a.btn-cta::before.f-bt{justify-content:space-between}section.projects .grid a.btn-cta::before.f-ar{justify-content:space-around}section.projects .grid a.btn-cta::before.f-ev{justify-content:space-evenly}section.projects .grid a.btn-cta::before.gap0{gap:5px}section.projects .grid a.btn-cta::before.gap1{gap:10px}section.projects .grid a.btn-cta::before.gap2{gap:15px}section.projects .grid a.btn-cta::before.gap3{gap:20px}section.projects .grid a.btn-cta::before.gap4{gap:25px}section.projects .grid a.btn-cta::before.gap5{gap:30px}section.projects .grid a.btn-cta:hover{color:#fff;background-color:#3265E2}section.projects .grid a.btn-cta:hover::after{display:none}section.benefits .grid div{min-height:250px}section.benefits .grid div h3{position:relative;z-index:2}section.benefits .grid div.flotantes.popup-trigger{position:relative;cursor:pointer}section.benefits .grid div.flotantes.popup-trigger::before{content:'+';position:absolute;top:0;right:0;width:25px;height:25px;padding:10px;color:#fff;background-color:#252525;font-size:24px;text-align:center}section.benefits .grid div.flotantes.popup-trigger::before.at{top:0}section.benefits .grid div.flotantes.popup-trigger::before.ab{bottom:0}section.benefits .grid div.flotantes.popup-trigger::before.al{left:0}section.benefits .grid div.flotantes.popup-trigger::before.ar{right:0}section.benefits .grid div.flotantes .popup{display:none;position:fixed;top:50%;left:50%;width:100%;height:100%;padding:20%;transform:translate(-50%, -50%);z-index:100}@media screen and (max-width:574px){section.benefits .grid div.flotantes .popup{padding:80px;font-size:20.8px}}section.benefits .grid div.flotantes .popup.active{display:flex;justify-content:center;align-items:center}section.benefits .grid div.flotantes .popup.active.fc{flex-direction:column}section.benefits .grid div.flotantes .popup.active.f-cn{justify-content:center;align-items:center}section.benefits .grid div.flotantes .popup.active.f-l{justify-content:flex-start}section.benefits .grid div.flotantes .popup.active.f-r{justify-content:flex-end}section.benefits .grid div.flotantes .popup.active.f-st{justify-content:stretch}section.benefits .grid div.flotantes .popup.active.f-bt{justify-content:space-between}section.benefits .grid div.flotantes .popup.active.f-ar{justify-content:space-around}section.benefits .grid div.flotantes .popup.active.f-ev{justify-content:space-evenly}section.benefits .grid div.flotantes .popup.active.gap0{gap:5px}section.benefits .grid div.flotantes .popup.active.gap1{gap:10px}section.benefits .grid div.flotantes .popup.active.gap2{gap:15px}section.benefits .grid div.flotantes .popup.active.gap3{gap:20px}section.benefits .grid div.flotantes .popup.active.gap4{gap:25px}section.benefits .grid div.flotantes .popup.active.gap5{gap:30px}section.benefits .grid div.flotantes .popup.active :first-child::after{content:'x';position:fixed;top:0;right:0;width:fit-content;height:fit-content;margin:120px;padding:10px;color:#fff;background-color:#FF734D;font-size:24px;z-index:100;cursor:pointer}@media screen and (max-width:574px){section.benefits .grid div.flotantes .popup.active :first-child::after{padding:20px;margin:20px}}section.benefits .grid div.flotantes .popup::before{content:'';position:fixed;top:50%;left:50%;display:flex;justify-content:center;align-items:center;width:50%;height:60%;padding:120px;background-color:#FFF7E6;transform:translate(-50%, -50%);z-index:-1}section.benefits .grid div.flotantes .popup::before.fc{flex-direction:column}section.benefits .grid div.flotantes .popup::before.f-cn{justify-content:center;align-items:center}section.benefits .grid div.flotantes .popup::before.f-l{justify-content:flex-start}section.benefits .grid div.flotantes .popup::before.f-r{justify-content:flex-end}section.benefits .grid div.flotantes .popup::before.f-st{justify-content:stretch}section.benefits .grid div.flotantes .popup::before.f-bt{justify-content:space-between}section.benefits .grid div.flotantes .popup::before.f-ar{justify-content:space-around}section.benefits .grid div.flotantes .popup::before.f-ev{justify-content:space-evenly}section.benefits .grid div.flotantes .popup::before.gap0{gap:5px}section.benefits .grid div.flotantes .popup::before.gap1{gap:10px}section.benefits .grid div.flotantes .popup::before.gap2{gap:15px}section.benefits .grid div.flotantes .popup::before.gap3{gap:20px}section.benefits .grid div.flotantes .popup::before.gap4{gap:25px}section.benefits .grid div.flotantes .popup::before.gap5{gap:30px}@media screen and (max-width:574px){section.benefits .grid div.flotantes .popup::before{width:80%;height:90%;padding:10px}}section.benefits .grid div.flotantes .popup::after{content:'';position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:-2}section.benefits .grid div.flotantes .flotante{position:absolute;left:-2px;bottom:-6px;font-size:51.2px;font-weight:700;line-height:.84615385}section.benefits .grid div.flotantes .flotante.at{top:0}section.benefits .grid div.flotantes .flotante.ab{bottom:0}section.benefits .grid div.flotantes .flotante.al{left:0}section.benefits .grid div.flotantes .flotante.ar{right:0}section.benefits .grid div.flotantes img{opacity:.1;z-index:1;height:100%;object-fit:initial;object-position:initial}section.benefits .grid div .overlay::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:-1}section.stand-out div:first-child{position:relative;z-index:2}section.stand-out.bg-img .bg-img-child{color:#09A974;opacity:.05;font-size:32px;transform:scale(2);text-transform:uppercase;line-height:.8;z-index:1}@media screen and (max-width:574px){section.stand-out .stand-out-child{padding:20px}}@media screen and (max-width:574px){section.partner .container{padding:20px}}section.keys .keys-child{padding-right:10px;padding-left:10px}section.keys .grid .box{grid-template-rows:max-content 85% 10px;text-align:left;border-bottom:2px solid #fff;border-radius:0;cursor:pointer}section.keys .grid .box .agencia.accordion-toggle{padding-right:20px}section.keys .grid .box .agencia.accordion-toggle:checked+.accordion-label{background-color:#FF734D}section.keys .grid .box .agencia.accordion-toggle:checked+.accordion-label .accordion-content{min-height:200px}section.keys .grid .box .active{background-color:#252525;margin-bottom:-3px;padding-left:1px}section.keys .grid .box h3{margin:0;padding:0;font-size:24px}section.keys .grid .box p{text-transform:uppercase}@media screen and (max-width:574px){section.keys .grid{grid-template-columns:1fr}section.keys .grid .box h3{font-size:20.8px}}@media screen and (max-width:574px){section.keys .keys-box{padding-left:20px;padding-right:20px}}section.proceso{position:relative}section.proceso::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:-1}section.proceso::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:-1}section.testimonials .slider .item{height:auto;padding-right:20px;border-right:2px solid #727272}section.testimonials .slider .item p{text-transform:uppercase}section.about{background-image:url("/src/images/about-bg.jpg");background-position:center;background-size:cover}section.about .about-img{width:100px;height:100px;overflow:hidden}section.about .about-img img{height:140px;object-position:45% 30%}section.about .formacion{margin:5px auto;max-width:500px}section.about .btn-cta{color:#252525;background-color:#fff}section.about .btn-secondary{border:2px solid #E1FF63}section.about .btn-secondary:hover,section.about .btn-secondary:focus{border-color:#E1FF63}section.about .btn-secondary:hover{background-color:#E1FF63;color:#252525}section.about .btn-cta,section.about .btn-secondary{width:100%}section.faq .acordeon .acordeon-label{padding-left:60px}section.faq .acordeon .acordeon-label::after{right:initial;left:15px;font-size:27.2px}section.faq .acordeon .acordeon-content{padding-bottom:40px;padding-left:60px;border-bottom:2px solid #252525}@media screen and (max-width:574px){section.faq-mini .grid{padding:20px;grid-template-columns:1fr}section.faq-mini .grid .box{padding:0}section.faq-mini .grid .box h3{font-size:20.8px}}section.cta h2{z-index:2}section.cta.bg-img .bg-img-child{opacity:.2;font-size:20rem;text-transform:uppercase;line-height:.7;font-family:'Archivo_ExtraCondensed',serif;font-weight:900;color:#727272;z-index:1}section.cta.bg-img .bg-img-child.projects{font-size:25vw}section.cta .btn-cta{color:#252525;background-color:#fff;z-index:2}section.project.nution .cover-project .cover-image-project{overflow:hidden}section.project.nution .cover-project .cover-image-project img{max-height:80vh;object-position:50% 10%}section.project.nution .cover-project .cover-image-project video{width:100%;height:100%;max-height:80vh;object-fit:cover;object-position:50% 10%}section.project .about{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-template-rows:auto;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;gap:0;grid-template-columns:repeat(2, 1fr);gap:15px;margin-top:10px;margin-bottom:10px;padding:20px;background-color:#252525}section.project .about.gc1{grid-template-columns:repeat(1, 1fr)}section.project .about.gc2{grid-template-columns:repeat(2, 1fr)}section.project .about.gc3{grid-template-columns:repeat(3, 1fr)}section.project .about.gc4{grid-template-columns:repeat(4, 1fr)}section.project .about.gc5{grid-template-columns:repeat(5, 1fr)}section.project .about.gc6{grid-template-columns:repeat(6, 1fr)}section.project .about.gr2{grid-template-rows:repeat(2, 1fr)}section.project .about.gr3{grid-template-rows:repeat(3, 1fr)}section.project .about.gr4{grid-template-rows:repeat(4, 1fr)}section.project .about.gr5{grid-template-rows:repeat(5, 1fr)}section.project .about.g-bt{justify-content:space-between}section.project .about.g-cn{justify-content:center}section.project .about.g-ar{justify-content:space-around}section.project .about.g-eq{justify-content:space-evenly}section.project .about .cspan1{grid-column:span 1}section.project .about .cspan2{grid-column:span 2}section.project .about .cspan3{grid-column:span 3}section.project .about .cspan4{grid-column:span 4}section.project .about .rspan1{grid-row:span 1}section.project .about .rspan2{grid-row:span 2}section.project .about .rspan3{grid-row:span 3}section.project .about .rspan4{grid-row:span 4}section.project .about.gap0{gap:5px}section.project .about.gap1{gap:10px}section.project .about.gap2{gap:15px}section.project .about.gap3{gap:20px}section.project .about.gap4{gap:25px}section.project .about.gap5{gap:30px}@media screen and (max-width:574px){section.project .about{gap:20px;grid-template-columns:1fr;padding:40px}}@media screen and (max-width:574px){section.project .about h1{font-size:70px}}section.project .about .item h1,section.project .about .item h2{color:#fff;text-align:left;text-transform:uppercase;line-height:.8}section.project .about .item p,section.project .about .item ul li{color:#727272;text-transform:uppercase}section.project .about .item ul li::before{content:">";margin-left:-24px;margin-right:15px}section.project .about .item .logo{width:70px;height:70px;padding:10px;background-color:#b7e300;display:flex;flex-direction:column;justify-content:center;align-items:center}section.project .about .item .logo.fc{flex-direction:column}section.project .about .item .logo.f-cn{justify-content:center;align-items:center}section.project .about .item .logo.f-l{justify-content:flex-start}section.project .about .item .logo.f-r{justify-content:flex-end}section.project .about .item .logo.f-st{justify-content:stretch}section.project .about .item .logo.f-bt{justify-content:space-between}section.project .about .item .logo.f-ar{justify-content:space-around}section.project .about .item .logo.f-ev{justify-content:space-evenly}section.project .about .item .logo.gap0{gap:5px}section.project .about .item .logo.gap1{gap:10px}section.project .about .item .logo.gap2{gap:15px}section.project .about .item .logo.gap3{gap:20px}section.project .about .item .logo.gap4{gap:25px}section.project .about .item .logo.gap5{gap:30px}section.project .about .item .logo img{width:100%;height:100%;height:auto;object-fit:cover;object-position:center}section.project article{margin:10px auto;max-width:800px}section.project article:first-child{margin-top:0;padding-top:40px}section.project article .item img{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width:574px){section.project article .item img{height:auto}}section.project article .item video{width:100%;height:100%;object-fit:cover;object-position:50% 10%}@media screen and (max-width:574px){section.project article .item.gc4{grid-template-columns:1fr 1fr}}section.project article .item.video{position:relative;height:500px}section.project article .item.video video{width:100%;height:100%;object-fit:cover;object-position:center}section.project article .item.item-floating.abastores div{position:relative;overflow:hidden}section.project article .item.item-floating.abastores .floating-bg{position:relative}section.project article .item.item-floating.abastores .floating-project{position:absolute;bottom:15px;width:auto;height:80%;transform:translate(50%, 0%);z-index:2}section.project article .item.item-floating.abastores .floating-project.at{top:0}section.project article .item.item-floating.abastores .floating-project.ab{bottom:0}section.project article .item.item-floating.abastores .floating-project.al{left:0}section.project article .item.item-floating.abastores .floating-project.ar{right:0}section.project article .item.poemario video{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:20rem;padding:20px}@media screen and (max-width:574px){section.project article .item.poemario video{width:100%;height:100%;padding:0}}@media screen and (min-width:800px){section.project article.freepik.grid{grid-template-columns:initial}section.project article.freepik.grid .item.grid{grid-template-columns:initial}section.project article.freepik.grid img{height:100%}}@media screen and (max-width:574px){section.project article.freepik{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik.cspan2,section.project article.freepik.rspan2,section.project article.freepik.rspan3{grid-column:span 1;grid-row:span 1}section.project article.freepik.grid,section.project article.freepik .grid.gc2,section.project article.freepik .grid.gc3,section.project article.freepik .grid.gc4{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik.grid .grid,section.project article.freepik .grid.gc2 .grid,section.project article.freepik .grid.gc3 .grid,section.project article.freepik .grid.gc4 .grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik.grid .cspan2,section.project article.freepik .grid.gc2 .cspan2,section.project article.freepik .grid.gc3 .cspan2,section.project article.freepik .grid.gc4 .cspan2,section.project article.freepik.grid.rspan2,section.project article.freepik .grid.gc2.rspan2,section.project article.freepik .grid.gc3.rspan2,section.project article.freepik .grid.gc4.rspan2,section.project article.freepik.grid.rspan3,section.project article.freepik .grid.gc2.rspan3,section.project article.freepik .grid.gc3.rspan3,section.project article.freepik .grid.gc4.rspan3{grid-column:span 1;grid-row:span 1}section.project article.freepik .item.cspan2,section.project article.freepik .item.rspan2,section.project article.freepik .item.rspan3{grid-column:span 1;grid-row:span 1}section.project article.freepik .item.grid,section.project article.freepik .item .grid.gc2,section.project article.freepik .item .grid.gc3,section.project article.freepik .item .grid.gc4{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik .item.grid .grid,section.project article.freepik .item .grid.gc2 .grid,section.project article.freepik .item .grid.gc3 .grid,section.project article.freepik .item .grid.gc4 .grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}section.project article.freepik .item.grid .cspan2,section.project article.freepik .item .grid.gc2 .cspan2,section.project article.freepik .item .grid.gc3 .cspan2,section.project article.freepik .item .grid.gc4 .cspan2,section.project article.freepik .item.grid.rspan2,section.project article.freepik .item .grid.gc2.rspan2,section.project article.freepik .item .grid.gc3.rspan2,section.project article.freepik .item .grid.gc4.rspan2,section.project article.freepik .item.grid.rspan3,section.project article.freepik .item .grid.gc2.rspan3,section.project article.freepik .item .grid.gc3.rspan3,section.project article.freepik .item .grid.gc4.rspan3{grid-column:span 1;grid-row:span 1}}@media screen and (max-width:574px){section.project article.freepik img{max-height:600px}}