.menu {
    background: #fff;
    top: 0;
    z-index: 6;
    transition: transform .7s cubic-bezier(.77, .2, .05, 1), background .7s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

@media (min-width: 768px) {
    .menu {
        z-index: 4
    }
}

.menu.hide-anima {
    transform: translateY(-120px)
}

@media (max-width: 768px) {
    .menu.menu-internas img {
        width: 180px !important
    }
}

.menu.menu-local-interna {
    background: #ff5900;
    padding-bottom: 0 !important
}

@media (max-width: 768px) {
    .menu.menu-local-interna img {
        width: 40px !important
    }
}

.menu.menu-local-interna .menu-int {
    border-bottom: 1px solid #000;
    padding-bottom: 10px
}

.menu.menu-local-interna .menu-int .apoie span {
    background: #fff;
    color: #ff5900
}

.menu h1 {
    font-family: Epilogue, sans-serif;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -.07em
}

.menu .menu-int .apoie span {
    background: #ff5900;
    color: #fff;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 14px
}

.menu .menu-int .search i {
    mask: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 21.417l-4.96-4.93a10.147 10.147 0 00-1.142-13.898 10.13 10.13 0 00-13.93.381 10.145 10.145 0 006.335 17.28c2.583.212 5.15-.574 7.172-2.197L21.418 23l.06-.06.173-.173.26-.26c.1-.1.202-.201.306-.307.203-.21.33-.33.55-.55l.233-.233zm-12.842-3.364a7.878 7.878 0 01-7.282-4.87 7.894 7.894 0 011.708-8.595 7.88 7.88 0 0113.456 5.577 7.89 7.89 0 01-2.309 5.578 7.88 7.88 0 01-5.573 2.31z' fill='%231A1A1A'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 21.417l-4.96-4.93a10.147 10.147 0 00-1.142-13.898 10.13 10.13 0 00-13.93.381 10.145 10.145 0 006.335 17.28c2.583.212 5.15-.574 7.172-2.197L21.418 23l.06-.06.173-.173.26-.26c.1-.1.202-.201.306-.307.203-.21.33-.33.55-.55l.233-.233zm-12.842-3.364a7.878 7.878 0 01-7.282-4.87 7.894 7.894 0 011.708-8.595 7.88 7.88 0 0113.456 5.577 7.89 7.89 0 01-2.309 5.578 7.88 7.88 0 01-5.573 2.31z' fill='%231A1A1A'/%3E%3C/svg%3E");
    display: block;
    background: #000;
    width: 23px;
    height: 23px;
    margin-top: 6px
}

.menu .menu-int .open-menu span {
    display: block;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.menu .menu-int .open-menu span:first-child {
    transform-origin: 0 0
}

.menu .menu-int .open-menu span:nth-last-child(2) {
    transform-origin: 0 100%
}

.menu .menu-zonabairro .bairro {
    font-size: 16px;
    line-height: 1;
    padding: 5px 20px
}

@media (min-width: 768px) {
    .menu .menu-zonabairro .bairro {
        font-size: 30px
    }
}

.menu .menu-zonabairro .zona {
    font-size: 16px !important;
    line-height: 1;
    padding: 4px 14px
}

@media (min-width: 768px) {
    .menu .menu-zonabairro .zona {
        font-size: 30px !important
    }
}

.menu .aniv-hover span {
    opacity: 0;
    font-family: Inter, monospace;
    font-weight: 700;
    margin-left: 15px;
    font-size: 16px;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    color: #2392c1
}

.menu .aniv-hover .frase-aniv {
    position: absolute;
    width: 200px;
    top: 20%;
    font-size: 20px
}

.menu .aniv-hover:hover span {
    opacity: 1
}

#resize-logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: top left;
    -webkit-transition: -moz-transform .3s ease-out;
    -moz-transition: -webkit-transform .3s ease-out
}

.menu-hide {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 40px 0 30px 30px;
    right: 0;
    top: 0;
    background: #000;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(100%, 0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    z-index: 0;
    height: calc(100vh - 40px);
    display: block
}

@media (max-width: 768px) {
    .menu-hide.menu-hide-int {
        height: calc(100vh - 40px)
    }
}

@media (min-width: 768px) {
    .menu-hide {
        z-index: 5;
        width: 590px;
        height: 100%;
        padding: 20px 0 30px 40px
    }
}

.menu-hide.open {
    transform: none;
    opacity: 1;
    z-index: 99999;
}

@media (max-width: 768px) {
    .menu-hide.open {
        display: block
    }
}

.menu-hide .close-menu {
    mask: url("data:image/svg+xml,%3Csvg width='38' height='39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='matrix(.6976 .71649 -.71165 .70254 0 1)' stroke='%23fff' d='M0-.5h51.641'/%3E%3Cpath transform='matrix(-.70466 .70955 -.70466 -.70955 36.746 1)' stroke='%23fff' d='M0-.5h51.637'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='38' height='39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='matrix(.6976 .71649 -.71165 .70254 0 1)' stroke='%23fff' d='M0-.5h51.641'/%3E%3Cpath transform='matrix(-.70466 .70955 -.70466 -.70955 36.746 1)' stroke='%23fff' d='M0-.5h51.637'/%3E%3C/svg%3E");
    background-color: #fff;
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 37px;
    height: 37px
}

@media (min-width: 768px) {
    .menu-hide .close-menu {
        mask: url("data:image/svg+xml,%3Csvg width='52' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M.357.65l50 51M51.354 1.354L.851 51.856'/%3E%3C/svg%3E");
        -webkit-mask: url("data:image/svg+xml,%3Csvg width='52' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M.357.65l50 51M51.354 1.354L.851 51.856'/%3E%3C/svg%3E");
        width: 51px;
        height: 51px;
        right: 45px
    }
}

.menu-hide .close-menu:hover {
    background-color: #ff5900
}

.menu-hide__principal {
    width: 180px
}

@media (min-width: 768px) {
    .menu-hide__principal {
        width: 250px
    }
}

.menu-hide__principal a {
    color: #fff;
    font-family: Inter, monospace;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #ff5900
}

@media (min-width: 768px) {
    .menu-hide__principal a {
        font-size: 22px
    }
}

.menu-hide__principal a.c-orange {
    color: #ff5900
}

.menu-hide__principal a:nth-child(12) {
    border-bottom: none
}

.menu-hide__principal a.apoie {
    background: #ff5900;
    color: #fff;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 768px) {
    .menu-hide__principal a.apoie {
        font-size: 22px
    }
}

.menu-hide__principal a:hover {
    color: #fff
}

.menu-hide__principal .social-mural .facebook i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M19.794.219H1.513a1.13 1.13 0 0 0-1.13 1.13V19.63a1.13 1.13 0 0 0 1.13 1.13h9.839V12.8h-2.67V9.72h2.67V7.407A3.74 3.74 0 0 1 15.337 3.3c.8-.005 1.598.036 2.393.123v2.773h-1.633c-1.294 0-1.54.617-1.54 1.51v1.982h3.08l-.4 3.082h-2.68v7.99h5.237a1.131 1.131 0 0 0 1.13-1.13V1.35a1.13 1.13 0 0 0-1.13-1.13Z'/%3E%3C/svg%3E")
}

