/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
.g-recaptcha {
    /*transform:scale(0.8);
    transform-origin:0 0;*/
   /* position: relative;
    float: left;*/
}


select, textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input{

font-size: 18px;

}

 body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:28px;
    line-height:20px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu Condensed', sans-serif;
}
h1, h2{
    letter-spacing: -2px;
}
h3, h4, h5, h6{
    letter-spacing: -1px;
}
.navbar .nav > li > a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
a {
    color:#F1F1F1;
    text-decoration: none;
}
a:hover {
    color: #282828;
    text-decoration:none;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.blanco{
    color: #fff !important;
}
.negro{
    color: #000 !important;
}
.azul{
    color: #282828 !important;
}
.gris{
    color: #3b3b3d !important;
}
.bg-blanco{
    background-color: #fff !important;
}
.bg-negro{
    background-color: #000 !important;
}
.bg-azul{
    background-color: #282828 !important;
}
.bg-gris{
    background-color: #3b3b3d !important;
}
.text-shadow{
    text-shadow: 0 1px 1px #000;
}
.text-shadow-b{
    text-shadow: 0 2px 1px #000;
}
.clear{
    clear: left;
}

.auto{
    margin-left: auto;
    margin-right: auto;
    float: none;
}


.navbar {
    background: #F1F1F1;
    margin-bottom:0;
    min-height:70px;
    height: 140px;
    padding-top: 20px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #F1F1F1;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar,
.navbar-inner {
    /*background: #282828;*/
    background: #282828;
    color: #fff;
}
.navbar .brand {
    padding-top: 20px;
}
.navbar .brand img {
    width:320px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.navbar-fixed-top .navbar-inner .brand,
.navbar-static-top .navbar-inner .brand {
    margin-top: 10px;
    background: #282828;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #000, 0 0 2px #000;
    max-width: 230px;
    padding: 20px;    
}
.navbar-fixed-top .navbar-inner .brand,
.navbar-static-top .navbar-inner .brand {
    padding-top: 15px;
}
.navbar-fixed-top .navbar-inner .brand img,
.navbar-static-top .navbar-inner .brand img {
    width: 180px;
}

.navbar .nav > li > a {
    /*background: #3b3737;*/
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #F1F1F1;
    box-shadow: none;
    font-size:22px;
    text-shadow: none;
    color: #FFF !important;
    transition: border-color 1s ease;
    padding: 8px 12px;
    border-radius: 5px;
}
.navbar .nav > a,
.navbar .nav > a:hover,
.navbar .nav > a:focus,
.navbar .nav > li:hover> a{
    border: 1px solid #282828;
    color: #282828 !important;
    background-color: #F1F1F1;
    transition: border-color 1s ease;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    border: 0;
    color: #FFF !important;
    background-color: #282828;
    transition: all 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: #000;
    box-shadow: 0 0 4px #032f33;
    border-radius: 1px;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 24px;
    padding: 8px 20px;
    line-height: 0.8;
}
.nav-pills > li > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    background: #717171;
    box-shadow: 0 0 4px #032f33;
    border-radius: 1px;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
    color: #fff;
    border: 1px solid #6ab9c1;
}
.nav-pills > li > a:hover{
    background: #3b3737;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#282828;
    color: #000;
}

#top-navigation {
    margin-top: 15px;
}
.navbar-fixed-top #top-navigation {
    margin-top: 0px;
}


/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background: #282828;
    padding: 20px 30px;
    box-shadow: inset 0 0 260px #032f33;
    border-radius: 45px;
    margin: 50px 30px !important;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}
