/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background: #FFF url(../img/layout/back.jpg) no-repeat center 150px;
    background-size: 1200px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*
Fonts
*/

@font-face {
    font-family: 'BariolBold';
    src: url('../fonts/bariol_bold-webfont.eot');
    src: url('../fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bariol_bold-webfont.woff') format('woff'),
         url('../fonts/bariol_bold-webfont.ttf') format('truetype'),
         url('../fonts/bariol_bold-webfont.svg#BariolBoldBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BariolLight';
    src: url('../fonts/bariol_light-webfont.eot');
    src: url('../fonts/bariol_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bariol_light-webfont.woff') format('woff'),
         url('../fonts/bariol_light-webfont.ttf') format('truetype'),
         url('../fonts/bariol_light-webfont.svg#BariolLightLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/bariol_regular-webfont.eot');
    src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bariol_regular-webfont.woff') format('woff'),
         url('../fonts/bariol_regular-webfont.ttf') format('truetype'),
         url('../fonts/bariol_regular-webfont.svg#BariolRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#map-canvas {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
}

#mapa{
	display: none;
	width: 960px;
	height: 260px;
	transition: all 0.10s;
	-webkit-transition: all 0.10s; /* Safari */

}




#closeMap{
	cursor: pointer;
	position: absolute;
	margin-left: 870px;
	z-index: 9999;
	margin-top: -23px;
}

#quemsomos_box,#filosofia_box{
	display: none;
}

.closeBox{
	cursor: pointer;
	position: absolute;
	margin-left: 896px;
	z-index: 9999;
	margin-top: -23px;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}



/* ===================
    ALL: Orange Theme
   =================== */

.header-container {

	margin-top: 50px;
	height: 50px;

}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}



/* ==============
    MOBILE: Main
   ============== */

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  	 /*
	Header
	*/

    .logo {
        float: left;
    }

    .bg_azul{
	    background: #159eda;
    }
    .cor_azul{
	    color: #159eda;
    }



    .cor_orange{
	    color: #ef4723;
    }

    nav {
    	margin-top: 10px;
    	float: right;
        font-family: 'Rokkitt', serif;
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        letter-spacing: 1px;
        font-weight: 400;
    }

    nav ul li {
        display: inline;
    }

    nav li{
	    padding: 12px 24px 10px 24px;
	    margin-right: 10px;
	    cursor: pointer;
    }

    nav li.orange{
	    background: #ef4723;
	    border-radius: 2px;
	    color: #FFF;
	    margin-right: 0px;
	    box-shadow: 0 2px 0 #ce4527;
    	-moz-box-shadow: 0 2px 0 #ce4527;
    	-webkit-box-shadow: 0 2px 0 #ce4527;
    }

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }

    .main-container.topBar{
	    margin-top: 50px;
    }


    /*
	Header Photo
	*/

    #upwidebar{