@media (min-width: 768px) {
    .menu-hide__principal .social-mural .facebook i {
        width: 21px;
        height: 21px
    }
}

.menu-hide__principal .social-mural .twitter i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M20.733 2.277a8.72 8.72 0 0 1-2.424.657A4.242 4.242 0 0 0 20.168.603a8.431 8.431 0 0 1-2.68 1.027 4.211 4.211 0 0 0-7.19 3.841 11.955 11.955 0 0 1-8.679-4.406 4.273 4.273 0 0 0-.565 2.126 4.2 4.2 0 0 0 1.87 3.502 4.16 4.16 0 0 1-1.91-.524v.052a4.211 4.211 0 0 0 3.388 4.108c-.366.111-.746.17-1.13.175a5.028 5.028 0 0 1-.79-.072 4.221 4.221 0 0 0 3.933 2.917 8.442 8.442 0 0 1-6.224 1.746 11.883 11.883 0 0 0 6.46 1.9A11.904 11.904 0 0 0 18.68 4.999v-.545a8.659 8.659 0 0 0 2.054-2.177Z'/%3E%3C/svg%3E")
}

@media (min-width: 768px) {
    .menu-hide__principal .social-mural .twitter i {
        width: 21px
    }
}

@media (min-width: 768px) {
    .menu-hide__principal .social-mural .instagram i {
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M15.755 3.773a1.232 1.232 0 1 0 0 2.465 1.232 1.232 0 0 0 0-2.465ZM20.48 6.26a7.795 7.795 0 0 0-.473-2.496 5.073 5.073 0 0 0-1.191-1.818 4.826 4.826 0 0 0-1.818-1.18A7.497 7.497 0 0 0 14.502.28C13.414.22 13.064.22 10.271.22c-2.794 0-3.143 0-4.232.061a7.498 7.498 0 0 0-2.496.483 4.91 4.91 0 0 0-1.818 1.181 4.827 4.827 0 0 0-1.18 1.818A7.498 7.498 0 0 0 .061 6.26C0 7.348 0 7.697 0 10.49c0 2.794 0 3.143.062 4.232.017.853.18 1.697.482 2.496.251.687.655 1.309 1.181 1.818a4.91 4.91 0 0 0 1.818 1.18 7.498 7.498 0 0 0 2.496.483c1.089.062 1.438.062 4.232.062 2.793 0 3.143 0 4.231-.062a7.497 7.497 0 0 0 2.496-.482 4.827 4.827 0 0 0 1.818-1.181 4.981 4.981 0 0 0 1.191-1.818c.293-.8.453-1.644.473-2.496 0-1.089.061-1.438.061-4.232 0-2.793 0-3.142-.061-4.231Zm-1.849 8.34a5.764 5.764 0 0 1-.35 1.91c-.163.447-.427.85-.77 1.181-.333.34-.736.602-1.18.77a5.76 5.76 0 0 1-1.911.35c-1.027.051-1.407.061-4.108.061-2.701 0-3.081 0-4.109-.061a5.883 5.883 0 0 1-1.992-.308 3.36 3.36 0 0 1-1.13-.77 3.082 3.082 0 0 1-.76-1.182 5.69 5.69 0 0 1-.41-1.951c0-1.027-.062-1.407-.062-4.109 0-2.7 0-3.08.061-4.108a5.69 5.69 0 0 1 .36-1.951c.18-.434.458-.82.811-1.13a3.225 3.225 0 0 1 1.13-.822 5.885 5.885 0 0 1 1.951-.349c1.027 0 1.407-.062 4.109-.062 2.7 0 3.08 0 4.108.062a5.762 5.762 0 0 1 1.91.35c.467.172.886.454 1.223.82.336.316.599.702.77 1.13.228.626.346 1.286.349 1.952.051 1.027.062 1.407.062 4.108 0 2.702-.01 3.082-.062 4.109Zm-8.36-9.377a5.269 5.269 0 1 0 5.279 5.268 5.26 5.26 0 0 0-5.28-5.268Zm0 8.689a3.42 3.42 0 1 1 0-6.841 3.42 3.42 0 0 1 0 6.84Z'/%3E%3C/svg%3E");
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M15.755 3.773a1.232 1.232 0 1 0 0 2.465 1.232 1.232 0 0 0 0-2.465ZM20.48 6.26a7.795 7.795 0 0 0-.473-2.496 5.073 5.073 0 0 0-1.191-1.818 4.826 4.826 0 0 0-1.818-1.18A7.497 7.497 0 0 0 14.502.28C13.414.22 13.064.22 10.271.22c-2.794 0-3.143 0-4.232.061a7.498 7.498 0 0 0-2.496.483 4.91 4.91 0 0 0-1.818 1.181 4.827 4.827 0 0 0-1.18 1.818A7.498 7.498 0 0 0 .061 6.26C0 7.348 0 7.697 0 10.49c0 2.794 0 3.143.062 4.232.017.853.18 1.697.482 2.496.251.687.655 1.309 1.181 1.818a4.91 4.91 0 0 0 1.818 1.18 7.498 7.498 0 0 0 2.496.483c1.089.062 1.438.062 4.232.062 2.793 0 3.143 0 4.231-.062a7.497 7.497 0 0 0 2.496-.482 4.827 4.827 0 0 0 1.818-1.181 4.981 4.981 0 0 0 1.191-1.818c.293-.8.453-1.644.473-2.496 0-1.089.061-1.438.061-4.232 0-2.793 0-3.142-.061-4.231Zm-1.849 8.34a5.764 5.764 0 0 1-.35 1.91c-.163.447-.427.85-.77 1.181-.333.34-.736.602-1.18.77a5.76 5.76 0 0 1-1.911.35c-1.027.051-1.407.061-4.108.061-2.701 0-3.081 0-4.109-.061a5.883 5.883 0 0 1-1.992-.308 3.36 3.36 0 0 1-1.13-.77 3.082 3.082 0 0 1-.76-1.182 5.69 5.69 0 0 1-.41-1.951c0-1.027-.062-1.407-.062-4.109 0-2.7 0-3.08.061-4.108a5.69 5.69 0 0 1 .36-1.951c.18-.434.458-.82.811-1.13a3.225 3.225 0 0 1 1.13-.822 5.885 5.885 0 0 1 1.951-.349c1.027 0 1.407-.062 4.109-.062 2.7 0 3.08 0 4.108.062a5.762 5.762 0 0 1 1.91.35c.467.172.886.454 1.223.82.336.316.599.702.77 1.13.228.626.346 1.286.349 1.952.051 1.027.062 1.407.062 4.108 0 2.702-.01 3.082-.062 4.109Zm-8.36-9.377a5.269 5.269 0 1 0 5.279 5.268 5.26 5.26 0 0 0-5.28-5.268Zm0 8.689a3.42 3.42 0 1 1 0-6.841 3.42 3.42 0 0 1 0 6.84Z'/%3E%3C/svg%3E");
        width: 21px;
        height: 21px
    }
}

