.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-atual {
    color: #F6D10E;
}
.menu-atual-loja {
    background-color: #FE0000;
   box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 6px #FE0000;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Montserrat', sans-serif;    color: #0F0101;
}

p {
    font-size: 1.25rem;
}

h1, h2, h6 {
    font-family: 'Montserrat', sans-serif;}

h1  {
    font-size: 3rem;
    line-height: 1.1em;
    max-width: max-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

h1:after, h4:after {
    content: "";
    position: absolute;
    left: 30px;
    width: 80px;
    display: block;
    height: 8px;
    margin-top: 5px;
    background: #F6D10E;
}

h3 {
    font-size: 0.9rem;
    line-height: 1.4em;
    letter-spacing: 4px;
    font-family: 'Montserrat', sans-serif;    max-width: max-content;
    background: rgba(51, 77, 152, .1);
}

h4 {
    font-family: 'Montserrat', sans-serif;    font-size: 1.75rem;
    line-height: 1.3em;
    max-width: max-content;
    position: relative;
}

h5 {
    font-size: 1rem;
    font-weight: 700;
}


.whatsapp img, .phone img, .instagram img {
    max-width: 30px;
}


.whatsapp {
    background: #26EC22;
    display: grid;
    width: 60px;
    height: 50px;
    justify-content: center;
    align-content: center;
    padding: 7.5px;
    box-shadow: 0px 0px 0px 3.5px #fff, 0px 0px 0px 5px #26EC22;
    border-radius: 50%;
}

.phone {
    background: #334D98;
    display: grid;
    width: 60px;
    justify-content: center;
    align-content: center;
    height: 50px;
    padding: 7.5px;
    box-shadow: 0px 0px 0px 3.5px #fff, 0px 0px 0px 5px #334D98;
    border-radius: 50%;
}

.instagram {
    background: linear-gradient(126.22deg, #9C399F 5.28%, #E44E5F 36.42%, #F0723C 61.24%, #E14568 99.45%);
    display: grid;
    width: 60px;
    justify-content: center;
    align-content: center;
    height: 50px;
    padding: 7.5px;
    box-shadow: 0px 0px 0px 3.5px #fff, 0px 0px 0px 5px #E14568;
    border-radius: 50%;
}

.btn {
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;    color: #fff;
    background: #334D98;
    max-width: max-content;
    padding: 12px 20px;
    font-size: 1.125rem;
}

.whats-fixed {
    position: fixed;
    bottom: 40px;
    right: 40px;
    animation: move 3s infinite;
    z-index: 222;
    max-width: 65px;
  }
  
  @keyframes move {
    25%{
       transform: translateX(-10px);  }
    50%{
      transform: translateX(0px);  
    }
    75%{
      transform: translateX(10px); 
    }
    100%{
      transform: translateX(0px); 
    }
  }

@media only screen and (min-width: 751px) and (max-width: 1000px) {
    h4 {
        font-size: 1.5rem;
    }
}


@media only screen and (max-width: 750px){
    h1:after{
        content: "";
        position: relative;
        left: inherit;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        display: block;
        height: 8px;
        margin-top: 20px;
        background: #F6D10E;
    }

    h4 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 0.7rem;
    }

    h1  {
        font-size: 2.5rem;
        line-height: 1.1em;
        max-width: max-content;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}