div.helper.top { margin-top: 775px; position: relative }

div.helper.top.smaller { margin-top: 900px; position: relative }

header.header { 
    height:auto; width:100%; 
    margin-top:0;
    z-index: 100;
    padding:0;
    padding-top: 10px;
    top:0;
    left:0;
    height: 103px;
    background-color:rgba(255,255,255,.85);
	position:relative
}

header.header * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:white; 
}
header.header div.in{ 
    margin:0 auto; width:1200px; 
    overflow:visible; 
    max-width: 100% 
}
header.header div#logo { 
    margin: 0 auto; width:175px;
    clear: none;
    float: left;
    left: 0;
}
header.header div.logo img { padding:0; margin:0!important; width: 100%; float:left  }
header.header menu.menu { 
    position:relative; bottom:0; margin: 0; margin-top:46px; padding:0px; 
    width:65%; float:right; font-weight: bolder; 
    margin-right:100px
}
header.header menu.menu li { 
    border:none;
    width:16.66%;
    float: left;
    position: relative;
}
header.header menu.menu li a{ 
    padding: 12px;
    display: block;
    color:var(--blue);
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 18px
}
header.header menu.menu a:hover {
    background-color: var(--main);
    text-decoration: none;
    color:white
}
header.header menu.menu div.in { 
    margin-top:-5px
}

header.header menu.menu li { 
    background-color: var(--blue-lgt)
}
header.header menu.menu menu.sub { 
    position: absolute; top:50px; left:0; width:120%; z-index: 10; box-shadow: 15px 15px 0 rgba(0,0,0,.05);
    background-color: white; display: none;
}
header.header menu.menu menu.sub li { 
    width: 100%
}

header.header menu.menu menu.sub li a { 
    color:var(--blue)
}

header.header menu.menu li:hover menu.sub { 
    display: block
}

header.header div.menu div.in menu.menu li a { color:rgb(0,100,200); padding: 5px; }

header.header address { float: right; margin:0 20px; margin-top:25px; }

header.header address i { color:rgb(0,150,250); font-size:30px; float: left; margin-right:9px;  }

header.header address span  { float: left; font-style: normal; color:rgb(0,150,250); text-align:right }

header.header a.tel { float: right; margin-top:25px; margin-right:25px;  }

header.header a.tel i{ font-size:30px; float: left; margin-right:7px; }

header.header a.tel span{ font-size:18px; top:3px; position: relative }

header.header a.tel span span{ font-size:18px; top:-2px; }

header.header p strong{ margin-top:-5px; display: inline-table }

header.header div.social { position: fixed; right: 10px; top:30px; z-index: 10; background-color: rgba(255,255,255,.75); padding:10px; padding-bottom: 0; display: none }

header.header div.social a { display:block; margin-bottom: 8px }

header.header div.social a i { font-size: 22px }

header.header div.social a i.fa-facebook-square { color:rgb(130,90,165) }

header.header div.social a i.fa-instagram { color:rgb(235,40,145) }

header.header div.social a i.fa-twitter { color:rgb(255,205,40); }

header.header div.social a i.fa-youtube { color:rgb(70,180,85); }

header.header a#logo-white{ display:none }

header.header div.horario { 
	float:right; position:relative; margin:30px 0; margin-top:35px; margin-right: 35px; padding: 0; background-color: transparent; width: 275px; 
}

header.header div.horario { 
	margin:15px auto; margin-top:15px; margin-right: 35px;
}

div.horario strong{ color:rgb(130,90,165); font-size: 13px; display: block; text-align: right; float:right; text-transform:uppercase;  }

div.horario span{ 
  color:rgb(130,90,165); font-size: 15px;
  display: block; float:right; text-align: right; margin-right: 3px
}

div.horario i{ 
  color:white; font-size: 26px;
  display: block; float:left; background-color: rgb(130,90,165); padding: 14px 16px; border-radius: 100%;
    box-shadow: 7px 7px 0 rgba(0,0,0,.1);
    margin-top:-5px
}

header.header div.half p { font-size: 16px; color:white; text-align: left; font-weight: lighter; width:90%; float:left; margin:5px }

