﻿/*#region HEADER */
header .container
{
    padding: 30px 10px;
}
div { border: 0px solid #333; }


.img-contato 
{
    padding: 0px;
    margin-top: 40px;
    float: left;
}
.showd {
    display: block !important;
}

.showmbl, .showm {
    display: none !important;
}

.telefones 
{
    position: relative;
}

.telefones ul 
{
    float: left;
}

.telefones ul:before 
{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    padding: 0px;
}

.telefones ul li 
{
    display: block;        
    font-family: 'caviar_dreamsregular', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;    
    color: #f58537;    
}

.telefones ul li:nth-of-type(1)
{
    color: #a6a6a6;     
    font-size: 0.9em;   
    text-align: center;
    font-weight: normal;
    padding-right: 10px;
}

.telefones ul li:nth-of-type(2) 
{
    background: url(../Imagens/Layout/icone-telefone.png) left center no-repeat;
    padding-left: 45px;
}

.telefones ul li:nth-of-type(3) 
{
    background: url(../Imagens/Layout/icone-whatsapp.png) left center no-repeat;
    padding-left: 45px;
}

.telefones ul li:nth-of-type(4), .telefones ul li:nth-of-type(5)
{
    background: url(../Imagens/Layout/mail.png) left 4px center no-repeat;
    padding-left: 45px;
}

.telefones ul li:nth-of-type(5) a
{
    font-size: 12px;
}

.telefones ul li:nth-of-type(4) a
{
    top: 0 !important;
    margin-top: 80px !important;
    right:auto;
    position:unset;
    display:unset;
}

.telefones > a 
{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.menu 
{
    background-color: #8c8c8c;    
}

.menu .container 
{
    padding: 0 0px;
}

.menu p 
{
    font-family: 'caviar_dreamsregular', sans-serif;
    color: #fff;
    padding: 10px 0;
}

.menu li 
{
    position: relative;
    display: inline-block;
    margin-left: -3px;
    background: #7c7c7c; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#8c8c8c, #838383, #737373); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#8c8c8c, #838383, #737373); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#8c8c8c, #838383, #737373); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#8c8c8c, #838383, #737373); /* Standard syntax */
    border-right: 1px solid #575757;
}

.menu li:last-child 
{
    border-right: 0;
}

.menu li:hover 
{
    background: #ed6414; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#fac030, #eb7f26, #ed6414); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fac030, #eb7f26, #ed6414); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fac030, #eb7f26, #ed6414); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fac030, #eb7f26, #ed6414); /* Standard syntax */
}

.menu li a
{
    color: #fff;        
    display: block;
    padding: 9px 20px;
    font-size: 1.2em;   
    text-decoration: none;
}

.menu li ul 
{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;    
}

.menu li ul li 
{
    display: block;
    margin-left: 0;
    border: 1px solid #575757;
}
.menu li:hover> ul 
{
    display: block;
}
.menu .row div {
        max-height: 44px;

}
/*#endregion */

/*#region FOOTER */
footer 
{
    background-color: #dedede;
    border-top: 10px solid #f58539;
    padding-top: 10px;
    color: #f58539;
}

footer ul
{
    text-align: justify;
}

footer ul:after
{
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 0;
}

footer ul li 
{
    display: inline-block;
}

footer ul li img 
{
    vertical-align: middle;
    margin-right: 10px;
}

footer ul li a 
{
    font-family: 'arial_rounded_mtregular', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #f58539;
}
/*#endregion */


@media (max-width:1023px){
    /*#region HEADER */
header .container
{
    padding: 30px 0px;
}
body, html 
{
    background: #eeeeee !important;
    background-image: none;
    font-family: Calibri, Arial, 'Helvetica Neue', sans-serif;
}    
    .hidembl, .showd {
        display: none !important;
    }
    .showmbl, .showm {
        display: block !important;
    }
    .logo {
        padding: 0px !important;
        margin: 0px !important;
        margin-left: 10px !important;
        text-align: left;
        max-width: 220px;
        min-width: 180px;
    }
    .img-contato 
    {
        text-align: right;
        display: inline;
        position: absolute;
        top: 10px;
        right: 50px;
        padding: 0px;
        margin-top: 40px;
        float: none;       
    }   
     .banner-arezzo2 
{
    display: block;
    max-width: 100px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.metria .principal 
{
    margin-bottom: 30px;
}
.metria .sidebar 
{
    background-image: none;
    padding-left: 0px;
}



}



@media (max-width:400px){

    .logo {
        padding: 0px !important;
        margin: 0px !important;
        margin-left: 0px !important;
        text-align: right;
        max-width: 200px !important;
    }

}