/*	Less Framework 4 with 16/24 type presets
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/



/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video
{
    display: block;
}

a img
{
    border: 0;
}

p
{
    line-height: 1.5em;
}

/*	Typography presets
	------------------	*/

.gigantic
{
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge, h1
{
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -1px;
}

.large, h2
{
    font-size: 42px;
    line-height: 48px;
}

.bigger, h3
{
    font-size: 26px;
    line-height: 36px;
}

.big, h4
{
    font-size: 22px;
    line-height: 30px;
}
.page
{
    margin: 0 auto;
}
body
{
    background-image: url("bg.jpg");
    background-repeat: repeat;
    font: 16px Microsoft sans serif, Arial, sans serif;
}

.small, small
{
    font-size: 14px;
    line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection
{
    background: rgb(255,255,158);
}
::-moz-selection
{
    background: rgb(255,255,158);
}
img::selection
{
    background: transparent;
}
img::-moz-selection
{
    background: transparent;
}
body
{
    -webkit-tap-highlight-color: rgb(255,255,158);
}
#logo
{
    float: left;
    width: 170px;
    margin-right: 20px;
}
#content
{
    background-color: #fff;
    float: left;
    width: 594px;
    margin: 10px 0 0 20px;
    padding: 20px;
    min-height: 400px;
}
.header-menu
{
    height: 20px;
    display: inline-block;
    float: left;
    color: #adadad;
    margin: 0px 10px;
    font-size: .875em;
}
#menu-produtos
{
    width: 242px;
}
.produtos
{
    width: 100%;
    height: 75px;
    margin-top: 4px;
    background-color: #093A6C;
    background-image: -webkit-gradient( 	linear, 	left top, 	right bottom, 	color-stop(0, #093A6C), 	color-stop(1, #04294C) );
    background-image: -o-linear-gradient(right bottom, #093A6C 0%, #04294C 100%);
    background-image: -moz-linear-gradient(right bottom, #093A6C 0%, #04294C 100%);
    background-image: -webkit-linear-gradient(right bottom, #093A6C 0%, #04294C 100%);
    background-image: -ms-linear-gradient(right bottom, #093A6C 0%, #04294C 100%);
    background-image: linear-gradient(to right bottom, #093A6C 0%, #04294C 100%);
}

.produtos-imagem
{
    float: left;
    width: 43px;
    margin: 2px;
    height: 71px;
    background-color: #fff;
}
.produtos-imagem img
{
    width: 100%;
    margin-top: 15px;
}

.produtos-texto
{
    float: left;
    color: White;
    font-size: .8675em;
    width: 49%;
    display: table;
    height: 100%;
    margin-left: 15px;
}
.produto-texto-alinhado
{
    display: table-cell;
    vertical-align: middle;
}

.produtos-seta
{
    float: right;
    height: 100%;
    display: table;
}
.produtos-seta-alinhada
{
    display: table-cell;
    vertical-align: middle;
}
#logo
{
    float: left;
    width: 170px;
    margin-right: 20px;
}
header
{
    height: 80px;
    position: relative;
    border-bottom: 1px solid #a8a8a8;
}

#header-menu
{
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 252px;
}
#header-login
{
    position: absolute;
    right: 0;
    bottom: 7px;
    font-size: 0.813em;
}
#menus
{
    float: left;
}
#form-login
{
    border: 1px solid #aaa;
    margin: 20px 0;
    padding: 30px;
    width: 184px;
    float: left;
}

#contato-info
{
    background-color: #eeeded;
    width: 605px;
    height: 187px;
    margin: 0 0 30px -5px;
	
}

#contato-info-texto
{
    width: 450px;
}

#contato-info-titulo
{
    float: left;
    width: 430px;
    font-size: 1.500em;
    color: #093b6c;
    margin: 15px 2px 15px 20px;
}

.contato-texto
{
    float: left;
    margin-bottom: 15px;
    font-size: 0.875em;
}

.contato-img
{
    margin: 0px 20px 0 20px;
    float: left;
    display: block;
}

#contato-formulario
{
    width: 585px;
}

.form-control input
{
    padding: 0;
}

.form-control, .form-control textarea
{
    display: block;
    margin: 5px 0;
}

.form-control input[type="submit"]
{
    margin-top: 10px;
    width: 20%;
    float: right;
    padding-top: 2px;
}

.consultoria-box
{
    float: left;
    height: 103px;
    width: 277px;
    margin: 15px 10px 0 5px;
}

/* 1,3276209677419354838709677419355 <- proporção para layout da ana */

/*		Default Layout: 992px. 1317
		Gutters: 24px. 31
		Outer margins: 48px. 63
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

.page
{
    width: 896px;
    padding: 25px 48px 0px;
    color: rgb(60,60,60);
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}


.agendasemanal
{
    float: left;
    margin: 10px 0 0 0;
    background-color: #71aac4;
    width: 284px;
    color: #fff;
    height: 115px;
    padding: 0px 10px 10px 10px;
}

/*		Tablet Layout: 768px. 1019
		Gutters: 24px. 31
		Outer margins: 28px. 37
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px)
{

    .page
    {
        width: 712px;
        padding: 48px 28px 60px;
    }
    #content
    {
        width: 410px;
    }
    #header-menu
    {
        width: 441px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 272px;
    }
    .header-menu
    {
        height: 20px;
        display: inline-block;
        float: left;
        color: #adadad;
        margin: 0px 10%;
    }
    .header-menu:first-child
    {
        margin: 0 2.5% 0 0;
    }
    .header-menu:last-child
    {
        margin: 0 0 0 2.5%;
    }
    #header-login
    {
        font-size: .75em;
        position: absolute; /* text-align: right; */
        top: 0;
        height: 50px;
    }

    #contato-info
    {
        width: 420px;
        height: 215px;
    }

    .contato-texto
    {
        width: 80%;
    }

    #contato-info-img
    {
        display: none;
    }

    #contato-formulario
    {
        width: 420px;
    }

    .form-control, .form-control textarea
    {
        display: block;
        margin: 5px 0;
    }

    .form-control input[type="submit"]
    {
        margin-top: 10px;
        width: 20%;
        float: right;
        padding-top: 2px;
    }
    .consultoria-box
    {
        margin-left: 15%;
    }
    .agendasemanal
    {
        height: auto;
    }
}



/*		Mobile Layout: 320px. 424
		Gutters: 24px. 31
		Outer margins: 34px. 45
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px)
{

    .page
    {
        width: 252px;
        padding: 48px 34px 60px;
    }
    header
    {
        height: auto;
    }
    #content
    {
        width: 212px;
        margin: 20px 0 0 0;
    }
    .header-login
    {
        position: inherit;
    }
    .header-menu
    {
        position: inherit;
        height: 20px;
        display: inline-block;
        float: left;
        color: #adadad;
        margin: 0px 10%;
    }
    .header-menu:first-child
    {
        margin: 0 2.5% 0 0;
    }
    .header-menu:last-child
    {
        margin: 0 0 0 2.5%;
    }
    .produtos-texto
    {
        float: left;
        color: white;
        font-size: .6em; /* margin: 17px 0 0 15px; */
        width: 67%;
    }
    .produtos
    {
        width: 100%;
        height: 50px;
    }
    #menu-produtos
    {
        width: 252px;
        float: left;
    }
    .produtos-imagem
    {
        display: none;
    }
    .produtos-seta
    {
        float: right;
        color: white;
        width: auto;
        height: 10px;
        display:table;
    }
    .produtos-seta-alinha
    {
        display:table-cell;
        vertical-align: middle;
    }
    #header-login
    {
        position: inherit;
        float: none;
        margin: 20px 0;
    }
    #logo
    {
        float: none;
    }
    #header-menu
    {
        display: none;
    }
    #contato-info
    {
        width: 232px;
        height: 215px;
		background-image: none !important;
    }

    #contato-info-titulo
    {
        font-size: 1.250em;
    }

    #contato-info-texto
    {
        font-size: 1em;
    }

    .contato-img
    {
        display: none;
    }

    .contato-texto
    {
        width: 50%;
        margin: 10px 10px 10px 20px;
    }

    #contato-info-img
    {
        display: none;
    }

    #contato-formulario
    {
        width: 232px;
    }
    #form-login
    {
        width: 154px;
    }
    .consultoria-img
    {
        display: none;
    }
    .consultoria-info
    {
        margin-left: 5px;
    }
    .consultoria-box
    {
        margin: 15px 15px 0 0;
    }

    .agendasemanal
    {
        height: auto;
    }
}



/*		Wide Mobile Layout: 480px. 637
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px)
{

    .page
    {
        width: 436px;
        padding: 36px 22px 48px;
    }
    #content
    {
        width: 396px;
        margin: 20px 0 0 0;
    }
    .header-menu
    {
        height: 20px;
        display: inline-block;
        float: left;
        color: #adadad;
        margin: 0px 10%;
    }
    .header-menu:first-child
    {
        margin: 0 2.5% 0 0;
    }
    .header-menu:last-child
    {
        margin: 0 0 0 2.5%;
    }
    .produtos-texto
    {
        float: left;
        color: white;
        font-size: .8em;
        width: 67%;
    }
    .produtos
    {
        width: 100%;
        height: 50px;
    }
    #menu-produtos
    {
        width: 436px;
        float: left;
    }
    .produtos-imagem
    {
        display: none;
    }
    .produtos-seta
    {
        float: right;
        color: white;
        width: auto;
        height: 10px;
        display: table;
    }
    .produtos-seta-alinha
    {
        display:table-cell;
        vertical-align: middle;
    }
    #contato-info
    {
        width: 415px;
        height: 205px;
		background-image: none !important;
    }

    .contato-img
    {
        display: block;
    }

    .contato-texto
    {
        width: 78%;
        margin: 0 0 10px 10px;
    }

    #contato-info-titulo
    {
        font-size: 1.500em;
    }

    #contato-info-texto
    {
        font-size: 1em;
    }

    #contato-info-img
    {
        display: none;
    }

    #contato-formulario
    {
        width: 405px;
    }

    .form-control, .form-control textarea
    {
        display: block;
    }
    .form-control input[type="submit"]
    {
        margin-top: 10px;
        width: 20%;
        float: right;
        padding-top: 2px;
    }
    #consultoria-corpo
    {
        margin-left: 15%;
    }
    .consultoria-img
    {
        display: block;
    }
    .consultoria-info
    {
        margin-left: 0;
    }
    .consultoria-box
    {
        margin-left: 15%;
    }
}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)
{

    .page
    {
    }
}