.menu-hide__principal .social-mural .linkedin i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none'%3E%3Cpath fill='%23fff' d='M18.61 0H5.195A4.792 4.792 0 0 0 .402 4.792v13.416A4.792 4.792 0 0 0 5.194 23h13.417a4.792 4.792 0 0 0 4.791-4.792V4.792A4.792 4.792 0 0 0 18.611 0ZM8.07 18.208H5.194V7.667h2.875v10.541ZM6.632 6.452A1.684 1.684 0 0 1 4.954 4.76c0-.933.752-1.69 1.678-1.69.925 0 1.677.757 1.677 1.69 0 .933-.75 1.69-1.677 1.69Zm12.937 11.756h-2.875v-5.37c0-3.228-3.833-2.983-3.833 0v5.37H9.986V7.667h2.875v1.691c1.337-2.478 6.708-2.661 6.708 2.373v6.477Z'/%3E%3C/svg%3E")
}

@media (min-width: 768px) {
    .menu-hide__principal .social-mural .linkedin i {
        width: 23px;
        height: 22px
    }
}

.menu-hide__principal .social-mural .whats i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23fff' d='m0 22 1.554-5.65A10.839 10.839 0 0 1 .092 10.9C.095 4.89 5.01 0 11.046 0c2.93 0 5.68 1.137 7.749 3.197A10.813 10.813 0 0 1 22 10.91c-.003 6.01-4.916 10.901-10.954 10.901-1.833 0-3.639-.458-5.239-1.327L0 22Zm6.076-3.49c1.544.912 3.017 1.459 4.966 1.46 5.018 0 9.106-4.065 9.109-9.062.001-5.006-4.067-9.066-9.101-9.067-5.022 0-9.107 4.064-9.108 9.06-.001 2.04.6 3.567 1.608 5.165l-.92 3.344 3.446-.9Zm10.488-5.008c-.068-.114-.25-.182-.525-.319-.274-.136-1.62-.795-1.87-.886-.251-.09-.434-.136-.617.137-.182.272-.707.886-.867 1.068-.159.181-.32.204-.593.067-.273-.136-1.156-.423-2.2-1.352-.814-.722-1.364-1.614-1.523-1.887-.16-.272-.017-.42.12-.556.123-.121.273-.318.41-.477.14-.158.184-.272.276-.454.092-.181.046-.34-.023-.477-.069-.136-.616-1.477-.843-2.023-.223-.53-.449-.459-.616-.467l-.525-.01c-.183 0-.48.069-.73.342s-.958.931-.958 2.272c0 1.341.981 2.636 1.117 2.818.138.181 1.93 2.933 4.676 4.113.653.28 1.163.448 1.56.574.656.207 1.252.178 1.724.108.526-.078 1.62-.66 1.848-1.295.228-.637.228-1.183.159-1.296Z'/%3E%3C/svg%3E")
}

