@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(http://fonts.googleapis.com/css?family=Sanchez);

/**
 * Default
 */
html
{
    font-size: 62.5%;
}

html, body
{
    width: 100%;
    height: 100%;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #292929;
    background: #fff;
    background-image: url("../img/sos.png"); background-repeat: repeat;
}
.span3{
    text-align: center;
    max-height: 300px;
    max-width: 200px;
}
#background
{
    background-attachment: fixed;
    background-image: url("../img/bg1.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    width: 100%;
    z-index: -2;
}

#overlay
{
    background-attachment: fixed;
    background-image: url("../img/bg/bg1.jpg");
    background-position: left top;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

h1, h2, h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a
{
    color: #9b9b9b;
}

a:hover
{
    color: #9b9b9b;
    text-decoration: none;
}

p, li, span
{
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}


#logo
{
    font-size: 31px;
    color: #9FCD5E;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    
}
#logo span{
    font-size:inherit;
    font-weight: 500;
}

/*Social Media Box*/
#social-media {
    background: none repeat scroll 0 0 #9fcd5e;
    bottom: 0;
    display: block;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index:9999;
}
.social-container{
    text-align: right;
}
a[class^="s-icon"]{
    height:24px;
    width:24px;
    display:block;
    float: right;
    margin:8px 5px;
}
.brand h1{color:#fff;}
.s-icon-gplus{
   background: url('../img/icons/google_plus.png');
}
.s-icon-skype{
    background: url('../img/icons/skype.png');
}
.s-icon-stumbleupon{
    background: url('../img/icons/stumbleupon.png');
}
.s-icon-addthis{
    background: url('../img/icons/addthis.png');
}
.s-icon-appstore{
    background: url('../img/icons/apstore.png');
}
.s-icon-deviantart{
    background: url('../img/icons/deviantart.png');
}
.s-icon-digg{
    background: url('../img/icons/digg.png');
}
.s-icon-email{
     background: url('../img/icons/email.png');
}
.s-icon-facebook{
      background: url('../img/icons/facebook.png');
}
.s-icon-twitter{
       background: url('../img/icons/twitter.png');
}
.s-icon-linkedin{
       background: url('../img/icons/linkedin.png');
}
.s-icon-pinterest{
       background: url('../img/icons/pinterest.png');
}
.s-icon-reddit{
       background: url('../img/icons/reddit.png');
}
.s-icon-rss{
       background: url('../img/icons/rss.png');
}
.s-icon-vimeo{
       background: url('../img/icons/vimeo.png');
}
.s-icon-wp{
       background: url('../img/icons/wp.png');
}
.s-icon-youtube{
       background: url('../img/icons/youtube.png');
}


/**
 * Header
 */
#header {
    
    display: inline-block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    height:70px;
    background: #9fcd5e;
}

#header .navbar {
    filter: none;
    margin-bottom: 10px;
    transition: all 600ms ease 0s;
}

#header .navbar-inner
{
    background: none;
    border: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        -o-border-radius: none;
    border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    box-shadow: none;
    background: none;
    filter: none;
}

#header .navbar .brand
{
    text-shadow: none;
    line-height: 80px;
}

#header .navbar .nav > li
{
    line-height: normal;
}

#header .navbar .nav > li > a {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 12px 25px;
    padding: 15px 0 9px;
    
    text-transform: uppercase;
}

#header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
{
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
    color: rgba(49, 76, 5, 0.35);
    background: none;
    text-transform: uppercase;
    filter: none;
}
.navbar .brand {
   padding: 0px 20px;
}


.top-menu{
    
}
/*Frontpage*/
.frontpage{
    text-align: center;
}

/**
 * Intro
 */
.logo-container{
    text-align: left;
	margin-left:22%;
}
#intro h2 {
    color: #9FCD5E;
    font-family: 'Roboto',sans-serif;
    font-size: 7em;
    font-weight: 700;
    line-height: 90px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    
}

#intro h3 {
    color: #000;
    font-family: 'roboto',serif;
    font-size: 4rem;
    font-weight: 250;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}
#intro h6 {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin: 25px auto 40px;
    padding: 24px;
    text-align: center;
    width: 50%;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);

}
/**
 * Default page
 */
.header
{
    background-color: #888;
    background-color: rgba(159, 205, 94, 0.6);
    padding: 45px 0;
       }

.header h2
{
    color: whitesmoke;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 90px;
    font-size: 9rem;
    margin: 25px 0;
    font-family: 'Roboto', sans-serif;
}

.header h3
{
    color: #9b9b9b;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto', serif;
}

#header .navbar .nav > li > a {
    text-shadow:none;
}
.intro-btn-block{
    text-align: center;
}
.intro-btn{
    border-radius: 0;
    text-transform: uppercase;
    background: #FF7F00;
    border: none;
    color: #fff;
    text-shadow: none;
}
.content
{
    background: whitesmoke;
    padding: 90px;
    text-align: justify;
    text-justify: inter-word;

}

.pull-center
{
    text-align: center;
}