.highlighted-box .button {
    border-radius: 5px;
    box-shadow: 0 0 3px #F1F1F1;
}
.highlighted-box h1 {
    font-weight: 900;
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #F1F1F1;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #FFF !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #F1F1F1;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
.reverse{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #F1F1F1;
    color:#F1F1F1;
    background-color:transparent;
    padding:15px 30px;
    font-size:30px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#F1F1F1;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#282828;
    color:#F1F1F1;
	
	}
.button-sp:hover, .button-sp:active {
    background-color:#F1F1F1;
    color:#282828;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#F1F1F1;
    color:#282828;
}
.button-ps:hover, .button-ps:active {
    background-color:#282828;
    color:#F1F1F1;
}
#price .button, #price .button:visited, #price .button:focus, #price .button:hover, #price .button:active {
    background: #282828;
    box-shadow: 0 0 3px #032f33;
    border-radius: 3px;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
    color: #fff;
}
#price a.button {
    border: 2px solid #35acb9;
    background: #282828;
    border-radius: 13px;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #282828;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#F1F1F1;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #282828;
}
.social li a:hover {
    color:#F1F1F1;
}
/*
3. Sections 
***************************************************************************/
.section {
    padding-bottom: 100px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    color: #282828;
    margin-bottom: 20px;
    padding: 0;
    text-shadow: 0 1px 1px #FFF;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -3px;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:#F1F1F1;
}
.primary-section .triangle {
    border-top: 40px solid #282828;
}
.primary-section .title {
    border-bottom: 1px solid #282828;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #282828;
}
.primary-section h1 {
    color:#FFF;
}
.primary-section .title p{
    line-height: 1.5;
    color: #3b3b3d;
}
.primary-section .title p{
    font-weight: 400;
    font-size: 24px;
    color: #3b3b3d;
}
.secondary-section {
    background:#282828;
}
.secondary-section .title {
    border-bottom: 1px solid #F1F1F1;
}
.secondary-section .title h1 {
    color:#FFF;
    text-shadow: 0 1px 1px #3b3b3d;
}
.secondary-section .title p {
    font-weight: 400;
    font-size: 28px;
    color: #FFF;
}
/* Third section use bacground image */
.third-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 148, 171, 0.84);
}
.third-section {
    position: relative;
    padding-bottom: 70px;
    background: #F1F1F1;
    background-size: cover;
    border-top:6px solid #282828;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #282828;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}

.third-section#galeria {
    background: #F1F1F1 url(../images/fondo-2.jpg) no-repeat center;
}
.third-section#galeria h3{
    color: #FFF;
    text-shadow: 0 1px 1px #333;
    font-weight: 900;
    text-transform: uppercase;
}
.third-section#galeria .title {
    border-bottom: 1px solid #FFF;
}
.third-section#galeria .bx-prev,
.third-section#galeria .bx-next {
    color: #fff;
}

/*******
3.1 Services  
***************************************/
.section#service{
    padding-bottom: 120px;
}
.service{
    /*margin-top:20px;*/
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding: 0px 10px;
    color: #3b3b3b;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
}
.service img {
    /*width:150px;*/
    /*height:180px;*/
}
.service h3{
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}
.service-tit{
    padding: 5em 0 2em;
}
.service-tit-line{
    display: block;
    line-height: 1;
    /*margin: 30px 0;*/
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-tit-line.ln-1 {
    letter-spacing: -1.3px;
}
.service-tit-line.ln-2 {
    letter-spacing: 5px;
}
.service-tit-line.ln-3 {
    letter-spacing: -0.5px;
}
.service-tit-line b {
    font-weight: 900;
    font-size: 44px;
    color: #fff;
    text-shadow: 0 2px 1px #000;
}
.service-textos {
    padding: 30px 0;
}
.service-textos-p{
    margin: 30px 0;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    max-width: 800px;
    display: block;
    margin: 10px auto 20px;
}
.service-textos-p li>.fa{
    position: absolute;
    left: -5px;
    font-size: 15px;
    top: 4px;
}
.service-textos-p li{
    position: relative;
    list-style: none;
    margin: 10px 0;
    line-height: 1.4;
    padding-left: 25px;
}
#quienes {
    position: relative;
}
#quienes > * {
    position: relative;
    z-index: 1;
}
#quienes:before {
    background: url(../images/home-pic.jpg) center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#F1F1F1;
}
#portfolio p.valor{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    border: 2px solid;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 4px;
}
#portfolio-grid .thumbnail h3{
    color: #fff;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: -1px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: rgba(22, 33, 41, 0.88);
    margin: 0;
    padding: 10px 0;
    text-shadow: 0 1px 3px #000;
    opacity: 0;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}
#portfolio-grid .thumbnail{
    background: #3b3b3b;
    max-height: 400px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}
#portfolio-grid .thumbnail:hover h3{
    opacity: 1;
}
#portfolio-grid .thumbnail:hover{
    padding-bottom: 15px;
}
#portfolio-grid .mask{
    background:rgba(255,255,255,0.2);
    opacity: 1;
}
#portfolio-grid .mask a{
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#portfolio-grid .mask a>i{
    position: absolute;
    display: inline-block;
    bottom: 70px;
    left: 100%;
    margin-left: -30px;
    text-shadow: 0 1px 4px #000;
    font-size: 20px;
}
#portfolio-grid .mask p{
    position: relative;
    top: 40px;
}
#portfolio-grid .mask p>i{
    position: relative;
    display: inline-block;
    font-size: 50px;
    text-shadow: 0 1px 3px #000;
    margin: 0 15px;
    width: 80px;
    height: 50px;
    padding: 30px 0 0;
    border-radius: 50%;
    background: rgba(22, 33, 41, 0.88);
    box-shadow: 0 0 3px #333;
    text-align: center;
}
#portfolio-grid .mask p>i.icon-desktop{
    font-size: 40px;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #282828;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #282828;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#282828;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info iframe {
    max-width: 100%;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
