.cabecera_logo
{
    width:100%;
    height: 100px;
    background:#7AAA6C;
    position: fixed;
    top:45px;
    left:0px;
    padding-top: 20px;
    text-align: center;
    z-index: 50;
    border-bottom: 2px solid #fff;
}
.section-nosotros 
{
    background-color: #ffffff;
    padding: 100px 0;
}
.section-servicios
{
    background-color: #B7D1AF;
    padding: 100px 0;
}
.section-clientes
{
    background-color: #2C4125;
    padding: 100px 0;
}
.section-pie
{
	background-color: #2C4125;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.btn-send 
{
    color: #2C4125;
    border: 1px solid #CCC;
}
/*..............................................................................CUSTOMIZACION DEL MENU*/
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    /*............................................................................COLOR FONDO DEL MENU COLLAPSE*/
    .navbar-default .navbar-collapse 
    {
        background:#7AAA6C;
    }
    .navbar-header{
        background: #7AAA6C;
    }
}
/*..............................................................................COLOR FONDO DEL MENU */
.main-navigation .navbar-default 
{
    background-color: #7AAA6C;
    border: none;
}
.fixed-header-on .header 
{
    background-color: #7AAA6C;
    padding: 5px 0;
}
.header 
{
    color: #FFF;
    background-color: #7AAA6C;
    padding: 10px 0px;
    transition: all 0.2s ease-in-out 0s;
}

/* ----------------------------------------------------------------------------- ASPECTO OPCIONES DEL MENU */
.header .navbar {
    margin-bottom: 0;
}
.main-navigation .navbar-default {
    background-color: #7AAA6C;
    //border-bottom: 1px solid #94B5D0;
}
.main-navigation .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 300;
    padding-top: 20px;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
    background-color: transparent;
    color: #2C4125;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
    color: #2C4125;
}
.navbar-toggle 
{
    margin-top: 0px;
    background-color: #fff;
}
.logo 
{
    margin-top: 0px;
}
/* ----------------------------------------------------------------------------- FONDOS DE SECCIONES */
.bg-image-2 
{
    /*background: url("../imagenes/bg-image-2.jpg") 50% 0px no-repeat;*/
    background: #1167A9;
}
/* ----------------------------------------------------------------------------- LETRAS */
.font1 
{
    font-family: 'Raleway', sans-serif;
    color:#486B3D;
    font-size: 2.8em;
    font-weight: 700;      
}
.font2
{
    font-family: 'Raleway', sans-serif;
    color:#486B3D;
    font-size: 2.8em;
    font-weight: 700;      
}
.font3
{
    font-family: Arial, sans-serif;
    color:#2C4125;
    font-size: 1.5em;
    font-weight: 700;      
}
.font4
{
    font-family: Arial, sans-serif;
    color:#fff;
    font-size: 1.0em;
    font-weight: 300;      
}
.font5
{
    font-family: Arial, sans-serif;
    color:#878787;
    font-size: 1.0em;
    font-weight: 300;      
}
.font6
{
    font-family: Arial, sans-serif;
    color:#B7D1AF;
    font-size: 1.0em;
    font-weight: 300;      
}
.font6:hover
{
    font-family: Arial, sans-serif;
    color:#fff;
    font-size: 1.0em;
    font-weight: 300;   
    text-decoration: none;
}
.font7
{
    font-family: Arial, sans-serif;
    color:#486B3D;
    font-size: 1.5em;
    font-weight: 700;      
}
.font8
{
    font-family: 'Raleway', sans-serif;
    color:#B7D1AF;
    font-size: 2.8em;
    font-weight: 700;      
}
.font9
{
    font-family: Arial, sans-serif;
    color:#fff;
    font-size: 1.5em;
    font-weight: 700;      
}
/*=========================================================================================================================================================================================================
.default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6, .translucent-bg h1, .translucent-bg h2, .translucent-bg h3, .translucent-bg h4, .translucent-bg h5, .translucent-bg h6 {
    color: #FFF;
}*/
.portfolio-items article img {width:100%;} 

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}
.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
    top:-20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top:5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

.align-center {
    text-align: center;
}
.fancybox-skin {
    position: relative;
    background: #F9F9F9 none repeat scroll 0% 0%;
    color: #444;
    text-shadow: none;
    border-radius: 0;
}
/* Row */
.service-wrapper-row {
    padding: 10px 0;
}
.service-wrapper-row h3 {
    padding-top: 15px;
}
.service-wrapper-row .service-image {
    padding-top: 15px;
    text-align: center;
}
.service-wrapper-row .service-image img {
    max-width: 80%;
    vertical-align: bottom;
    bottom: 0;
    border: 7px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    /*border-radius: 5px;*/
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    color: 0 0 8px #999;
}


/*..........................................................................CABECERA*/
.banner
{
    background-image: url(../imagenes/banner.jpg);
}


.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
    width:100%;
}

#portfolio article p {
    margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
    margin-bottom:1.5em;
}

nav#filter li {
    display:inline-block;
    margin:0 0 0 5px;
}
nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}
.thumbnail {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #444;
}
.thumbnail img {
    opacity: .75;
}
.thumbnail img:hover {
    opacity: 1;
}
