/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@font-face{ 
    font-family: 'telcobricks';
    src: url('../assets/fonts/tri-webfont.eot');
    src: url('../assets/fonts/tri-webfont?#iefix') format('embedded-opentype'),
         url('../assets/fonts/tri-webfont.woff') format('woff'),
         url('../assets/fonts/tri-webfont.ttf') format('truetype'),
         url('../assets/fonts/tri-webfont#webfont') format('svg');
}

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

html {
    font-family: "Open Sans", helvetica;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Text options
   ========================================================================== */
h1 {font-family: "telcobricks", helvetica; font-weight:100; font-size:25pt; color:#333333; margin:0; padding:0;}
h2 {}
p {font-family: "Open Sans", helvetica; font-size: 10pt}
h3{ font-family: "telcobricks", helvetica; font-weight:400; font-size:30pt; text-transform:uppercase; color:#fc3d32; margin:0; padding:0;}
h4 {font-family: "telcobricks", helvetica; font-size:25pt; color: #4d4d4d; text-transform:uppercase; margin:0; padding:0;}
h5 {font-family: "telcobricks", helvetica; font-size:14pt; color: #4d4d4d; text-transform:uppercase; margin:0; padding:0;}

/* ==========================================================================
   Header
   ========================================================================== */
.nicescroll-rails {
  z-index:9999;
}

#header {
    position:fixed;
    width:100%;
    height:80px;
    border-bottom:1px solid whitesmoke;
    top:0;
    background-color:#fff;
    z-index:90;

}

#header-wrapper {
    position:relative;
    max-width:968px;
    height:100%;
    margin:0 auto;
}

#logo {
    position:relative;
    float:left;
    width:200px;
    height:100%;
}

#logo img {
    margin-top:13px;
}

#navigation {
    position:relative;
    float:right;
    height:100%;
    text-align:center;
    /*Font*/
    font-family: "Open Sans", helvetica;
    font-weight:600;
    text-transform:uppercase;
}

nav ul {
    margin:0;
    padding: 0;
    text-align:center;
    height:100%;
    overflow:hidden;

}
nav li {
    display:inline-block;
    margin:30px 0px 30px 30px;
}

li a {
    text-decoration:none;
    color:#000;
}

li a:hover {
    color:#fc3d32;
}

.link-active {
    color:#fc3d32;
}


/* ==========================================================================
   Columns
   ========================================================================== */

#main {
  width: 100%;
  min-width: 1110px;
  min-height: 250px;
  
}

.main-clearfix {
  padding-top:81px;
}

#content-wrapper {
    position:relative;
    max-width: 968px;
    margin: 0 auto;
    text-align: center;
}

#content-wrapper-two {
    position:relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.col1{
    position:relative;
    text-align:center;
    max-width: 100%;
    margin: 0 auto;
    padding:30px;
}

.col2{
    position:relative;
    text-align:center;
    max-width: 100%;
    margin: 0 auto;
    background-color: whitesmoke;
    padding:30px 30px 90px 30px;
}

.col3{
    position:relative;
    text-align:center;
    max-width: 100%;
    margin: 0 auto;
    background-color:#fff;
    padding:30px;
}
.col-clearfix {
  margin-top:81px;
}
/* ==========================================================================
   Slideshow
   ========================================================================== */
#slider {
  min-height:450px;
}
#owl-demo .item {
    display: block;
    width: 100%;
    max-height: 450px;
}

.item img {
    width:100%;
}





/* ==========================================================================
   Main Menu
   ========================================================================== */

#main-menu-wrapper {
    position:relative;
    max-width:968px;
    margin:0 auto;
    text-align:left;
    margin-bottom: 30px;
}

#item-wrapper {
    position:relative;
    width:300px;
    height:100%;
    padding:0px 0px 0px 10px;
}

#main-menu-title {
    position:relative;
    width:100%;
    float:left;
    border-bottom: 1px solid #fc3d32;
}

#main-menu-links {
    max-width: 250px;
    margin:10px 0px 10px 0px; 
    position:relative; 
    float:left;

}

#box-links {
    /*text-transform:uppercase;*/
    text-align:left;
}
#box-links li a { 
    font-size:11pt;
 
}
#box-links li {
    width:100%;
    text-align:left;
    margin:5px 0px 0px 0px;
    padding:0;
    color:#000;
   
}

#box-links li a:hover {
    color:#fc3d32;

}

/* ==========================================================================
   Testimony
   ========================================================================== */
#test-pt {
    color:#797373;
   }
