﻿

/* Important styles */

@media (max-width:1920px) {
    #toggle {
        display: block;
        position:relative;
        width: 28px;
        height: 30px;
        margin: -3% auto 0px;
        margin-left: 78%;
    }
}

@media (max-width:1370px) {
    #toggle {
        display: block;
        position:relative;
        width: 28px;
        height: 30px;
        margin: -3.7% auto 0px;
        margin-left: 78%;
    }
}

@media (max-width:767px) {
    #toggle {
        display: block;
        width: 28px;
        height: 30px;
        margin: -30% auto 0px;
        margin-left:5%;
    }
}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: absolute;
  display: block;
}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #e5b347;
  transition: all 0.5s;
  backface-visibility: hidden;
  border-radius: 1px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menutoggle {
  opacity: 1;
  visibility: visible;
}
/* menu appearance*/

@media (max-width:1920px) {
    #menutoggle {
        font-weight: 600;
        position: absolute;
        color: #e5b347;
        width: 100.6%;
        height: 1080px;
        padding: 0px;
        margin-left: -1%;
        margin-top: 20px;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
        text-align: center;
        border-radius: 0px;
        background: rgba(255,255,255, 0.95);
        /* just for this demo */
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s;
    }
}

@media (max-width:1370px) {
    #menutoggle {
        font-weight: 600;
        position: absolute;
        color: #e5b347;
        width: 100.6%;
        height: 600px;
        padding: 0px;
        margin-left: -1%;
        margin-top: 20px;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
        text-align: center;
        border-radius: 0px;
        background: rgba(255,255,255, 0.95);
        /* just for this demo */
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s;
    }
}

@media (max-width:767px) {
  #menutoggle{
  position: absolute;
  color: #e5b347;
  width: 100.6%;
  height:1350px;
  padding: 0px;
  margin-left:-10%;
  margin-top:0px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 0px;
  background: rgba(255,227,0, 0.9);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s;
    }
}
#menutoggle{
color:#e5b347;
}
#menutoggle:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  border-left: 0 solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid white;
}
#menutoggle ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menutoggle li a {
  padding: 5px;
  color: #e5b347;
  text-decoration: none;
  transition: all .5s;
}
#menutoggle li p {
  border-bottom: 1px solid #cd9934;
}
#menutoggle li a:hover,
#menutoggle li a:focus {
  color: #000000;
  text-decoration:none;
}
/* demo styles */
#menutoggle body { margin-top: 0; background: #eee; color: #e5b347; font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif; }
#menutoggle p, p a { font-size: 12px;text-align: left; color: #888; }


.estiloToggleTitulo{
    margin-top:100px;
    font-weight:bold;
    margin-bottom:40px;
    font-size:large;
}

.estiloToggleItens{
    padding-top:10px;
    margin-left:0px;
    font-size:small;
}

    @media (max-width:1920px) {
        .estiloToggleItensBarra {
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #e5b347;
            width: 400px;
            margin-left: 750px;
        }
    }

     @media (max-width:1370px) {

.estiloToggleItensBarra {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5b347;
    width: 400px;
    margin-left: 470px;

}
}