@media (min-width: 768px) {
    .menu-hide__principal .social-mural .whats i {
        width: 22px;
        height: 22px
    }
}

.menu-hide__principal .social-mural .youtube i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M23.866 3.978c0-.21-.314-1.884-1.047-2.617C21.877.314 20.83.209 20.307.209h-.105C16.957 0 12.142 0 12.038 0c0 0-4.92 0-8.165.21h-.105c-.523 0-1.57.104-2.512 1.15C.523 2.199.21 3.874.21 4.083.21 4.187 0 6.072 0 8.06v1.78c0 1.988.21 3.873.21 3.977 0 .21.313 1.884 1.046 2.617.838.942 1.884 1.047 2.512 1.151h.314c1.885.21 7.642.21 7.851.21 0 0 4.92 0 8.165-.21h.104c.524-.104 1.57-.209 2.513-1.15.732-.838 1.046-2.513 1.046-2.722 0-.105.21-1.99.21-3.978v-1.78c.104-1.884-.105-3.873-.105-3.977ZM16.12 9.107l-6.28 3.35c-.105 0-.105.104-.21.104s-.21 0-.21-.105c-.104-.104-.209-.209-.209-.418V5.234c0-.21.105-.314.21-.419.104-.105.314-.105.523 0l6.28 3.35c.21.104.315.209.315.418 0 .21-.21.42-.419.524Z'/%3E%3C/svg%3E");
    width: 21px;
    height: 16px;
    background-color: transparent;
    -webkit-background-size: cover !important;
    background-size: cover !important
}