#portfolio figure.scale-05 {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}
#portfolio figure.scale-06 {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
}
#portfolio figure.scale-07 {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
}
#portfolio figure.scale-08 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
#portfolio figure.scale-09 {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}
#portfolio figure[class*="scale"] {
    padding: 2px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.35s ease-in, max-height 0.35s ease-in;
    -webkit-transition: transform 0.35s ease-in, max-height 0.35s ease-in;
    -moz-transition: transform 0.35s ease-in, max-height 0.35s ease-in;
    -o-transition: transform 0.35s ease-in, max-height 0.35s ease-in;
    -ms-transition: transform 0.35s ease-in, max-height 0.35s ease-in;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    max-height: 740px;
    overflow: hidden;
    background: #f1f1f1;
}
#portfolio figure[class*="scale"] + figure {
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
}
#portfolio figure[class*="scale"]:hover {
    z-index: 2;
    background: #444;
    max-height: 5000px;
    box-shadow: 0 0 10px#000;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
}
#portfolio figure.scale-15:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
#portfolio figure.scale-2:hover {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
}
#portfolio .overlay {
    transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    position: relative;
    z-index: 0;
}
#portfolio figure[class*="scale"]:hover ~ .overlay {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}


/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #282828;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin: 100px 0 30px;
}
.about-text h3 {
    font-weight: 900;
    margin: 2em 0;
    font-size: 2em;
}
.about-text p {
    position: relative;
    text-align: justify;
    background: #fff;
    border-radius: 10px;
    line-height: 1 !important;
    font-weight: 900;
    height: 40px;
    padding: 15px 15px 15px 90px;
    margin-top: 0;
    font-size: 26px;
}
.about-text p,
.about-text p a{
    vertical-align: sub;
    color: #3b3b3d;
}
.about-text p > .tel{
    font-size: 1.5em;
}
.about-text p > .icon{
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -20px;
    font-size: 40px;
    text-align: center;
    width: 50px;
    opacity: 0.7;
    text-shadow: -1px 1px 1px #000;
}
.call-text{
    padding: 5em 0 3em !important;
}
.call-text p{
    text-transform: uppercase;
    font-weight: 900;
}

@media(max-width:768px){
    .about-text p {
        font-size: 14px;
        margin: 20px 0px 10px !important;
        padding: 20px;
        padding-left: 60px;
    }
    .about-text p > .icon{
        font-size: 24px;
        left: 8px;
        margin-top: -12px;
    }
}

#grupo .logo-container{
    width: 33.333%;
    float: left;
    padding: 0 10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
#grupo .logo-container img{
    max-width: 100%;
}
#grupo .logo-container h4 span {
    font-size: 24px;
    min-width: 50%;
    letter-spacing: -1px;
    display: inline-block;
    font-weight: normal;
    color: #3b3b3d;
    padding: 12px 12px 6px 12px;
    border-top: 1px solid rgba(59, 59, 61, 0.11);
}

#grupo .logo-container .service img {
    transition: all 0.15s ease-out;
}

#grupo .logo-container:hover .service img {
    transform: scale(1.1);
}

#grupo .logo-container a {
    display: block;
    /* background: #f1f1f1; */
    border-radius: 14px;
    margin-top: 10px;
}

@media(max-width:768px){
    #grupo .logo-container{
        width: 100%;
        float: left;
    }
}

