/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
    margin:0px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.fr {float:right;}
.fl {float:left;}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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: none;
    }

    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;
    }
}


ul.table {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.table li{width:100%;float:left;}

ul.form li label {
	float:left;
	width:150px;
}
ul.form li {
	float:left;
	margin-bottom: 3px;
	width:100%;
}

ul.horizontalTable {
	list-style: none;
	float:left;
	padding: 0;
	margin: 0;
}

ul.horizontalTable li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

ul.horizontalTable li.pd {
	float: left;
	margin-right: 0px;
	padding-right: 20px;
	list-style: none;
}

body{ font-family:Arial, Helvetica, sans-serif;}

a {color: #DDDDDD;text-decoration: none;font-weight: bold;}
a:visited {color: #DDDDDD;}
a:hover {color: #999999;}

.light{color:#FFFFFF;}
.dark{color:#0C0C0C;}
.dark a{color:#000000;font-weight: bold;}
.dark a:hover {color: #999999;}

.bgImg{width:100%; background-image: url(../images/bg.png); background-size: 100% auto;position: absolute; left: 0px;top: 0px;height: 670px;background-repeat: no-repeat;z-index: -1; }
.logo{width:300px;margin-top: 14px;margin-left:10px;}

.content{width:920px;margin-left:auto;margin-right:auto;font-family: myFont, Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 12px;padding: 0px 10px 0px 10px; line-height:20px;}
.header{width:100%;position: relative; top:0px; left: 0px;display:inline-block; /*z-index: 1;*/}
nav.menu{display:block;position:absolute;right:10px;top:48px;z-index: 1000;}
ul.menu{display:block;}
ul.menu li{margin-right: 30px;}
.galleryitem{padding: 10px;}
.galleryitem > .item{padding:10px;}
.galleryitem > .item:hover{box-shadow: 0 1px 2px 0 #aaa;}

h1{font-size:48px;line-height: normal}
h2{font-size: 14px;font-weight: bold;}

.slideshow{position:relative;overflow: hidden;width:100%;}
.slideshow .slide{width:100%;position: absolute;top:0px;left:0px;padding: 0px; margin:0px;}

ul.highlights >li >label{margin-right: 18px;float:left;}
ul.highlights> li {display: block;margin-right: 9px;width:221px;margin-bottom: 40px}

.slogan{font-weight:bold;font-size:60pt;color: white;font-family: arial;margin-top: 130px;}
.btn{width:200px;height:42px;padding-top:18px;background-image:url(../images/btn.png); background-position: 0px 60px;overflow:hidden;display:block;text-align:center;color:#FFF;}
.btn:hover{background-position: 0px 0px;color:#222222;}




.footer{width:100%;background-color:#0c0c0c;color:#FFFFFF;padding-bottom:30px;}
.footer ul.horizontalTable li{width:450px}

.facebook,.twitter{width:41px;height:40px;background-position:0px 0px;}
.facebook:hover,.twitter:hover{background-position: 0px 40px;}
.facebook{background-image:url(../images/facebook.png);}
.twitter{background-image:url(../images/twitter.png);}

.left{float:left}

.line {width:100%;height: 2px;clear: both;display:block;}
.table.list li{margin-bottom: 10px;}

.bigTitle{font-size:24px;margin-top:10px;}
.titulonoticia{font-size:14px;}

.news{box-shadow: 0 1px 2px 0 #aaa;width:48%;margin-bottom:10px;}
.menuicon{display:none;float:right;}

.tagcloud{list-style: none;}
.tagcloud li{float:left;margin-right:10px;padding: 0px;list-style: none;margin-bottom: 6px;}

#linguas{position: absolute;
top: 10px;
right: 22px;}

@media only screen
	and (max-width : 423px) {
		.content {width:100%;padding-left:0px;padding-right:0px;}
		.contentWrapper{padding: 0px 5px 0px 5px;}
		.slogan{margin-top:70px;font-size:20pt}
		ul.services{width:100%;}
		ul.services li{width:100%;margin-bottom: 10px;margin-right:0px;}
		.certscontainer{width: 100%;}
		.certscontainer ul.horizontalTable li{width:100%;margin-right:0px;margin-bottom:10px;}
		.footer ul.horizontalTable li{width:100%}
		#linguas{margin-right:20px;}
		h1{font-size:34px}
	}

@media only screen
and (min-width : 423px)
and (max-width : 640px) {
	.content {width:100%;padding-left:0px;padding-right:0px;}
	.contentWrapper{padding: 0px 10px 0px 10px;}
	.slogan{margin-top:103px;font-size:33pt}
	ul.services{width:100%;}
	.certscontainer{width: 100%;}
	.footer ul.horizontalTable li{width:100%}
	#linguas{margin-right:20px;}
	h1{font-size:34px}
}
@media only screen
and (max-width : 1250px){
	.arrow{ display:none;}
}

@media only screen
and (max-width : 1250px){
	.arrow{ display:none;}
}
@media only screen
and (max-width : 1250px){
	.arrow{ display:none;}
	/*.line{height:150px;}*/
}
@media only screen
and (max-width : 768px){
	.light{text-shadow: 0px 0px 3px #222222;}
}

@media only screen
	and (max-width : 760px) {
	ul.menu.horizontalTable{display:none;padding:10px;background-color:white;border: gray 1px solid;}
	.menuicon{display:block;}
	ul.menu.horizontalTable li{float:none;}
	nav.menu{right:5px;top: 40px;}
	}
@media only screen
and (min-width : 640px)
and (max-width : 940px) {
	.content {width:100%;padding-left:0px;padding-right:0px;}
	.contentWrapper{padding: 0px 10px 0px 10px;}
	.slogan{margin-top:103px;font-size:45pt}
	
}
@media only screen
and (min-width : 940px) {
	
}

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