@media (min-width: 768px) {
    .menu-hide__principal .social-mural .youtube i {
        width: 24px;
        height: 18px
    }
}

.menu-hide__principal .social-mural .tiktok i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M15.75 7.382a7.387 7.387 0 0 1-4.318-1.38v6.284a5.716 5.716 0 1 1-4.931-5.664v3.16a2.624 2.624 0 1 0 1.837 2.504V0h3.094c-.002.261.02.522.066.78a4.295 4.295 0 0 0 1.895 2.82 4.27 4.27 0 0 0 2.356.709v3.073Z'/%3E%3C/svg%3E");
    width: 16px;
    height: 18px;
    background-color: transparent
}

.menu-hide__sub a {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff
}

@media screen and (min-width: 768px) {
    .menu-hide__sub a {
        font-size: 14px
    }
}

.menu-hide__sub a:hover {
    color: #ff5900;
    border-bottom: 1px solid #ff5900
}

.menu-hide__sub a.apoie {
    background: #ff5900;
    color: #fff;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-size: 20px;
    border: none
}

@media (min-width: 768px) {
    .menu-hide__sub a.apoie {
        font-size: 18px;
        padding: 2px 10px
    }
}

@media screen and (max-width: 768px) {
    .menu-hide {
        transform: none;
        opacity: 0;
        display: none
    }
}

.menu-mobile {
    background: #000;
    height: 40px;
    width: 100%;
    z-index: 6;
    transform: translateY(150px);
    transition: transform 1s cubic-bezier(.77, .2, .05, 1)
}

.menu-mobile.active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.menu-mobile__int .itens {
    border-right: 1px solid #fff
}

.menu-mobile__int .itens:last-child {
    border: none
}

.menu-mobile__int .itens i {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto
}