#testimony-wrapper{
    width:700px;
    min-height:135px;
    margin:0 auto;
    color:#4d4d4d;
}

#testimony-sign {
    position: absolute;
    text-align:right;
    font-family: "telcobricks", helvetica; 
    font-weight:600; 
    color:#eee;
    font-size:14pt;
    font-style: italic;
    bottom: 0;
    width: 100%;

}

#box-asp {
    position:absolute;
    width:60px;
    height:60px;
}

.asp-left  {
    top:20px;
    left:60px;
    background:url('../img/element_sprite.png') 0px 0px;
}

.asp-right  {
    bottom:2px;
    right:50px;
    background:url('../img/element_sprite.png') -60px 0px;
}


/* ==========================================================================
   Customers
   ========================================================================== */
   #title-content {
    position:relative;
    margin:20px 0px 20px 0px;
   }




/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    position:relative;
    width:100%;
    height:50px;
    bottom:0;
    background-color:#fff;
   border-top: 1px solid #fc3d32;
}


#orange-line {
  height:2px;
  background-color:#fc3d32;
}


#sign-telcobricks {
    margin-top:17px;
    position:relative;
    float:left;
    color:#000;
    font-size:8pt; 
}

.footer-fixed {
  position:fixed; 
  bottom:0;
  z-index:40;
}

#brands {
  padding-top:5px;
  float:right;
}

/* ==========================================================================
   Masonry
   ========================================================================== */
.masonry {
  max-width: 968px;
}


.masonry .item {
  float: left;
  margin-bottom: 10px;
  /*background: #eee;*/
  overflow:hidden;

}


.item.w1 { 
    max-width:250px; 
    height:auto;
    background-color:whitesmoke;
   /* border:1px solid #eee; */
    }

.item.w2 { 
    width:644px; 
    height:auto;
}
.item.w3 { 
    width:400px; 
    height:auto;
    background-color:whitesmoke;
}

.item.w4 { 
    width:295px; 
    height:auto;
    /*min-height:328px;*/
    background-color:whitesmoke;
    margin-bottom:45px;
}

/* ==========================================================================
   Sub menu - Products 
   ========================================================================== */
.menu-nav, .menu-nav-2 {
    cursor:pointer;
    height: 100%;
}

.box-menu-products {
    display:none;
    position:absolute;
    width:200px;
    min-height:100px;
    background-color:#fff;
    border:1px solid #eee;
    z-index:60;
    left:-100px;
    text-align:center;
    top:80px;

}

.box-menu-customers {
    display:none;
    position:absolute;
    min-width:338px;
    min-height:100px;
    background-color:#fff;
    border:1px solid #eee;
    z-index:60;
    right:240px;
    text-align:center;
    top:80px;

}

#box-menu-wrapper {
    position:relative;
    max-width: 100%;
    margin: 0 auto;
    padding:10px;
}


#box-menu-arrow-up {
    position:absolute;
    top:-29px;
    right:15px;
    float:right;
    width:36px;
    height:36px;
    z-index:50;
}

#box-menu-head {
    position:relative;
    width:100%;
    height:45px;
    text-align:left;
    margin:5px 0px 10px 0px;
    border-bottom:1px solid #eee;
}

#box-menu-nav nav ul {
    margin: 0;
    padding:0;
    text-decoration:none;
    text-transform:capitalize;

}
#box-menu-nav li {
    width:100%;
    text-align:left;
    margin:5px 0px 0px 0px;
    padding:0;
    color:#000;
    font-size:12px;
    text-transform:capitalize;
}

#box-menu-nav li a:hover {
    color:#fc3d32;

}

.menuopen{
    display:block;

}


/* ==========================================================================
   CONTACT
   ========================================================================== */
/*Formulario*/ 

#error-msg {
  width:388px;
  position:relative;
  margin-bottom:10px;
  background-color:rgba(231, 76, 60, 0.90);
  border:1px solid #d64038;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:none;
  padding:5px 

}

#error-msg p {
  color:#fff;
  margin:0;
  font-size:9pt;

}



#msg-ok {
  position:relative;
  width:388px;
  color:white;
  background-color:rgba(46, 204, 113, 0.80);
  padding:5px;
  margin-bottom:15px;
  border:1px solid #27ae60;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:none;
}



#contact-sales-content{
    height:177px;
}

#contact-sales-form {
height:auto;
}

.style-form {
  width: 400px;
  height:auto;
  background-color:#fff;
  margin-bottom:10px; 
  overflow:hidden;
}

.style-form-textarea {
  width:400px;
  height:100px;
  background-color:#fff; 
}