/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #F1F1F1;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #282828;
}
/*
3.4 Clients
**********************************************************************/
.da-slider{
    background: transparent url(../images/slider/bg.jpg) repeat-x top center; /* Replace with your background image*/
    background-size: 90% auto;
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
}
.da-slider .mask{
    background: #282828;
}
.da-img {
    border-radius: 50%;
    overflow: hidden;
    width: 280px !important;
    height: 280px !important;
    left: 75% !important;
    margin: 40px 80px;
    box-shadow: 0 0 12px #42bac5;
    /*border: 5px solid #000;*/
}
.da-img img {
    /*width: 286px !important;*/
    position: absolute;
    top: 50%;
    margin-top: -145px;
    left: 50%;
    margin-left: -145px;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
}
.da-slide .button:focus,
.da-slide .button:active,
.da-slide .button{
    font-size: 22px;
    font-weight: 900;
    background: #282828;
    color: #fff;
    border-radius: 6px;
}
.da-slide h2{
    font-weight: 900;
    color: #ffffff;
    text-shadow: -1px -1px 1px rgba(255,255,255,0.2);
    letter-spacing: -2px;
    font-size: 60px;
}
.da-slide h4{
    line-height: 1.5;
}
.da-slide p{
    top: 230px;
    line-height: 1;
}
.da-slide h4.dl ~ p{
    top: 270px;
}
.client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#282828;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#282828;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#F1F1F1;
}
.testimonial p {
    color:#F1F1F1;
    background:#282828;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #282828;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
@media(max-width:980px){
     .da-slide p{
         top: 150px;
     }
     .da-slide h4.dl ~ p{
         top: 160px;
     }
     .da-slide .da-img {
         width: 146px !important;        
         height: 146px !important;        
     }
     .da-slide .da-img img {
         width: 146px !important;
         margin-top: -73px;
         margin-left: -73px;
     }
     .da-slide .da-img {
        display: none !important; 
     }

}
@media(max-width:768px){
}

/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 30px;
    margin-bottom: 30px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color: #d4d4d4;
    text-transform: uppercase;
    text-align: center;
    color: #1ab1c1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 15px 0px;
    font-size: 26px;
    margin-top: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    box-shadow: inset 0 -1px 64px #e4e4e4;
}
.price-column .list{
    list-style:none;
    margin:0px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding: 10px 0px;
    line-height: 1.2em;
}
.price-column .list li:last-child {
    border-bottom: 0;
}
.price-column .list li.price {
    text-align: center;
    font-size:20px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
p.price-text {
    margin: 2em;
    padding: 2em;
    font-size: 18px;
    background: rgba(255,255,255,0.05);
    border-radius: 35px;
    box-shadow: inset 0 0 150px #0d95a5;
    line-height: 1.4;
    font-weight: 700;
    color: #104146;
}
a.strong:hover{
    text-decoration: underline;
}
a.strong{
    font-weight: 900;
    color: #104146;
}
.small-right{
    float: right;
    text-align: right;
    margin: 1em 0 0 0;
}

/*
3.6 Newsletter
********************************************************************/
 .newsletter h3 {
    font-weight: 900;
}
.newsletter-p{
    font-size: 20px;
}
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#F1F1F1;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #282828;
}
.contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #F1F1F1;
}
.contact form {
    margin: 0;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 16px;
    line-height: 26px;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
}
.contact textarea {
    height: 140px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact a:hover {
    text-decoration: underline;
}
.contact a {
   color: #124a50 !important;
}
.contact p {
    background: rgba(255, 255, 255, 0.11);
    color: #124a50 !important;
    padding: 2em;
    border-radius: 25px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    font-weight: 800 !important;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
#mapa-container{
    height: 500px;
    border-bottom: 15px solid #F1F1F1;
}
#mapa{
    height: 100%;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#F1F1F1;
}
.contact-form .control-group:last-child {
    margin-bottom: 0;
}
.contact-form {
    z-index:110;
    position:relative;
    margin-top:-35px;
    padding: 25px;
    display: inline-block !important;
    float: none !important;
    border-radius: 25px;
    box-shadow: 0 0 0;
    text-align: left;
    box-shadow: 0 0 3px #333;
    background: #f1f1f1;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    /*color:#747C89;*/
    background-color:transparent;
    padding:12px 22px;
    font-size:17px;
    border-radius: 5px;
}
.message-btn {
    background-color: #2b3135;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
}
.message-btn:hover {
    background-color:#3b3b3d;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#F1F1F1;
}
.black {
    color:#F1F1F1;
}
#successSend {
    font-size: 20px;
}
#successSend strong{
    display: block;
}
/*
3.8 Footer
********************************************************************/
.footer {
    background: #F1F1F1;
    text-align: center;
}
.footer > .row{
    margin: 0;
    padding: 15px 30px;
}
.footer a:hover,
.footer a {
    font-size: 16px;
    color: #282828;
    margin:0;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #282828;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

.text-c{
    text-align: center;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 1.4);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 1.4);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 1.4);
    height: 69px;
}
.copyright{
    font-size: 18px;
    display: block;
    margin: 10px auto;
}

/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .navbar-fixed-top .btn-navbar {
        position: fixed;
        z-index: 100000;
        right: 15px;
        top: 15px;
        /*margin-right: 25px;*/
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
        background: #F1F1F1;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
    #service .span4{
        float: left;
        margin: 30px auto;
    }
}
@media (max-width: 479px) {
    p.price-text,
    .about-text p,
    .about-text p {
        margin: 2em 0;
    }
    .contact p {
        font-size: 0.8em !important;
        padding: 1.5em;
    }
}