.menu-mobile__int .tijolo i {
    background-image: url(tijolinho.png);
    width: 39px;
    height: 29px
}

.menu-mobile__int .apoie {
    padding-top: 12px
}

.menu-mobile__int .apoie .int {
    background: #ff5900;
    width: 55px;
    height: 20px;
    line-height: 17px
}

.menu-mobile__int .apoie .int span {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em;
    font-size: 10px
}

.menu-mobile__int .share {
    padding-top: 9px
}

.menu-mobile__int .share input {
    opacity: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 17px;
    top: 5px
}

.menu-mobile__int .share .share-icon {
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6.333a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5ZM4.5 12.75a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5ZM15.5 19.166a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5ZM6.875 11.384l6.26 3.648M13.127 4.967 6.875 8.615' stroke='%23fff' stroke-width='1.667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6.333a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5ZM4.5 12.75a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5ZM15.5 19.166a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5ZM6.875 11.384l6.26 3.648M13.127 4.967 6.875 8.615' stroke='%23fff' stroke-width='1.667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #fff;
    width: 20px;
    height: 21px
}

.menu-mobile__int .search {
    padding-top: 9px
}

.menu-mobile__int .search i {
    mask: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18 16.761-3.882-3.858a7.94 7.94 0 0 0-.894-10.877 7.928 7.928 0 0 0-10.901.299 7.94 7.94 0 0 0 4.958 13.522 7.927 7.927 0 0 0 5.612-1.718L16.762 18l.047-.047.135-.136.204-.203.24-.24c.158-.165.258-.259.43-.43L18 16.76ZM7.95 14.129a6.165 6.165 0 0 1-5.7-3.811A6.177 6.177 0 0 1 3.588 3.59a6.167 6.167 0 0 1 10.53 4.365c0 1.638-.65 3.208-1.807 4.365A6.166 6.166 0 0 1 7.95 14.13Z' fill='%23fff'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18 16.761-3.882-3.858a7.94 7.94 0 0 0-.894-10.877 7.928 7.928 0 0 0-10.901.299 7.94 7.94 0 0 0 4.958 13.522 7.927 7.927 0 0 0 5.612-1.718L16.762 18l.047-.047.135-.136.204-.203.24-.24c.158-.165.258-.259.43-.43L18 16.76ZM7.95 14.129a6.165 6.165 0 0 1-5.7-3.811A6.177 6.177 0 0 1 3.588 3.59a6.167 6.167 0 0 1 10.53 4.365c0 1.638-.65 3.208-1.807 4.365A6.166 6.166 0 0 1 7.95 14.13Z' fill='%23fff'/%3E%3C/svg%3E");
    background-color: #fff;
    width: 18px;
    height: 18px
}

.menu-mobile__int .open-menu .hamburguer {
    margin-top: 10px
}

.menu-mobile__int .open-menu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px auto;
    position: relative;
    background: #fff;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.menu-mobile__int .open-menu span:first-child {
    transform-origin: 0 0
}

.menu-mobile__int .open-menu span:nth-last-child(2) {
    transform-origin: 0 100%
}

.apoiepop {
    font-family: "Space Mono", monospace;
    background: #fff;
    width: 305px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
}

@media (min-width: 768px) {
    .apoiepop {
        width: 565px
    }
}

.apoiepop .close {
    mask: url("data:image/svg+xml,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='m.357.65 16.667 17M17.354 1.354.519 18.188'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='m.357.65 16.667 17M17.354 1.354.519 18.188'/%3E%3C/svg%3E");
    display: block;
    background-color: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px
}

@media (min-width: 768px) {
    .apoiepop .close {
        mask: url("data:image/svg+xml,%3Csvg width='30' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='m.357.65 28.431 29M29.354 1.354.636 30.071'/%3E%3C/svg%3E");
        -webkit-mask: url("data:image/svg+xml,%3Csvg width='30' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='m.357.65 28.431 29M29.354 1.354.636 30.071'/%3E%3C/svg%3E");
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px
    }
}

.apoiepop h3 {
    font-weight: 700;
    color: #ff5900;
    font-size: 20px
}