.style-btn-send{
  position:relative;
  border: none;
  width:100%;
  height:50px;
  padding:10px;
  color:#fff; 
  background-color:#b3b3b3;
  margin-top:10px;  
  overflow:hidden;
}

.style-btn-send:hover{ 
  background-color:#bcbcbc;
}

input, select {
  width:100%;
  height:100%;
  outline:none;
  border:none;
  padding: 5px 0px 5px 5px;
  margin: 10px;
  background: transparent;
  font-family:"telcobricks";
  font-weight:300;
  font-size:11pt;
  margin-bottom: 10px; 
}

select {
  cursor:pointer;
}

textarea {
  width:100%;
  height:100%;
  outline:none;
  border:none;
  padding: 5px 0px 5px 5px;
  margin: 10px;
  background:transparent;
  font-family:"telcobricks";
  font-weight:300;
  font-size:11pt; 
  margin-bottom: 10px;     
}


label.error {
  margin-top: 18px;
  color: #fc3d32;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 9pt;
  font-style: italic;
  z-index:50;
}

/* ==========================================================================
   Offices
   ========================================================================== */

#photo-office {
  position:relative;
  width:100%;
  height:250px;
  overflow:hidden;
}

#photo-office img  {
  width:100%;
}

#btn-see-map {
  position:absolute;
  top:10px;
  right:10px;
  background-color:#fc3d32;
  width:174px;
  height:28px; 
  border:none;
  outline:none;
  z-index:50;
  cursor:pointer;

}

#btn-see-map p {
  position:relative;
  max-width:100%;
  margin:0 auto;
  padding:5px;
  text-align:center;
  color:#fff;
  font-family:"telcobricks", helvetica;

}

#info-offices {
  position:relative;
  max-width:100%;
  margin: 0 auto;
  padding:15px;
}


#info-offices p {

margin:5px;
}


#map-office-c, #map-office-v    {
  position:absolute;
  width:100%;
  height:250px;
  top:0;
  left:0;
  
}


.map-hidden {
  display:none;
}

.map-visible {
  display:block;
}


.offices-wrapper {
 padding-bottom:30px;
}




/* ==========================================================================
   Testimony
   ========================================================================== */

#testimony-wrapper-two {
  position:relative;
  max-width: 295px;
  margin:0 auto;
  height:auto;
  bottom:0;
  padding:0px 25px 0px 25px;
  text-align:justify;
}

#testimony-wrapper-two p {
  margin:0;
}

#testimony-text {
position:relative;

min-height:135px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#testimony-text div {
display:none;
  }

#text-t {
  position:absolute;

}
#testimony-asp-left {
    position:relative;
    width:30px;
    height:30px;
    padding:10px;
        z-index:50;
}

#testimony-asp-right {
    position:relative;
    width:30px;
    height:30px;
    padding:0px 10px 10px;
    float:right;
    z-index:50;
}

#testimony-sign-two {
    position: relative;
    width:auto;
    margin-right:2px;
    padding: 0px 25px 25px 25px;
    /* font-family: "telcobricks", helvetica; */ 
    font-weight:600; 
    color:#fc3d32;
    font-size: 8pt;
    font-style: italic;
    float: right;

}

#box-menu-links-two {
margin: 0px 15px 0px 0px;
position: relative;
float: left;
}

/* ==========================================================================
   Index-page
   ========================================================================== */

#dashboard {
    position:relative;
    max-width: 968px;
    margin: 0 auto;
    text-align: center;
}

/*
#dot-bg {
  position:absolute;
  z-index:40;
  width:100%;
  height:100%;
  background:url('../img/dot.png');
}
*/

#random-message {
  display: none;
  position:absolute;
  width:auto;
  height:auto;
  text-align:left;
  z-index:50;
  text-transform:uppercase;
  left:0;
  top:80px;
  overflow:hidden;
  background:rgba(252, 62, 50, .9);
  padding-left:10px;
  padding-right:10px;
  overflow:hidden;

    /*text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.36);*/
}


#random-message div {
  position:relative;
  float:left;
  left:0;
  width:100%;
  height:auto;
  font-family: "telcobricks";
  font-size:25pt;
  color:#fff;
  overflow:hidden;
}



.transition {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/*preload*/
#preload {
  z-index:9999;
  position:absolute;
  width:100%;
  min-height:100%;
  background-color:#fff;
}

#loader {
  position:fixed;
  width:40px;
  height:40px;
  display:none;
}

/*=======================================================================
 * Typsy 
=======================================================================*/

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
  .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }






