.webfooter{background-color:var(--primary-color);height:auto;padding:0;position:relative}.footer{position:relative;overflow:hidden;color:var(--white);background-color:var(--azul);font-weight:400}.footer__top{padding-block:80px}@media screen and (min-width: 576px){.footer__top{margin-block-end:0}}.footer__top-wrapper{position:relative;z-index:2}.footer__about-logo svg{margin-bottom:20px}.footer__about-moto{margin-bottom:30px;color:var(--background-gris-claro)}@media screen and (min-width: 768px){.footer__about-moto{max-inline-size:40ch;margin-block-end:32px}}@media screen and (min-width: 1400px){.footer__about-moto{max-inline-size:38ch}}@media screen and (min-width: 768px){.footer__about-moto--min{max-inline-size:40ch}}@media screen and (min-width: 1400px){.footer__about-moto--min{max-inline-size:28ch!important}}.footer__links-tittle h4{color:var(--white);margin-bottom:20px}@media screen and (min-width: 576px){.footer__links-tittle h4{margin-block-end:20px}}.footer__linklist{list-style:none;padding:0;margin:0}.footer__linklist-item:not(:last-child){margin-bottom:12px}.footer__linklist-item p{color:var(--text-color)}.footer__linklist-item a{transition:.3s ease-in-out;color:var(--celeste-claro);position:relative;display:inline-block}.footer__linklist-item a:hover{color:var(--white)}.footer__bottom{background:#29292c33}.footer__bottom-wrapper{display:flex;padding:25px 0;gap:20px;color:var(--text-color-dark2);font-size:16px}@media screen and (min-width: 576px){.footer__bottom-wrapper{display:flex;justify-content:space-between}}@media screen and (min-width: 992px){.footer__bottom-wrapper{flex-direction:row-reverse!important}}.footer__bottom-copyright{color:var(--celeste-claro);margin-bottom:20px;display:inline-flex;align-items:center}@media screen and (min-width: 576px){.footer__bottom-copyright{margin-block-end:0}}.footer__bottom-copyright p a{color:var(--celeste-claro);transition:all .3s ease-in-out}.footer__bottom-copyright p a:hover{color:var(--white)}.footer .newsletter__form{border-radius:7px!important}.social{display:flex;align-items:center;list-style:none;padding:0;margin-bottom:0;gap:10px}@media screen and (min-width: 768px){.social{gap:15px}}.social__link{display:grid;place-items:center;text-align:center;height:40px;width:40px;border-radius:8px;background:var(--brand-color);transition:all .2s linear;font-size:18px}.social__link svg,.social__link i{color:var(--white)!important;transition:all .2s linear}.social__link:hover{background-color:var(--secondary-color)}.social__link--style2{background:#ffffff0a}.social__link--style3{background-color:#c4f3b680}.main-navbar{background-color:var(--primary-color)}.nav-link{color:var(--white)}@-webkit-keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(100%);transform:translate(100%)}to{opacity:1;-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(100%);transform:translate(100%)}to{opacity:1;-webkit-transform:translateX(0%);transform:translate(0)}}@-webkit-keyframes slideRight{0%{opacity:1;-webkit-transform:translateX(0%);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes slideRight{0%{opacity:1;-webkit-transform:translateX(0%);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(100%);transform:translate(100%)}}.header{width:100%;height:auto;padding-block:.75rem;margin:0 auto;z-index:999;border:none;outline:none;background:var(--white);-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}@media screen and (min-width: 1200px){.header{padding-block:1.25rem;overflow:initial}}@media screen and (min-width: 992px){.header{padding-block:1.65rem}}.header.fixed{position:sticky;top:0;width:100%}.header-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative}@media screen and (min-width: 1200px){.header-wrapper{position:relative}}.header-brand{display:flex}.header-brand-link svg{max-width:150px}@media screen and (min-width: 1200px){.header-brand-link svg{max-width:200px}}.header-navbar{display:flex;flex:0 0 100%;order:3;justify-content:flex-end;position:absolute;top:100%;left:0;width:100%;z-index:999}@media screen and (min-width: 1200px){.header-navbar{position:static;flex:0 0 55%;order:unset;justify-content:flex-end}}@media screen and (min-width: 1400px){.header-navbar{flex:0 0 60%;order:unset;justify-content:flex-end}}.header-action{display:flex;align-items:center;justify-content:end}@media screen and (min-width: 1200px){.header-action{gap:10px}}@media screen and (min-width: 1400px){.header-action{gap:15px}}.header-action-btn{display:flex;align-items:center;justify-content:center;position:relative;width:48px;background-color:var(--bg-color);border-radius:50%;transition:all .3s ease}.header-action-btn i,.header-action-btn svg{font-size:1.25rem;color:var(--title-color);transition:all .3s ease}.header-action-btn:hover{background-color:var(--var(--title-color))!important;color:var(--white)!important}.header-action-btn:hover i,.header-action-btn:hover svg{color:var(--white)}.header-action .menu-icon{display:flex;align-items:center;justify-content:center;position:relative;font-size:1.35rem;gap:1rem;border:none;outline:none;color:var(--title-color);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.header-action .search-icon{margin-left:20px}@media screen and (min-width: 1200px){.header-action .search-icon{margin-left:0}}.header .menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;overflow:hidden;transform:translate(-100%);transition:all .3s ease;margin-inline:auto;display:flex;flex-direction:column}@media screen and (min-width: 1200px){.header .menu{position:static;width:auto;transform:initial;display:block}}.header .menu.active{transform:translate(0)}.header .menu .menu-mobile-header{background-color:var(--azul);position:relative;display:flex;align-items:center;justify-content:space-between;height:73px;top:0;z-index:501}@media screen and (min-width: 1200px){.header .menu .menu-mobile-header{display:none}}.header .menu .menu-mobile-header.active .menu-mobile-arrow{display:block}.header .menu .menu-mobile-header .menu-mobile-arrow{flex:0 0 73px;height:73px;display:none;background-color:var(--celeste);font-size:1.25rem;line-height:3.125rem;cursor:pointer;border:none;color:var(--white);text-align:center}.header .menu .menu-mobile-header .menu-mobile-title{flex:1 1 auto;height:73px}.header .menu .menu-mobile-header .menu-mobile-close{flex:0 0 73px;height:73px;display:grid;place-items:center;font-size:1.5rem;cursor:pointer;background-color:var(--celeste);border:none;color:var(--white);text-align:center}.header .menu .menu-section{overflow:hidden;background-color:var(--white);flex:1 1 auto}@media screen and (max-width: 991px){.header .menu .menu-section{height:initial;overflow:hidden}}@media screen and (min-width: 1200px){.header .menu .menu-section{display:flex;align-items:center;justify-content:center;gap:1.5rem}}.header .menu .menu-section>.menu-section-item,.header .menu .menu-section>.menu-section-has-children{display:block;border-bottom:1px solid rgba(41,41,44,.2)}@media screen and (min-width: 1200px){.header .menu .menu-section>.menu-section-item,.header .menu .menu-section>.menu-section-has-children{border-bottom:none}}.header .menu .menu-section>.menu-section-item>.submenu,.header .menu .menu-section>.menu-section-has-children>.submenu{position:absolute;width:250px;height:auto;border:none;outline:none;z-index:500;opacity:0;visibility:hidden;border-radius:.25rem;border-top:3px solid var(--celeste);background:var(--white);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;top:90px}@media screen and (max-width: 1199px){.header .menu .menu-section>.menu-section-item>.submenu,.header .menu .menu-section>.menu-section-has-children>.submenu{display:none;top:0;left:0;max-width:none;min-width:auto;width:100%;height:100%;margin:0;padding:1rem;opacity:1;overflow-y:auto;visibility:visible;transform:translate(0);-webkit-transform:translateX(0%);-ms-transform:translateX(0%);box-shadow:none;-webkit-box-shadow:none}}.header .menu .menu-section>.menu-section-item>.submenu.megamenu,.header .menu .menu-section>.menu-section-has-children>.submenu.megamenu{padding:1.5rem;width:100%;left:50%;transform:translate(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}@media screen and (min-width: 1400px){.header .menu .menu-section>.menu-section-item>.submenu.megamenu,.header .menu .menu-section>.menu-section-has-children>.submenu.megamenu{max-height:calc(100vh - 180px)}}@media screen and (max-width: 1199px){.header .menu .menu-section>.menu-section-item>.submenu.megamenu,.header .menu .menu-section>.menu-section-has-children>.submenu.megamenu{position:absolute;display:none;top:0;left:0;max-width:none;min-width:auto;width:100%;height:100%;margin:0;padding:1rem;padding-top:73px;opacity:1;overflow-y:auto;visibility:visible;transform:translate(0);box-shadow:none}}.header .menu .menu-section>.menu-section-item>.submenu.active,.header .menu .menu-section>.menu-section-has-children>.submenu.active{display:block}.header .menu .menu-section>.menu-section-item:hover .submenu,.header .menu .menu-section>.menu-section-has-children:hover .submenu{opacity:1;visibility:visible}@media screen and (min-width: 1200px){.header .menu .menu-section>.menu-section-item:hover .submenu,.header .menu .menu-section>.menu-section-has-children:hover .submenu{top:75px}}.header .menu .menu-section .menu-section-item-link{margin:0;padding:16px;position:relative;display:block;border:none;outline:none;color:var(--gris-oscuro);text-transform:capitalize;text-rendering:optimizeLegibility;transition:all .3s ease-in-out}.header .menu .menu-section .menu-section-item-link>i,.header .menu .menu-section .menu-section-item-link>svg{position:absolute;top:50%;right:20px;text-align:center;transform:translateY(-50%) rotate(-90deg);color:currentColor}@media screen and (min-width: 1200px){.header .menu .menu-section .menu-section-item-link{padding:0;height:initial;display:inline-block}.header .menu .menu-section .menu-section-item-link span{margin-block-start:3px}.header .menu .menu-section .menu-section-item-link>i,.header .menu .menu-section .menu-section-item-link>svg{position:static;transform:initial;font-size:14px;transition:all .3s ease-out}}.header .menu .menu-section .menu-section-item-link:hover{color:var(--celeste)}@media screen and (min-width: 1200px){.header .menu .menu-section .menu-section-item-link:hover>i,.header .menu .menu-section .menu-section-item-link:hover>svg{transform:rotate(180deg)}}.header .menu-mobile-trigger{position:relative;display:block;cursor:pointer;width:1.5rem;height:1.25rem;border:none;outline:none;margin-left:1.25rem;background:none;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}.header .menu-mobile-trigger span{display:block;position:absolute;width:100%;height:3px;left:0;border:none;outline:none;opacity:1;border-radius:.25rem;background:var(--title-color);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;overflow:hidden}.header .menu-mobile-trigger span:nth-child(1){top:0}.header .menu-mobile-trigger span:nth-child(2),.header .menu-mobile-trigger span:nth-child(3){top:.5rem}.header .menu-mobile-trigger span:nth-child(4){top:1rem}@media screen and (min-width: 1200px){.header .menu-mobile-trigger{display:none}}.header .menu-mobile-trigger--style-2 span{background-color:var(--white)!important}.megamenu{overflow-y:auto}.megamenu-col{margin-top:12px;flex:0 0 100%}.megamenu-col:first-child .megamenu-card{background-color:var(--celeste-claro)}.megamenu-col:nth-child(2) .megamenu-card{background-color:var(--verde-claro)}.megamenu-col:last-child .megamenu-card{background-color:var(--lila)}@media screen and (min-width: 1200px){.megamenu-col{margin-top:0;flex:0 0 auto}}.megamenu-card{padding:24px;height:100%;border-radius:.5rem}.megamenu-item-list{padding-top:24px;display:flex;flex-direction:column;gap:16px;transition:all .3s ease}.megamenu-item-list.collapsed{display:none}@media screen and (min-width: 1200px){.megamenu-item-list{display:flex!important}}.megamenu-item-list-link{width:100%;display:flex;justify-content:start;align-items:center;gap:15px;color:var(--gris-oscuro);border:none!important}.megamenu-item-list-link span:first-child{flex:0 0 16px}.megamenu-item-list-link span:last-child{flex:1 1 auto}.megamenu-item-list-link:hover{color:var(--celeste)}.megamenu-header{cursor:pointer;margin:0;padding-bottom:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(41,41,44,.2);color:var(--gris-oscuro);transition:all .3s ease}@media screen and (min-width: 1200px){.megamenu-header{cursor:default}}.megamenu-header-arrow{transform:rotate(180deg);transition:all .3s ease}@media screen and (min-width: 1200px){.megamenu-header-arrow{display:none}}.megamenu-header.collapsed{border-bottom:none;padding-bottom:0}@media screen and (min-width: 1200px){.megamenu-header.collapsed{padding-bottom:16px;border-bottom:1px solid rgba(41,41,44,.2)}}.megamenu-header.collapsed .megamenu-header-arrow{transform:rotate(0)}