@media (min-width: 768px) {
    .apoiepop h3 {
        font-size: 27px
    }
}

.apoiepop p {
    font-weight: 400;
    color: #000;
    font-size: 14px
}

.apoiepop p.desc {
    letter-spacing: .03em;
    line-height: 145%
}

.apoiepop p.deta {
    font-size: 12px;
    letter-spacing: .05em
}

.apoiepop p.color {
    font-size: 12px;
    letter-spacing: .05em;
    color: #ff5900
}

.apoiepop span {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 14px
}

.apoiepop .btn {
    width: 260px;
    background: #000;
    color: #fff;
    font-size: 11px;
    letter-spacing: .03em;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    border-radius: 0
}

@media (min-width: 768px) {
    .apoiepop .btn {
        font-size: 14px;
        width: 340px
    }
}

.apoiepop .btn i {
    display: block;
    mask: url("data:image/svg+xml,%3Csvg width='41' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.354 4.354a.5.5 0 0 0 0-.708L37.172.464a.5.5 0 1 0-.707.708L39.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h40v-1H0v1Z' fill='%23fff'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='41' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.354 4.354a.5.5 0 0 0 0-.708L37.172.464a.5.5 0 1 0-.707.708L39.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h40v-1H0v1Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 41px;
    height: 8px;
    background-color: #fff
}

.share-list-mobile {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    background: #000;
    left: 49%;
    display: none
}

.share-list-mobile.open {
    display: block
}

.share-list-mobile__list a i {
    display: block;
    background-color: #fff;
    margin: auto
}

.share-list-mobile__list a.link.copy:before {
    opacity: 1
}

.share-list-mobile__list a.link:before {
    content: "Copiado";
    display: block;
    color: #fff;
    position: absolute;
    top: -40px;
    background: #000;
    padding: 5px;
    left: -7px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}

.share-list-mobile__list a.link i {
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.881 9.821-5.644 5.645a3.762 3.762 0 0 0-1.11 2.679c0 1.013.394 1.964 1.11 2.68a3.766 3.766 0 0 0 2.679 1.109 3.763 3.763 0 0 0 2.679-1.11l5.645-5.645a3.785 3.785 0 0 0 .71-4.375l-1.24 1.24a2.203 2.203 0 0 1-.594 2.01l-5.787 5.787-.004-.004c-.412.36-.932.556-1.479.556a2.166 2.166 0 0 1-2.178-2.2c.006-.54.202-1.051.557-1.457l-.004-.003.08-.08.032-.033.01-.01.019-.02 5.644-5.644a2.184 2.184 0 0 1 2.004-.597l1.24-1.241a3.791 3.791 0 0 0-1.69-.396 3.766 3.766 0 0 0-2.679 1.11ZM19.84 3.778a3.763 3.763 0 0 0-1.11-2.68 3.762 3.762 0 0 0-2.68-1.11 3.762 3.762 0 0 0-2.678 1.11L7.726 6.744a3.786 3.786 0 0 0-.712 4.373l1.187-1.187a2.256 2.256 0 0 1 .515-1.918l-.004-.003.078-.08.032-.031.01-.01.019-.02 5.644-5.644a2.184 2.184 0 0 1 1.554-.643c.588 0 1.14.228 1.555.643a2.2 2.2 0 0 1 0 3.109l-5.786 5.786-.004-.004a2.236 2.236 0 0 1-1.915.513l-1.187 1.187a3.794 3.794 0 0 0 4.372-.712l5.645-5.645a3.766 3.766 0 0 0 1.11-2.68Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.881 9.821-5.644 5.645a3.762 3.762 0 0 0-1.11 2.679c0 1.013.394 1.964 1.11 2.68a3.766 3.766 0 0 0 2.679 1.109 3.763 3.763 0 0 0 2.679-1.11l5.645-5.645a3.785 3.785 0 0 0 .71-4.375l-1.24 1.24a2.203 2.203 0 0 1-.594 2.01l-5.787 5.787-.004-.004c-.412.36-.932.556-1.479.556a2.166 2.166 0 0 1-2.178-2.2c.006-.54.202-1.051.557-1.457l-.004-.003.08-.08.032-.033.01-.01.019-.02 5.644-5.644a2.184 2.184 0 0 1 2.004-.597l1.24-1.241a3.791 3.791 0 0 0-1.69-.396 3.766 3.766 0 0 0-2.679 1.11ZM19.84 3.778a3.763 3.763 0 0 0-1.11-2.68 3.762 3.762 0 0 0-2.68-1.11 3.762 3.762 0 0 0-2.678 1.11L7.726 6.744a3.786 3.786 0 0 0-.712 4.373l1.187-1.187a2.256 2.256 0 0 1 .515-1.918l-.004-.003.078-.08.032-.031.01-.01.019-.02 5.644-5.644a2.184 2.184 0 0 1 1.554-.643c.588 0 1.14.228 1.555.643a2.2 2.2 0 0 1 0 3.109l-5.786 5.786-.004-.004a2.236 2.236 0 0 1-1.915.513l-1.187 1.187a3.794 3.794 0 0 0 4.372-.712l5.645-5.645a3.766 3.766 0 0 0 1.11-2.68Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 22px;
    height: 22px
}

.share-list-mobile__list a.mail:after {
    display: none
}

.share-list-mobile__list a:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 20px;
    height: 1px;
    display: block;
    margin: 10px 0;
    background: #fff
}

