File: /home/wwgoat/.trash/header.php
<?php /**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Nineteen
* @since Twenty Nineteen 1.0
*/ ?>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title> <?php bloginfo('name'); ?> </title>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="apple-touch-icon" sizes="57x57" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://<?= $_SERVER['HTTP_HOST']; ?>/goat/wp-content/themes/goat/assets/img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/favicon-16x16.png">
<link rel="manifest" href="https://<?= $_SERVER['HTTP_HOST']; ?>/goat/wp-content/themes/goat/assets/img/manifest.json">
<meta name="msapplication-TileImage" content="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/img/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Overpass:wght@100&family=Raleway:ital,wght@0,400;0,700;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/css/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://<?= $_SERVER['HTTP_HOST']; ?>/wp-content/themes/goat/assets/css/style.css" type="text/css"/>
<?php wp_head(); ?>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand d-ipad-none" href="/">
<svg width="152" height="57" viewBox="0 0 152 57" fill="none" xmlns="http://www.w3.org/2000/svg">
<path style="fill: var(--color-text)" d="M24.8476 28.9682C21.9133 32.1834 18.542 33.8066 14.7337 33.8066C12.6111 33.8066 10.6445 33.3383 8.86522 32.4331C7.08593 31.5278 5.52515 30.3104 4.2141 28.8121C2.90304 27.3137 1.87293 25.5969 1.12376 23.6927C0.374588 21.7886 0 19.822 0 17.8242C0 15.7328 0.374586 13.7038 1.09254 11.7996C1.8105 9.86426 2.84062 8.17861 4.12045 6.71149C5.4315 5.24436 6.96106 4.08939 8.74035 3.21535C10.5196 2.34132 12.455 1.9043 14.5464 1.9043C16.076 1.9043 17.4807 2.06038 18.7605 2.40375C20.0404 2.74712 21.1641 3.21535 22.163 3.80845C23.1619 4.40154 24.0047 5.15071 24.7227 5.99353C25.4407 6.83635 26.065 7.77281 26.5644 8.77171L24.1608 10.3637C23.1307 8.39713 21.7884 6.99243 20.134 6.05597C18.4796 5.15072 16.6067 4.68248 14.5152 4.68248C12.7671 4.68248 11.2064 5.05706 9.80168 5.80624C8.39698 6.55541 7.21079 7.52309 6.2119 8.74049C5.213 9.9579 4.46382 11.3626 3.93316 12.9546C3.40249 14.5466 3.12155 16.1698 3.12155 17.8554C3.12155 19.6347 3.43372 21.3204 4.02681 22.9123C4.6199 24.5043 5.46272 25.909 6.52405 27.0952C7.58538 28.2814 8.834 29.2491 10.2699 29.967C11.7058 30.685 13.2666 31.0284 14.9522 31.0284C16.7627 31.0284 18.4796 30.6226 20.134 29.7798C21.7884 28.9369 23.3492 27.5947 24.8476 25.753V20.5087H17.8553V18.1052H27.4697V33.5881H24.8476V28.9682Z" fill="black"/>
<path style="fill: var(--color-text)" d="M46.5422 33.7753C44.3571 33.7753 42.3593 33.3383 40.5176 32.4331C38.7071 31.5278 37.1463 30.3416 35.8352 28.8433C34.5242 27.3449 33.5253 25.6281 32.8074 23.7239C32.0894 21.7885 31.746 19.822 31.746 17.8242C31.746 15.7327 32.1206 13.7037 32.8698 11.7996C33.6189 9.86423 34.6803 8.17858 35.9913 6.71145C37.3336 5.24432 38.8944 4.05814 40.7049 3.1841C42.5154 2.31007 44.4507 1.87305 46.5734 1.87305C48.7585 1.87305 50.7563 2.34128 52.598 3.27775C54.4085 4.21421 55.9693 5.43162 57.2491 6.92997C58.5289 8.42831 59.5278 10.1452 60.2458 12.0493C60.9637 13.9535 61.3071 15.8888 61.3071 17.8866C61.3071 19.9781 60.9325 22.0071 60.1833 23.9112C59.4342 25.8466 58.4041 27.5322 57.093 28.9993C55.782 30.4665 54.2212 31.6214 52.4107 32.4955C50.569 33.3383 48.6336 33.7753 46.5422 33.7753ZM34.8676 17.8242C34.8676 19.541 35.1485 21.1955 35.7104 22.7562C36.2723 24.3482 37.0839 25.7529 38.114 26.9703C39.1441 28.1877 40.3615 29.1866 41.7974 29.9046C43.2021 30.6225 44.7941 30.9971 46.5422 30.9971C48.3215 30.9971 49.9135 30.6225 51.3806 29.8422C52.8165 29.0618 54.0651 28.0629 55.064 26.8143C56.0629 25.5656 56.8433 24.1609 57.4052 22.6002C57.9671 21.0394 58.2168 19.4474 58.2168 17.8242C58.2168 16.1073 57.9358 14.4529 57.3427 12.8921C56.7809 11.3001 55.9693 9.92666 54.9391 8.70925C53.909 7.49185 52.6916 6.52416 51.2557 5.8062C49.851 5.08825 48.259 4.71366 46.5422 4.71366C44.7629 4.71366 43.1709 5.08825 41.7038 5.83742C40.2679 6.58659 39.0192 7.58549 38.0203 8.83411C37.0214 10.0827 36.241 11.4874 35.6792 13.0482C35.1485 14.609 34.8676 16.201 34.8676 17.8242Z" fill="black"/>
<path style="fill: var(--color-text)" d="M75.7916 2.09155H78.4137L91.493 33.588H88.2154L84.1261 23.7551H69.9855L65.9587 33.588H62.6186L75.7916 2.09155ZM83.4394 21.2891L77.1026 5.71256L70.6722 21.2891H83.4394Z" fill="black"/>
<path style="fill: var(--color-text)" d="M115.28 4.83851H104.073V33.588H100.983V4.83851H89.7766V2.09155H115.311V4.83851H115.28Z" fill="black"/>
<path style="fill: var(--color-text)" d="M145.527 16.7627C145.933 15.7638 146.151 14.7025 146.151 13.6412V10.2075L149.148 13.2042C149.398 13.4539 149.741 13.61 150.116 13.61H151.333L150.802 13.0793C150.053 12.3301 149.616 11.3 149.585 10.2387V10.145L151.052 8.67792C151.177 8.55306 151.271 8.36576 151.271 8.17847V7.14836C151.271 6.96107 151.208 6.77377 151.052 6.64891L148.929 4.52625C148.211 3.80829 147.275 3.4025 146.276 3.4025H146.214L143.435 0.62431C143.03 0.218509 142.53 0 141.968 0C141.968 0 141.968 0 141.937 0C141.375 0 140.845 0.218511 140.408 0.655528L139.346 1.71685H140.158C140.938 1.71685 141.687 2.02901 142.218 2.59089L142.967 3.4025H139.346L140.595 4.65112C140.907 4.96327 141.313 5.11935 141.719 5.11935H142.749L139.346 8.52184C138.222 9.6456 136.724 10.2699 135.132 10.2699L122.271 10.3011C119.431 10.3011 117.152 12.6111 117.152 15.4517V20.5398L115.935 21.7572C115.654 22.0382 115.466 22.444 115.466 22.8498V34.181H118.806L117.402 32.7139C117.246 32.5578 117.152 32.3081 117.152 32.0583V28.3125C117.152 27.657 117.402 27.0639 117.839 26.6268L121.46 23.0058C121.959 22.5064 122.615 22.2255 123.301 22.2255H135.85V34.1498H139.221L137.785 32.7139C137.598 32.5266 137.504 32.3081 137.504 32.0583V25.6904L137.567 25.6279L142.655 20.4774L143.685 19.4473C144.528 18.6357 145.121 17.7616 145.527 16.7627Z" fill="black"/>
<path style="fill: var(--color-text)" d="M141.095 23.8486V34.0873H144.435L143.03 32.6202C142.874 32.4641 142.78 32.2144 142.78 31.9959V22.0693L141.095 23.8486Z" fill="black"/>
<path style="fill: var(--color-text)" d="M122.272 31.9959V29.4987C122.272 29.2177 122.397 28.9368 122.584 28.7183L128.078 23.2244H123.989C123.302 23.2244 122.646 23.5053 122.147 23.9735L120.555 25.5655V34.0561H123.989L122.553 32.6202C122.365 32.4954 122.272 32.2456 122.272 31.9959Z" fill="black"/>
<path style="fill: var(--color-text)" d="M112.406 48.2278H115.559L114.029 44.2634L112.406 48.2278Z" fill="black"/>
<path style="fill: var(--color-text)" d="M16.4808 44.7316C16.1998 44.4194 15.8565 44.1697 15.4507 44.0136C15.0449 43.8263 14.5766 43.7639 14.0772 43.7639H12.0794V50.8811H14.046C14.5766 50.8811 15.0449 50.7874 15.4507 50.6001C15.8565 50.4128 16.1998 50.1631 16.4808 49.8509C16.7617 49.5388 16.949 49.1642 17.1051 48.7272C17.2612 48.2902 17.3236 47.8219 17.3236 47.2913C17.3236 46.7606 17.2612 46.2924 17.1051 45.8554C16.949 45.4183 16.7305 45.0438 16.4808 44.7316Z" fill="black"/>
<path style="fill: var(--color-text)" d="M1.30966 38.3325V56.2814H148.928V38.3325H1.30966ZM18.4158 49.2892C18.1973 49.8823 17.8851 50.3817 17.4793 50.8187C17.0735 51.2557 16.574 51.5679 16.0122 51.7864C15.4503 52.0049 14.7948 52.1298 14.0768 52.1298H10.7055V42.453H14.0768C14.8572 42.453 15.5127 42.5778 16.1058 42.8276C16.6989 43.0773 17.1984 43.4206 17.5729 43.8577C17.9475 44.2947 18.2597 44.7941 18.447 45.3872C18.6343 45.9803 18.7279 46.6046 18.7279 47.2602C18.7279 48.0405 18.6343 48.6961 18.4158 49.2892ZM34.9288 52.1298H33.5241V42.453H34.9288V52.1298ZM58.2155 52.1298H56.9982V51.006C56.1866 51.7864 55.2501 52.1922 54.22 52.1922C53.5644 52.1922 52.9714 52.0361 52.4095 51.7552C51.8476 51.4743 51.3793 51.0997 50.9735 50.6314C50.5677 50.1632 50.2556 49.6638 50.0371 49.0707C49.8186 48.4776 49.6937 47.8845 49.6937 47.2602C49.6937 46.6046 49.8186 45.9803 50.0371 45.4184C50.2556 44.8253 50.5677 44.3259 50.9735 43.8577C51.3793 43.4206 51.8476 43.0461 52.4095 42.7963C52.9714 42.5466 53.5644 42.3905 54.22 42.3905C55.1564 42.3905 55.9368 42.5778 56.5299 42.9836C57.123 43.3582 57.5912 43.8889 57.9034 44.5132L57.9346 44.6068L56.8421 45.356L56.7796 45.2624C56.4987 44.7317 56.1241 44.3259 55.6871 44.0762C55.2189 43.8264 54.7194 43.7016 54.1575 43.7016C53.6893 43.7016 53.2835 43.7952 52.9089 44.0137C52.5343 44.201 52.2222 44.482 51.9412 44.8253C51.6603 45.1687 51.473 45.5433 51.3169 45.9803C51.1608 46.4173 51.0984 46.8856 51.0984 47.3538C51.0984 47.8533 51.1921 48.3215 51.3481 48.7585C51.5042 49.1955 51.7539 49.5701 52.0349 49.9135C52.3158 50.2568 52.6592 50.5066 53.0338 50.6939C53.4084 50.8812 53.8454 50.9748 54.2824 50.9748C55.2501 50.9748 56.1553 50.5066 56.9669 49.5389V48.3839H54.9379V47.2602H58.1843V52.1298H58.2155ZM74.5413 52.1298H73.1366V42.453H74.5413V52.1298ZM96.954 43.764H93.6764V52.161H92.2717V43.764H88.9941V42.4842H96.9228V43.764H96.954ZM117.026 52.1298L115.902 49.3516H112.062L110.97 52.1298H109.471L113.436 42.453H114.591L118.524 52.1298H117.026ZM139.563 52.1298H132.883V42.453H134.288V50.8499H139.563V52.1298Z" fill="black"/>
</svg>
</a>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="row d-contents">
<div class="col col-12 col-sm-9 col-md-9 col-lg-9 col-le-100">
<div class="navbar-nav">
<div class="row">
<div class="col col-12 col-md-2 col-lg-2">
<a class="nav-item nav-link mx-3 text-center active" href="/">
<svg width="24" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 22V12H15V22" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</div>
<div class="col col-12 col-md-10 col-lg-10">
<a class="nav-item nav-link mx-3" href="/performance"> GOAT Performance </a>
<a class="nav-item nav-link mx-3" href="/sales"> GOAT Sales </a>
<a class="nav-item nav-link mx-3" href="/contato"> Contato </a>
</div>
</div>
</div>
</div>
<div class="col col-12 col-sm-3 col-md-3 col-lg-3 text-right d-none d-md-inline-block d-ipad-none --contact">
<a class="text-decoration-none m-left-20" href="https://www.facebook.com/goatdigitalmkt" title="facebook" target="_blank">
<svg class="px-1" width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18 2H15C13.6739 2 12.4021 2.52678 11.4645 3.46447C10.5268 4.40215 10 5.67392 10 7V10H7V14H10V22H14V14H17L18 10H14V7C14 6.73478 14.1054 6.48043 14.2929 6.29289C14.4804 6.10536 14.7348 6 15 6H18V2Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<a class="text-decoration-none" href="https://www.instagram.com/goatdigital.ag" title="instagram" target="_blank" style="margin-right: 25px;">
<svg class="px-1" width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.4746 2.81201H7.47461C4.71319 2.81201 2.47461 5.05059 2.47461 7.81201V17.812C2.47461 20.5734 4.71319 22.812 7.47461 22.812H17.4746C20.236 22.812 22.4746 20.5734 22.4746 17.812V7.81201C22.4746 5.05059 20.236 2.81201 17.4746 2.81201Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.4746 12.1821C16.598 13.0143 16.4558 13.8643 16.0683 14.6111C15.6808 15.3579 15.0677 15.9635 14.3162 16.3417C13.5647 16.72 12.713 16.8517 11.8823 16.718C11.0517 16.5843 10.2843 16.1922 9.6894 15.5972C9.09448 15.0023 8.70229 14.2349 8.56863 13.4043C8.43496 12.5736 8.56663 11.722 8.94489 10.9704C9.32315 10.2189 9.92875 9.60581 10.6755 9.21831C11.4223 8.83081 12.2723 8.68866 13.1046 8.81207C13.9535 8.93795 14.7394 9.33353 15.3463 9.94038C15.9531 10.5472 16.3487 11.3331 16.4746 12.1821Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.9746 7.31201H17.9846" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<a class="text-decoration-none d-none" href="#" title="twitter">
<svg class="px-1" width="25" height="25" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23 1.01006C22.0424 1.68553 20.9821 2.20217 19.86 2.54006C19.2577 1.84757 18.4573 1.35675 17.567 1.13398C16.6767 0.911216 15.7395 0.967251 14.8821 1.29451C14.0247 1.62177 13.2884 2.20446 12.773 2.96377C12.2575 3.72309 11.9877 4.62239 12 5.54006V6.54006C10.2426 6.58562 8.50127 6.19587 6.93101 5.4055C5.36074 4.61513 4.01032 3.44869 3 2.01006C3 2.01006 -1 11.0101 8 15.0101C5.94053 16.408 3.48716 17.109 1 17.0101C10 22.0101 21 17.0101 21 5.51006C20.9991 5.23151 20.9723 4.95365 20.92 4.68006C21.9406 3.67355 22.6608 2.40277 23 1.01006V1.01006Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<a class="text-decoration-none d-none" href="#" title="youtube">
<svg class="px-1" width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.54 6.42C22.4212 5.94541 22.1792 5.51057 21.8386 5.15941C21.498 4.80824 21.0707 4.55318 20.6 4.42C18.88 4 12 4 12 4C12 4 5.11996 4 3.39996 4.46C2.92921 4.59318 2.50194 4.84824 2.16131 5.19941C1.82068 5.55057 1.57875 5.98541 1.45996 6.46C1.14518 8.20556 0.991197 9.97631 0.999961 11.75C0.988741 13.537 1.14273 15.3213 1.45996 17.08C1.59092 17.5398 1.83827 17.9581 2.17811 18.2945C2.51794 18.6308 2.93878 18.8738 3.39996 19C5.11996 19.46 12 19.46 12 19.46C12 19.46 18.88 19.46 20.6 19C21.0707 18.8668 21.498 18.6118 21.8386 18.2606C22.1792 17.9094 22.4212 17.4746 22.54 17C22.8523 15.2676 23.0063 13.5103 23 11.75C23.0112 9.96295 22.8572 8.1787 22.54 6.42V6.42Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.75 15.02L15.5 11.75L9.75 8.47998V15.02Z" stroke="#D71059" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<a class="text-decoration-none btn-mode mx-1 d-none" data-mode="white" title="white" onclick="_home.modeActive(this)">
<img src="https://goatdigital.com.br/wp-content/themes/goat/assets/img/sol.png" alt="white">
</a>
<a class="text-decoration-none btn-mode mx-1 active d-none" data-mode="dark" title="dark" onclick="_home.modeActive(this)">
<img src="https://goatdigital.com.br/wp-content/themes/goat/assets/img/lua.png" alt="dark">
</a>
<span class="text-mode d-none" style="margin-right: 20px;"> <b> Dark Mode </b> </span>
</div>
</div>
</div>
</nav>
</header>