.line
{
    margin: 50px;
}

.quote
{
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
}

.customer
{
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
}

/**
 * Features
 */
#features i[class^='icon']{
    color:#bbb;
    font-size: 5em;
    margin-top: 10px;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
#features li:hover i[class^='icon']{
    color:#3a3a3a;
}
#features ul li{
    text-align: center;
}
.feature
{
    font-size: 18px;
    font-size: 1.4rem;
    line-height: 64px;
    font-weight: 400;
}

.feature i
{
    color: #9b9b9b;
    margin-right: 7px;
}

/**
 * Box
 */
.box
{
    width: 100%;
    min-height: 100%;
}

/* Pricing Table
/* ========================================================================== */
.pricing .well {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius:0;
    margin-top:0px;
    margin-bottom:0px;
    background: none repeat scroll 0 0 #F7F5F5;
    padding: 9px;
    border:0;
}
@media (max-width: 767px) {
    .pricing .well {
        margin-bottom: 40px;
    }
}
.pricing .well .well {
    background: none repeat scroll 0 0 #F9F9F9;
    padding: 20px 0;
    margin:0;
    border:0;
    box-shadow:none;
    border: 1px solid #dddcdc;
    border-top:0;
}
.pricing .featured .well {
    padding: 20px 0 20px;
}
.pricing .well:after {
    content: "";
    display: block;
    width: 94%;
    height: 1px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 3%;
}
.pricing .pricing-plan {
    height: 40px;
    margin:0;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #00AEEF;
    color: #333333;
    font:100 18px/40px 'Droid Serif',arial,helvetica,sans-serif;
    border: 1px solid #dddcdc;
}
.pricing .pricing-price {
    height: 95px;
    margin:0;
    background: none repeat scroll 0 0 #F8F8F8;
    color: #00AEEF;
    font:100 25px/95px 'Droid Serif',arial,helvetica,sans-serif;
    text-shadow: 0 1px 1px #FFFFFF;
    border: 1px solid #dddcdc;
    border-top:0;
}
.pricing .pricing-price .package-currency {
    font-size: 16px;
    position: relative;
    top: -15px;
    top: -5px \9;
    color: #505050;
    font-size: 21px;
    position: relative;
}
.pricing .pricing-price .package-price {
    font-size: 48px;
    font-weight: 600;
    display: inline;
    font-size: 55px;
    font-size: 35px \9;
    font-style: normal;
    font-weight: bold;
}
.pricing .pricing-price sup{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: -26px;
    top: -16px \9;
}
.pricing .pricing-price .package-time {
    color: #888888;
    font-size: 11px;
    margin-left: 0;
    position: relative;
    top: -5px;
    margin-left: -12px;
    font-style:italic;
}
.pricing .pricing-list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom:0;
    border-bottom:0;
}
.pricing .pricing-list li {
    padding: 15px 0;
    background-color:#fff;
    border: 1px solid #dddcdc;
    border-top:0;
}
.pricing .pricing-list li:nth-child(2n) {
    background-color:#fff;
}
.pricing .featured {
    margin-top:0;
    margin-bottom:0;
}
.pricing  .featured .pricing-plan {
    background: none repeat scroll 0 0 #00AEEF;
    padding-top:0px;
    border-color: #09aaef;
}
.pricing .featured .pricing-price {

}
.button {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 7px 11px;
    position: relative;
    transition: all 0.2s linear 0s;
    text-transform:uppercase;
}
.white {
    background: none repeat scroll 0 0 #EAEAEA;
    color: #686868;
}
.white:hover {
    background: none repeat scroll 0 0 #d2d2d2;
    color: #686868;
}
.red {
    font:700 13px/32px "PT Sans",Arial,Helvetica,sans-serif;
    background-color:#00AEEF;
    background-image:#00AEEF;
    background-image: -moz-linear-gradient(center top , #12D8FF 0%, #00AEEF 100%);
    background-image: -webkit-linear-gradient(center top , #12D8FF 0%, #00AEEF 100%);
    background-image: -ms-linear-gradient(center top , #12D8FF 0%, #00AEEF 100%);
    background-image: -o-linear-gradient(center top , #12D8FF 0%, #00AEEF 100%);
    background-image: linear-gradient(center top , #12D8FF 0%, #00AEEF 100%);
    border: 1px solid #00AEEF;
    color: #0c609f;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 32px;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.red:hover{
    background-image: linear-gradient(center top , #00AEEF 0%, #12D8FF 100%);
    background-image: -moz-linear-gradient(center top , #00AEEF 0%, #12D8FF 100%);
    background-image: -ms-linear-gradient(center top , #00AEEF 0%, #12D8FF 100%);
    background-image: -webkin-linear-gradient(center top , #00AEEF 0%, #12D8FF 100%);
    background-image: -o-linear-gradient(center top , #00AEEF 0%, #12D8FF 100%);
    color: #0b568e;
}
/**
 * Portfolio
 */
.portfolio{
margin-left: 6%;
 }
.portfolio .item a
{
    width: 100%;
    background-size: cover;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    height: 140px;
}

.portfolio .item h3
{
    line-height: normal;
    margin: 20px 10px 5px 10px;
    font-size: 24px;
   font-size: 1.4rem;
}

.portfolio .item p
{
    line-height: normal;
    margin: 5px 10px 40px 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

/**
 * Lightbox
 */

#lightbox
{
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 100;
}

#lightbox img
{
    max-width: 940px;
    margin-top: 40px;
}

/**
 * Google Maps
 */
#map_canvas
{
    height: 290px;
}

/**
 * Back to top
 */
#back-top
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}

#back-top:hover
{
    text-decoration: none;
    background: #9b9b9b;
    background: rgba(58, 192, 254, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}

/**
 * CSS Media Queries
 */

/* Large desktop */
@media (min-width: 1200px)
{
}

/* Normal desktop */
@media (min-width: 980px) and (max-width: 1199px)
{
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 15px;
          width: 200px;float: right;
        background-color: #9fcd5e;
        padding: 5px;
        opacity: 0.9; 
    }
    

    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #fff;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover
    {
        color:#fff;
        border: none;
        background: none;
        filter: none;
    }
    #header .navbar .nav > li > a:active
    {
        color:#fff;
        border: none;
        background: none;
        filter: none;
    }

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 15px;
        width: 200px;float: right;
        background-color: #9FCD5E;
        padding: 5px;
        opacity: 0.9; 
    }

    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;

    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #fff;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover
    {
        color:#fff;
        border: none;
        background: none;
        filter: none;
    }
     #header .navbar .nav > li > a:active
     {
        color:#fff;
        border: none;
        background: none;
        filter: none;
    }

}
 
/* Landscape phones and down */
@media (max-width: 480px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 10px;
        width: 200px;float: right;
        background-color: #9fcd5e;
        padding: 5px;
        opacity: 0.9; 
    }

    #header .navbar-inner
    {
        padding-left: 0;
        padding-right: 0;
    }

    #header .brand
    {
        max-width: 100px;
    }
    #header .brand h1{
    font-size: 30.5px;}
    
    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        margin-right: 0;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #fff;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover
    {
        color: #fff;
        border: none;
        background: none;
        filter: none;
    }
    #header .navbar .nav > li > a:active 
    {
        color: rgba(49, 76, 5, 0.35);
        border: none;
        background: none;
        filter: none;
    }

    #intro h2
    {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 10px 0;
        line-height: 40px;
    }

    #intro h3
    {
        font-size: 20px;
        font-size: 2rem;
        line-height: normal;
    }

    .header
    {
        padding: 15px 0;
    }

    .header h2
    {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        margin: 10px 0 0 0;
    }

    .header h3
    {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 10px 0 0 0;
    }

    .content
    {
        padding: 20px;
    }

    #map_canvas
    {
        margin-bottom: 20px;
    }

    #back-top
    {
        bottom: 10px;
        right: 10px;
        padding: 5px 10px;
    }

}

.margin-top-5 {
    margin-top: 5px;
}
.slidingDiv {
    height:300px;
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;

}
/*.show_hide {
    display:none;
}*/

.context{ width: 600px; height: 600px;position: absolute;}

.context iframe{ width: 100%; height: 400px;}
.context2 { width: 100%;position: relative;}

.max-lines  {
overflow-y: scroll; height: 67px
}
.max-lines .texto1{ overflow: none; text-overflow:ellipsis; height: 5px;}
.Btext{  text-align: left;background: whitesmoke; left:0px; margin:auto 302px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;padding-top: 10px;position: absolute;width: 1000px; border: 1px #000 solid; overflow: auto; opacity:1; }
.Btext .texto1{ text-align: left; !important; margin:5px;}
.Btext p .texto1{ text-align: left; !important;margin:5px;}
.Btext p span{ text-align: left; !important;margin:5px;}

#drt{max-height: 200px;}

#scontainer{ width: 100%; margin-top: 70px;}
.logoContainer{width:100%;margin-top: 15%}
.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .fwidth input, select, textarea{ width: 100%;}
  .fwidth .btn{ width: 80px;}
  .bgbr{background-color: #fff;}
  .serv{color: #000;
    text-align:left;margin-left: 5%;color: #000;}
  .serv li {display: inline-block; height: 250px;color: #000;
    width: 220px; text-align: center;}
  .serv li:hover {background-color:#9fcd5e; opacity: 0.6;color: #000; }
  .serv li .show_hide h3{color:#000;!important}
  .serv li .Btext:hover {opacity:1;!important}
  .m-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 9%;
}
  .m-container div {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.titulo1{font-size: 12px; font-weight: bold; text-transform: uppercase; color: #000;}
.titulo{font-size: 16px; font-weight: bold; text-transform: uppercase; color: #000;}
#Obra{width: 200px;height: 180px; !important; margin-bottom: 65px;margin-left: 10px;margin-right: 10px;margin-top: 10px;}