html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    margin-top: 0 !important
}

body {
    -webkit-font-smoothing: antialiased;
    height: auto
}


i.logo {
    background: url(logo.png);
    width: 110px;
    height: 113px
}

a {
    text-decoration: none;
}

.search-flutuante {
    background: #000;
    z-index: 99999;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translateY(-400px);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in;
    top: 65px
}

@media (min-width: 768px) {
    .search-flutuante {
        top: 0
    }
}

.search-flutuante .close-search {
    mask: url("data:image/svg+xml,%3Csvg width='52' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M.357.65l50 51M51.354 1.354L.851 51.856'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='52' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M.357.65l50 51M51.354 1.354L.851 51.856'/%3E%3C/svg%3E");
    background-color: #fff;
    display: block;
    width: 51px;
    height: 51px;
    float: right;
    margin-right: 25px
}

.search-flutuante .close-search:hover {
    background-color: #ff5900
}

.search-flutuante form {
    margin: 75px 0
}

.search-flutuante form input {
    width: 60%;
    background: 0 0;
    border: none;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .05em;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 5px
}

.search-flutuante form input::placeholder {
    color: #838383
}

.search-flutuante form input:focus {
    outline: 0
}

.search-flutuante form i {
    mask: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 21.417l-4.96-4.93a10.147 10.147 0 00-1.142-13.898 10.13 10.13 0 00-13.93.381 10.145 10.145 0 006.335 17.28c2.583.212 5.15-.574 7.172-2.197L21.418 23l.06-.06.173-.173.26-.26c.1-.1.202-.201.306-.307.203-.21.33-.33.55-.55l.233-.233zm-12.842-3.364a7.878 7.878 0 01-7.282-4.87 7.894 7.894 0 011.708-8.595 7.88 7.88 0 0113.456 5.577 7.89 7.89 0 01-2.309 5.578 7.88 7.88 0 01-5.573 2.31z' fill='%231A1A1A'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 21.417l-4.96-4.93a10.147 10.147 0 00-1.142-13.898 10.13 10.13 0 00-13.93.381 10.145 10.145 0 006.335 17.28c2.583.212 5.15-.574 7.172-2.197L21.418 23l.06-.06.173-.173.26-.26c.1-.1.202-.201.306-.307.203-.21.33-.33.55-.55l.233-.233zm-12.842-3.364a7.878 7.878 0 01-7.282-4.87 7.894 7.894 0 011.708-8.595 7.88 7.88 0 0113.456 5.577 7.89 7.89 0 01-2.309 5.578 7.88 7.88 0 01-5.573 2.31z' fill='%231A1A1A'/%3E%3C/svg%3E");
    display: inline-block;
    background: #fff;
    width: 23px;
    height: 23px;
    transform: translate(-30px, 5px)
}