header.header div.half fieldset { 
width:90%; height: 360px; background-color: lightgreen; float: right; 
box-shadow: 15px 15px 0 rgba(0,0,0,.1);
padding:0 9px
}

header.header menu.menu menu.sub a:hover {
    background-color: var(--blue-lgt);
}

header.header div.faixa { 
    width: 100%; 
    background-color:rgb(70,180,85); height:30px;
    margin-bottom:5px;
    position: relative;
    overflow: hidden;
}

header.header div.faixa div.col { 
    width:25%; float: left; height:30px
}

div.faixa a.tel  { float:left; margin:3px 20px; font-size: 12px }

div.faixa a.tel i { 
    font-size: 14px; margin:6px 5px
}

div.faixa a.tel span { 
    font-size: 12px
}

header.header.smaller { 
    margin:0; padding:0; border:none; 
    z-index:1000; height: 40px; background-color: white;
    box-shadow: 0 15px 0 rgba(0,0,0,.05);
    position: fixed;
    background-color: var(--blue-lgt)
}

header.header.smaller:after {
  content: none;
}

header.header.smaller #logo { margin: 0; height: 25px; overflow: hidden; top:4px; width: 100px }

header.header.smaller a#logo-white{ display:block; width:30px; float:left; margin-top: 3px }

header.header.smaller div.faixa, header.header.smaller div#faixa{ display: none }

header.header.smaller div.newsletter, header.header.smaller a#logo  { 
    display: none!important;
}

header.header.smaller div.half, header.header.smaller div.clear{ display: none; }

header.header.smaller menu.menu { 
    margin: 0;  padding:0px; 
    width:65%; float:right;
    margin-right:100px
}

header.header.smaller menu.menu a {
    padding:9px; 
}

header.header.smaller div.menu  { margin:0; padding:5px; padding-top:8px!important; } 

header.header.smaller div.menu menu { margin:0;  }

header.header.smaller div.menu menu li { border-color: white; display: block!important; }

header.header.smaller div.menu menu li a { 
  color: white;
}

header.header menu li div menu{ 
        position: absolute; top:15px; left:0; display: table; 
        overflow: hidden; padding:0; padding-top:5px; display: none; width:200px 
}

header.header .mobile{ display:none }

@media screen and (max-width: 1100px) {	
	  header.header  { 
        height:auto!important;
    }
    header.header:after { top:0 }
    header.header .mobile{ display:block }
    header.header menu.menu { 
        width: 100%;
        background-color: var(--blue);
        top:25px;
        margin:0!important; 
        box-shadow: 0 15px 0 rgba(0,0,0,.3);
        height: auto
    }
    header.header menu.menu i {
        display: block;
        padding: 0;
        margin: 5px
    }
 
    
    header.header #faixa { display: none }
    
    #logo { position: relative; }
    
    header.header a#logo-white { 
        max-height: 40px;
        position: static;
        margin:0!important;
    }
    
    header.header a#logo-white img{ 
        max-height: 100%;
        max-width: 35px;
        width: 100%;
        margin:0!important;
        float: left
        
    }
    
    header.header div.social { 
       height:auto;
        position: static;
        overflow: hidden;
        width: 100%;
    }
    
    header.header div.social a { 
       float: left;
        width: 25%
    }
    
    header.header div.in { 
       height:auto;
    }    
    header.header menu.menu div.in { 
        display:none
    }    
    header.header menu.menu li { 
        width:100%;
        float:none;
        border-bottom:1px solid white;
    }
    header.header menu.menu li a.header {
        background-color: rgba(0,0,0,.1);
        padding: 5px;
    }
    header.header menu.menu li menu.sub { 
        display: block;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        width: 100%;
    }
    header.header menu.menu li menu.sub a{ 
        background-color: rgba(0,0,0,.03);
    }
    header.header menu.menu i { 
        font-size:30px;
        margin-bottom:10px;
        cursor: pointer
    }    
    header.header div.faixa:before  {
      content: none;
    }
    header.header div.faixa div.col { 
        float: left!important;
    }
    header.header div.faixa div.col a.tel { 
        display: none;
    }
}