#logo {
    margin: 0 40px;
}

#logo img {
    padding: 10px 0;
}

#top-bar {
    background: #c89e51;
}

.top-links {
    float: none;
}

.top-links ul {
    float: none;
    /*text-align: center;*/
}

.top-links ul li {
    float: none;
    display: inline-block;
    border: 0 none;
}

.top-links ul li a {
    color: #fff;
    font-size: 16px;
}

#primary-menu {
    float: none;
    display: inline-block;
}

.heading-block h3 {
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
}

.heading-block h3 strong {
    font-size: 42px;
}

.form-subscribe {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    background: rgba(0, 0, 0, .3);
    display: inline-block;
    height: 60px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: left;
}

.form-subscribe label {
    font-size: 11px;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    margin: 0 10px 0 30px;
}

.form-subscribe input {
    border: 0 none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border-radius: 20px;
    padding: 8px 10px;
}

.widget_links h3 {
    font-weight: bold;
    font-style: italic;
    margin: 35px 0 10px 15px;
}

.widget_links img.logo-footer {
    max-height: 60px;
    margin-bottom: 20px;
}

.widget_links li a {
    margin-left: 0;
}

.widget_links .footer-big-info li {
    margin-bottom: 8px;
}

.widget_links .footer-big-info li a {
    font-size: 16px;
}

.widget_links .footer-big-info li a i {
    margin-right: 10px;
}



.hover-link:hover {
    color: #c89e51;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.overlay-bg{
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(20, 20, 20, .8);
    top: 0;    
}

.overlay a {
    color: white;
}

.btn-jcg{
    color: red;
}



/*Efecto Hover en TEAM*/

/*

.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
*/


.container2 {
  position: relative;  
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.container2:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay h2 {
    position: relative;
    font-size: 17px;
    padding: 30px;
    background: rgb(236, 199, 128);
    text-align: center;
}

.team-hover-title{
    position: relative;
    font-size: 20px;
    padding: 30px;
    background: rgb(123, 98, 52);
    text-align: center;
    color: white;
    font-weight: 700;
    z-index: 10000;
}

.social-media-team-hover{
    padding: 50px;
}

.footer-pro{
    background-color: #F5F3F4;
    border-top: 6px solid #c89e51;
}

.gris{
    color: #6d6d6d !important;
}

.gris:hover{
    color: #c89e51 !important;
}

.gris2{
    color: #6d6d6d;
}


.btn-jcg{
    color: #ffffff;
    background-color: #c89e51;
    border-color: #c89e51;
}

.btn-jcg:hover{
    color: #ffffff;
    background-color: #ab8644;
    border-color: #846730;
}

.footer-jcg-background{
    background-color: #c89e51 !important;
}

.white{
    color: white !important;
}

.experiencia {
    background-color: #f9f9f9 !important;
}

.titulo-h4 h4{
    text-transform: uppercase;
    letter-spacing: 1px;    
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 700;        
}

.fondo-gris{
    background-color: #EFEFEF !important;
}

.fondo-blanco{
    background-color: #FFF !important;
}



.texto-abajo{
    position: absolute;    
    top: auto;
    bottom: 0;
    height: auto;    
    padding: 40px 5px 35px;
    text-transform: uppercase;
    letter-spacing: 2px;   
    font-size: 24px;
}

.text-abajo-title h2{
    font-size: 45px;
    line-height: 0;
}

.fondo-amarillo{
    background-color: #c89e51 !important;
}

.fondo-amarillo2{
    background-color: #A88658;
}


.btn-servicio{
    /*color: white !important;*/
    background-color: #A88658!important;
}

.btn-servicio:hover{
    /*color: red !important;*/
    background-color: #444 !important;
}

.pricing-features{
    padding: 10px 40px;
}

.button-border-amarillo{
    border: 2px solid #c99f50;
    background-color: transparent;
    color: #c99f50;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.button-border-amarillo-comprar{
    border: 2px solid #cca351;
    background-color: #caa04f;
    color: white;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.button-border-amarillo-comprar:hover{
    border: 2px solid #c99f50;
    background-color: white !important;
    color: #c99f50;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.button-border-amarillo-index{
    border: 2px solid #c99f50;
    background-color: transparent;
    color: black;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

#contenido-staff{
   columns: 3; 
}

@media only screen and (min-width: 990px) {
    #contenido-staff{
        columns: 0;
    }
}

.btn-amarillo{
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.footer-jcg a {
    color: #444;
}