/* 	  background: url(../img/layout/back.jpg) no-repeat center top; */
	  background-size: 1200px;
	  height: 234px;
    }

    span#leftTop{
	    font-size: 50px;
		font-family: 'Rokkitt', serif;
		color: #FFF;
		position: absolute;
		padding-left: 65px;
		line-height: 49px;
		padding-top: 30px;
		text-shadow: 0 1px 12px #696969;
		width: 170px;
    }



    .mainbt{
    	 padding: 12px 24px 10px 24px;
    	 border-radius: 2px;
    	 font-family: 'Rokkitt', serif;
    	 text-transform: uppercase;
    	 font-size: 14px;
    	 color: #FFF;
    	 letter-spacing: 1px;
    	 font-weight: 400;
    	 text-decoration: none;
       display: inline-block;

    }

    .bg_orange{
	    background: #ef4723;
	    box-shadow: 0 2px 0 #ce4527;
    	-moz-box-shadow: 0 2px 0 #ce4527;
    	-webkit-box-shadow: 0 2px 0 #ce4527;
    }

    .bg_blue{
      margin-left: 20px;
	    background: #159eda;
	    box-shadow: 0 2px 0 #1480af;
    	-moz-box-shadow: 0 2px 0 #1480af;
    	-webkit-box-shadow: 0 2px 0 #1480af;
    }

    .externalicon{
      margin-left: 5px;
      position: relative;
      top: -2px;
    }


    .open{
	    background-size: 15px;
	    cursor: pointer;
      display: block;
      width: 140px;
      margin: 40px auto;
      text-align: center;
    }

    #leftBtBar{
	    position: absolute;
	    margin-left: 65px;
	    margin-top: 155px;
	}


	.headerBox{
		float: right;
		width: 460px;
		height: 214px;
		background: #eff8fd;
		opacity: 0.8;
	}

	.headerBox span.title{
		position: absolute;
		padding-top: 20px;
		font-family: 'Rokkitt', serif;
		text-transform: uppercase;
		font-size: 18px;
		color: #EF4723;
		letter-spacing: 1px;
		font-weight: 600;
		padding-left: 30px;
		width: 400px;

	}

	.headerBox p{
		padding-top: 40px;
		font-family: 'Bariol';
		font-size: 12px;
		color: #082441;
		padding-left: 30px;
		width: 404px;
		line-height: 17px;
	}





	/*
	Planos
	*/

	#servicosplans{
		width: 760px;
		margin: 0 auto;
		height: 300px;
	}

	#servicosplans .plano{
		width: 240px;
		float: left;
		background: #e1f5ff;
		border-radius: 2px;
		height: 210px;
		margin-top: 50px;
		text-align: center;
		transition: all 0.10s;
		-webkit-transition: all 0.10s; /* Safari */
		color: #159eda;

	}


	#servicosplans .plano.a,#servicosplans .plano.b {
		margin-right: 20px;
	}

	.iconPlano{
		margin: -35px auto;

	}

	.iconFb{

		margin-top: 112px;
		text-align: center;

	}

	.iconMap{
		cursor: pointer;
		margin-top: 112px;
		text-align: center;

	}

	span.titlePlano{

		float: left;
		width: 100%;
		margin-top: 50px;
		font-family: 'BariolBold';
    	font-size: 26px;
    	letter-spacing: 1px;


	}

	span.descricaoPlano{

		float: left;
		width: 200px;
		margin: 20px auto;
		font-family: 'Bariol';
		font-size: 12px;
		margin-left: 20px;
		line-height: 18px;

	}


	.main-container.services{
		margin-top: 30px;
	}

	.main-container.footer1{
		margin-top: 60px;
		height: 290px;
		background: #159EDA;
	}



	#openSimulador{
		width: 187px;
		margin: 18px auto;
	}

	.wrapper.footer1{
		width: 760px;
		margin: 0 auto;
		height: 400px;
	}

	.col3{

		float: left;
		width: 240px;
		height: 290px;
		margin-right: 20px;
	}

	.lastcol{
		margin-right: 0px;
	}


	#verTodos{
		float: right;
		margin-top: 7px;
	}

	#verTodos span.todos{
		font-size: 12px;
		padding: 11px 30px 11px 0px;
		text-transform: uppercase;
		font-family: 'Rokkitt', serif;
		color: #082441;
		font-weight: bold;
		background: url(../img/layout/more.png) no-repeat 207px 7px;
		background-size: 20px;
		cursor: pointer;
	}


	#allS{
		background: #333;
		width: 600px;
		margin-left: 12px;
		margin-top: 10px;

	}

	#allS ul{
		padding: 0px;
		margin-top: 40px;
		list-style: none;
	}

	#allS li{

		font-family: 'Rokkitt', serif;
		color: #082441;


	}

	#allS .col2{
		width: 250px;
		margin-right: 20px;
		float: left;
	}


	#temp{
		font-family: 'Bariol';
		color: #082441;
	}






	/* Footer */

	#footerInfos{

		width: 760px;
		margin: 0 auto;
		height: 290px;


	}

	#footerInfos #firstcol{
		margin-top: 48px;
	}

	.titleh1{
		color: #e1f5ff;
		font-family: "Bariolbold";
		font-size: 24px;
		letter-spacing: 1px;
		float: left;

	}

	.blue{
		color: #159EDA;
	}

	.orange{
		color: #F24610;
		float: none;
	}


	.p_normal{
		color: #333;
		font-size: 12px;
		font-family: "Bariol";
	}

	.titlep{
		margin-top: 20px;
		color: #e1f5ff;
		font-family: "Bariol";
		font-size: 12px;
		float: left;
		line-height: 18px;

	}

	span.mail{
		background: url(../img/layout/mail.png) no-repeat 2px 27px;
		padding: 26px;
		background-size: 15px;
		margin-left: -26px;
	}

	#wrap_parceiros{
		width: 910px;
		margin: 20px auto;
		text-align: center;

	}

	.titParceiros{
	    margin-top: 20px;
	    margin-bottom: 20px;
		color: #333;
		font-family: "Bariol";
		font-size: 18px;
	}

	#wrap_parceiros img{
		margin-bottom: 28px;
		margin-top: 14px;
	}


	#sim_type{
		margin: 0;
		padding: 0;
			-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: moz-none;
		-ms-user-select: none;
		user-select: none;
	}


	#sim_type li{
		display: inline;
		list-style: none;
		margin: 0;
		color: #fff;
		font-size: 14px;
		font-family: "Bariol";
		padding: 5px 8px 5px 8px;
		border-radius: 2px;
		background: #66C0E7;
		cursor: pointer;
	}

	#sim_type li:hover{
		background: #159EDA;
	}

	#sim_type li.normal{
		background: #66C0E7;
	}
	#sim_type li.selected{
		background: #1F81AF;
	}


	.campo{
		font-weight: bold;
	}


	.box_fields{
		margin-top: -10px;
		float: left;
	}

	.box_fields input{
		font-size: 12px;
		width: 200px;
		height: 30px;
		padding-left: 10px;
		background: rgba(21, 158, 218, 0.2);
		border: none;
		border-radius: 2px;
		margin-bottom: 8px;
	}

  .termos{
    display: inline-block;
  }

	.box_fields input.cb{
		width: 12px;

	}

  .terms{
    width: 22px !important;
    height: 16px !important;
  }

	.box_fields span.se{
		font-family: "Bariol";
		font-size: 10px;
		position: absolute;
		padding: 4px;
	}



	.box_fields textarea{
		font-size: 12px;
		background: rgba(21, 158, 218, 0.2);
		border: none;
		border-radius: 2px;
	}

	.box_fields input.bt_enviar{
		color: #fff;
		width: 80px;
		background: #F24610;
		border-radius: 2px;
		border: 0;
		margin-top: 20px;
		font-family: "Bariol";
		padding: 5px 8px 5px 8px;
	}


	.linkd{
		color: #F24610;
		text-decoration: none;
	}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* iPads (landscape e portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{

	.main-container.footer1{
		width: 960px;
	}

	.reveal-modal {
		margin-left: -200px;
	}

	.logo{
		margin-left: 20px;
	}

	nav{
		margin-right: 20px;
	}

}


@media only screen and (min-width: 1200px) {




}




@media only screen and (min-width: 1140px) {


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