/* =============================================================

    Tabby 3.2
    Simple, mobile-first toggle tabs by Chris Ferdinandi.
    http://gomakethings.com

    Free to use under the MIT License.
    http://gomakethings.com/mit/
    
 * ============================================================= */

/*  Hide tab navigation by default */
.tabs {
    display: none;
    visibility: hidden;
}

/*  Display tab navigation if javascript enabled.
 *  This requires on the included js-accessibility.js script. */
.js .tabs {
    display: block;
    visibility: visible;
}

/*  Force browser to show a pointer on tab navigation. */
.tabs a, .tabs button {
    cursor: pointer;
}

/*  Hide tab content if javascript is enabled. */
.js .tabs-pane {
    display: none;
    visibility: hidden;
}

/*  Show tab content when active class is added.
 *  This class is added via javascript. */
.tabs-pane.active {
    display: block;
    visibility: visible;
    background-color: #eee;
    padding:.5em 1em;
    /*max-height: 500px;
    overflow-y:auto;*/
}

/*  Fancy list styling for tab navigation.
 *  Adjust to fit your design. */
.tabs-horizontal,
.tabs-stacked {
    list-style: none;
    margin:0;
    padding:0;
}


/*  Display tab navigation as inline list. */
.tabs-horizontal > li,
.tabs-stacked > li {
    display: inline-block;
    float: none;
    padding: .5em 1em;
    border:1px solid #eee;
}

/*  Set tab navigation link color.
 *  Adjust to fit your design. */
.tabs-horizontal a,
.tabs-stacked a {
    color: #808080;
    text-decoration: none;
}

/*  When active, change tab navigation background color. */
.tabs-horizontal > .active,
.tabs-stacked > .active a {
    border:1px solid #eee;
    background-color: #eee; 


}


/*  On hover and when active, change tab navigation color */
.tabs-horizontal a:hover,
.tabs-stacked a:hover,
.tabs-horizontal > .active > a,
.tabs-stacked > .active > a {
    color:#fc3d32;
    text-decoration: none;
}

/*  For bigger screens.
 *  (Tabby is mobile-first.) */
@media (min-width: 40em) {

    /*  Turn stacked nav into vertical list. */
    .tabs-stacked {
        border: none;
        margin-left: 0;
        padding-left: 0;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .tabs-stacked > li,
    .tabs-stacked > li > a {
        display: block;
        width: 100%;
    }
}


/* Clearfix */
.tabs:before, .tabs:after { 
    display: table; 
    content: ""; 
    zoom: 1; 
}

.tabs:after { 
    clear: both; 
}




/* ==========================================================================
   Owl Carousel Owl Demo Theme 
   v1.21
   ========================================================================== */


.owl-theme .owl-controls{
width: 100%;
margin-top: -50px;
text-align: center;
z-index: 50;
position: absolute;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 190px;
    background: url(AjaxLoader.gif) no-repeat center center
}


/* ==========================================================================
   Core Owl Carousel CSS File
   v1.21
   ========================================================================== */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}





/* ==========================================================================
   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;
}

/* ==========================================================================
									               ESTILOS G9
   ========================================================================== */

.AAA-G9-tituloPequeno {
	font-size:10pt;
  font-weight: bold;
  margin-bottom: 0px;
}

.AAA-G9-citacao {
	position: relative;
	margin: 0 auto;
	height: auto;
	bottom: 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:30px;
	padding-left:30px;
	text-align: justify;
	margin-bottom: 0px;
	margin-bottom: 0.7em;
}

.AAA-G9-citacaoTraduzida {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.7em;
  height: auto;
  bottom: 0;
  padding-top:0px;
  padding-bottom:0px;
  padding-right:30px;
  padding-left:30px;
  text-align: justify;
  color: #797373;
  	margin-bottom: 0px;
}


.AAA-G9-lista {
  font-size:10pt;
  padding-left:40px;
  padding-right:40px;
  margin-top: 0;
  list-style: none;
}

.AAA-G9-lista li {
	
	line-height: 1.45em;
	text-align: justify;
}

/* line-height: 0.5;*/

.AAA-G9-lista li:before {
   content: "•";
   font-size: 140%; /* or whatever */
   vertical-align:middle;
   margin-right:4px;
}




.AAA-G9-link {

  text-decoration: underline;
  color: #fc3d32;  

}


/*
* 
*/

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*

@media screen and (max-width: 768px) {

#content-wrapper {
    position:relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

#content-wrapper-two {
    position:relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

}

@media screen and (max-width: 480px) {

  #content-wrapper {
    position:relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

#content-wrapper-two {
    position:relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

}

}

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