.menu {
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 0;
    position: relative;
    top: 2px;
}
.footerdesarrollo{
    background-color: #333;
    color: #999;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu .icon{
    font-size: 14px;
    color:#028B5D;
	float:left;
	padding-right: 10px;
}
.menu .icon a{
    vertical-align: middle;
    display: inline-block;
    color:#028B5D;
}
.menu .icon .icon-tel::before{
    content: url(../images/icon-tel-menu.png);
    width: 29px;
    height: 29px;
    margin-right: 2px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.menu .icon .icon-email::before{
    content: url(../images/icon-mail-menu.png);
    width: 29px;
    height: 29px;
    margin-right: 2px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.menu .icon .icon-contact::before{
    content: url(../images/icon-contacto-menu.png);
    width: 29px;
    height: 29px;
    margin-right: 2px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
@media all and (min-width: 768px) {
	.menu li {
	    margin-right: 0px;
	}
}
@media all and (max-width: 767px) {
    .menu{
        margin-bottom: 10px;
        clear: both;
    }
    .menu .icon{
        font-size: 16px;
        color:#028B5D;
        display: inline-block;
        margin-left: 10px;
    }
    .menu .icon a{
        vertical-align: middle;
        display: inline-block;
        color:#028B5D;
    }
    .menu .icon .icon-email::before,
    .menu .icon .icon-tel::before{
        margin-right: 3px;
    }
}
.topmenu{
    float: right;
}
@media all and (max-width:480px) {
    .menu .icon{
        display: none;
    }
    .topmenu{
        float: none;
    }
}
.main-header .main-header-wrap {
    background-color: #fff;
    border-top: 4px solid #000;
    padding: 10px 0 0;
    position: relative;
    transition: padding 0.2s ease 0s;
    width: 100%;
}
.main-header.affix {
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
}
.main-header.affix .main-header-wrap {
    padding: 0;
}

.main-header .brand {
    text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
}
@media all and (min-width: 768px) {
	.main-header .brand {
		text-align: left;
	}
}

.main-header .brand a {
    outline: 0 none;
    text-decoration: none;
}
.main-header .brand img {
    cursor: pointer;
    margin: auto;
    max-height: 80px;
    transition: max-height 0.2s ease 0s;
    width: auto;
}
@media all and (max-width: 480px) {
    .main-header .brand img{
        width: 90%;
    }
}
.main-header.affix .brand {
    margin-top: -70px;
}
/* datos de navegacion */
#bs-example-navbar-collapse-1{
    position: relative;
}
.topnav{
    background-image: url(../images/topnav.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.navigatebar{
	background-color: #028B5D;
	margin-bottom: 0px;
}

.navigatebar .navbar-default {
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
}
.navigatebar .navbar-collapse {
    border-top: none;
    box-shadow: none;
    overflow-x: visible;
    padding-left: 0px;
    padding-right: 0px;
}
.navigatebar .navbar {
    border: none;
    margin-bottom: 0px;
    min-height: all;
    position: relative;
}
.navigatebar .nav.navbar-nav{
	display: block;
    width: 100%;
    clear: none;
    padding:0px;
}
.navigatebar .navbar-default .navbar-nav li > a{
    text-transform: uppercase;
}
.navigatebar .navbar-default .navbar-nav > .active > a,
.navigatebar .navbar-default .navbar-nav > .open > a {
    background-image: none;
    background-color: #01583C;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.075) inset;
}
.navigatebar .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
}
.navigatebar .navbar-default .navbar-nav > li > a:focus,
.navigatebar .navbar-default .navbar-nav > li > a:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > .active > a:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 88, 60, 0);
    border-top-color: #01583C;
    border-width: 5px;
    margin-left: -5px;
}
@media (min-width: 768px){
    .topbar{
        position: relative;
        z-index: 1500;
		padding-bottom: 10px;
    }
     .topbar .language{
        position: absolute;
        right: 0px;
        z-index: 1500;
    }
}
.language{
    color: #FFFFFF;
    text-align: right;
	float: left;
	padding: 3px 10px 3px 10px;
	background-color: #CCCCCC;
	border-radius: 4px;
}
.language .open > .dropdown-menu{
	margin-top:5px;
	border:none;
}

.language .open > .dropdown-menu::after {
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ffffff transparent;
    content: " ";
    height: 0;
    right: 15px;
	top: -5px;
    margin-left: -5px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.language .dropdown-toggle{
    color: #666666;
    font-weight: normal;
    display: inline-block;
}
.slogan{
    color: #000000;
    font-size: 30px;
	font-weight: 500;
    line-height: 1.1;
    padding:20px 20px 20px 20px;
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.slogan h2{
	margin-top: 0px;
}
.lineCircle{
    width: 40%;
    border-top: 1px #028B5D solid;
    padding-top: 10px;
    padding-bottom:5px;
    height: 1px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 10px;
}
.lineCircle::before{
    content: " ";
    background-color: #028B5D;
    border-radius:100px;
    width:20px;
    height:20px;
    text-align:center;
    position: absolute;
    left: 50%;
    top:-10px;
    margin-left: -10px;
}

@media all and (min-width: 768px) {
	.navigatebar .navbar-nav > li{
		width: 25%;	
	}
    .navigatebar .navbar-nav > li > a{
        font-size: 18px;
    }
}
.well h2{
	color: #028B5D;
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;	
}
.icono{
	margin-right: 15px;
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}
.icono img{
	display:block;
	max-width:32px;
	height:auto;
}
@media all and (max-width: 480px) {
    .slogan{
        color: #000000;
        font-size: 18px;
        line-height: 1.5;
        padding:20px 20px 20px 20px;
        text-align: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .well h2{
        font-size: 24px;
    }
 }
@media all and (max-width: 768px) {
	.icono img{
		max-width: 32px;
	}
    
}
@media (min-width: 768px) and (max-width: 996px) {
    .well h2{
        font-size: 24px;
    }
}
.listiconos li{
	margin-bottom: 10px;
}
.btn-full {
	width: 100%;
}

.headline {
    border-bottom: 2px dotted #CCCCCC;
    display: block;
    margin: 10px 0 20px;
}
.headline h2 {
    font-size: 36px;
    font-weight: bold;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 4px solid #028B5D;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}
/* posts home */
.post{
    min-height: 380px;
    margin-bottom: 20px;
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .post{
        min-height: 360px;
    }
 }
@media (max-width: 480px) {
    .post{
        min-height: auto;
    }
 }
.post-thumb::before{
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 0;
    z-index: 1;
}
.post-thumb:hover::before, .post-detail:hover > .post-thumb > img{
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible;
    width: 100%;
}
.post-thumb {
    position: relative;
}
.post-thumb img {
    width: 100% !important;
}
.post-thumb .post-badge {
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    position: absolute;
    right: -10px;
    text-transform: capitalize;
    top: 10px;
    z-index: 2;
}
.post-thumb .post-badge::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
    border-left: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transform: rotate(180deg);
    width: 0;
}
.post-thumb .thumb-hover {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.post-thumb .thumb-hover a {
    border: 1px solid;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.post-thumb .thumb-hover a:hover {
    background: #fff none repeat scroll 0 0;
}
.post-thumb:hover .thumb-hover {
    opacity: 1;
    visibility: visible;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.post-content {
    margin: 15px 0 0;
}
.post-content {
    overflow: hidden;
}
.post-content h4 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.post-content h4 a{
    color: #666666;
}
.post-meta {
    line-height: 1.8;
    margin: 0;
}
.post-meta li {
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-meta li i {
    font-size: 12px;
    margin-right: 5px;
}
.icon-clock {
    font-size: 14px;
    font-weight: bold;
}
.post-thumb .thumb-hover {
    transition: all 0.4s ease-in-out 0s;

}
.post-thumb .thumb-hover a {
    border-color: #028B5D;
    background: #028B5D none repeat scroll 0 0;

}
.post-thumb .thumb-hover a:hover {
    color: #028B5D;
}

.post-badge{
	background: #028B5D none repeat scroll 0 0;
}
.post-content .description{
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

#owl-marcas .item{
  background-color: transparent;
  padding: 0px;
  min-height: 160px;
  
  margin: 10px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  line-height: 160px;
}
#owl-marcas .item {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  display: block;
  max-height: 160px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#owl-marcas .item:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
#owl-marcas{
    position: relative;
}


/* footer */
.footerbg {
    background-color: #444444;
}
.footer .headline h2,.footer  .headline h3,.footer  .headline h4 {
    border-bottom: 2px solid #999999;
}
.footer{
    color: #999999;
    padding-top:25px;
    padding-bottom: 25px;
    font-size: 14px;
}
.footer a{
    color: #999999;
}
.footer h3{
     color: #999999;
     font-size: 18px;
}
.footer .headline h2,.footer .headline h3,.footer .headline h4 {
    color:#999999;
    margin-top: 0px;
    font-size: 20px;
}
.footer .headline ,.footer .headline ,.footer .headline  {
    
    margin-top: 0px;
}

.latest-list li {
    border-top: 1px solid #666666;
    padding: 8px 0;
}
.latest-list li:first-child {
    border-top: medium none;
    padding-top: 0;
}
.latest-list li a {
    color: #eee;
}
.latest-list small {
    color: #999;
    display: block;
}
.link-list li {
    border-top: 1px solid #353535;
}
.link-list li:first-child {
    border-top: medium none !important;
}
.link-list a {
    color: #eee;
    display: inline-block;
    font-size: 11px;
    padding: 6px 0;
    text-transform: uppercase;
}
.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

.copyright {
    border-top: medium none;
    padding: 0 0 5px;
    background-color: #333;
    color: #666;
}
.copyright .bgcp {
    color: #666;
}
.copyright p {
    color: #666;
    margin-top: 14px;
}
.copyright a {
    color: #666;
    margin: 0 2px;
}
.copyright .footer-socials {
    margin-top: 12px;
    text-align: right;
}
.copyright .footer-socials li a {
    color: #666;
    font-size: 16px;
}
@media (max-width: 991px) {
    .footer-v1 .copyright, .footer-v1 .footer-socials {
        text-align: left;
    }
}

.fondogris{
    background-color: #EEEEEE;   
}
.textoprincipal{
    padding-top: 20px;
    padding-bottom: 20px;
}
.textoprincipal p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}

.accordiontecnocrom .panel-heading{
    padding: 0px;
}
.accordiontecnocrom .panel-heading a{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
.accordiontecnocrom .panel-heading a:before{
    color: #CCCCCC;
    content:"\f138 \00a0";
    font-size:1em;
    font-family:'FontAwesome';
    vertical-align: middle;
}
.accordiontecnocrom .panel {
    border:1px #CCCCCC solid;
}
.accordiontecnocrom .panel-heading a{
    color: #333333;
	font-size: 30px;
}
.accordiontecnocrom .panel-heading a .mensaje{
    float: right;
    background-color: #028B5D;
    border-color: #028B5D;
    color: #fff;
}
.accordiontecnocrom .panel-heading a .mensaje:before{
    color: #FFFFFF;
    content:"\f138 \00a0";
    font-size:1em;
    font-family:'FontAwesome';
    vertical-align: middle;
	font-size: 20px;
}
.accordiontecnocrom .panel-heading a.collapsed .mensaje{
    color: #999999;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
}
.accordiontecnocrom .panel-heading a.collapsed .mensaje:before{
    color: #999999;
}
.accordiontecnocrom .panel-heading a.collapsed{
    color: #999999;
}
.accordiontecnocrom .panel-heading a.{
    color: #028B5D;
    content:"\f138 \00a0";
    font-size:2em;
    font-family:'FontAwesome';
    vertical-align: middle;
}
.cargando{
    padding: 40px;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
}
.cargando:before{
    content:"\f017 \00a0";
    color: #028B5D;
    font-size:2em;
    font-family:'FontAwesome';
    vertical-align: middle;
}

.contenido {
    color: #999;
    font-size: 16px;
    padding: 10px;
}
.contenido ul {
    margin: 0;
    padding: 0;
}
.contenido ul li {
    margin: 0px 10px 20px 0px;
    list-style: outside none none;
}
.contenido ul li {
    border: 1px solid #dddddd;
    clear: both;
    padding: 10px;
}
.contenido ul li h2 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.contenido ul li p {
    font-size: 12px;
}
.contenido ul li .imagen {
    border: 1px solid #dddddd;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 90px;
}

.contenido.content {
    height: 350px;
    max-width: 100%;
}

#myModal .modal-dialog  {width:75%;}
@media screen and (min-width: 768px) {
    #myModal .modal-dialog  {width:900px;}
}
ul.checkedlist li:before{
    content:"\f00c \00a0";
    color: #028B5D;
    font-family:'FontAwesome';
    vertical-align: middle;
}
.parallax-window.oscuro{
    padding:40px;
}

.parallax-window.oscuro h2{
    text-align: center;
    margin-top:20px;
    margin-bottom:20px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.parallax-window.oscuro p{
    text-align: center;
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #FFFFFF;
}
h2.titulo {
    color: #028b5d;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.descargas{
    margin:0px;
    padding: 0px;

}
.descargas li{
    margin-bottom:10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    color: #333;
}
.descargas li h2{
    color:#333333;
    font-size:20px;
    margin-top:0px;
    margin-bottom:10px;
    font-weight: bold;
}
.descargas li span{
    float:right;
}
.icon-cont{
    width:72px;
    height:72px;
    background-size:cover;
    background-image: url(../images/bg-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-right: 10px;
    float: left;
}
.icon-cont img{
    position:absolute;
    left:36px;
    top:36px;
    margin-left:-18px;
    margin-top:-18px;
}
.icon-cont{
    font-size:14px;
}
/* Noticias */
.post-detalle h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 10px;
    font-weight: bold;
}
.post-detalle .metas{
    border-top:1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}
.post-detalle .metas ul{
    margin:0px;
    padding:0px;
}
.post-detalle .metas ul li{
    margin:0px;
    padding:0px;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
    color: #666666;
}
.post-detalle .imagenes{
    position: relative;
}
.post-detalle .carruselclick{
    display: block;
    width: 74px;
    height: 74px;
    background-image: url(../images/expandir.png);
    background-position: center  center;
    background-repeat: no-repeat;
    position: absolute;
    top:20px;
    right: 20px;
}
.post-detalle .tags span{
    background: #d3d3d3 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 12px;
    margin: 3px 3px 0 0;
    padding: 3px 6px;
    position: relative;
    text-shadow: 0 1px 1px #ffffff;
    display: inline-block;
}
.post-detalle .descripcion-imagen{
    font-size: 14px;
    color: #666666;
    font-style: italic;
    margin-top: 7px;
    margin-bottom: 7px;
}
/* listado */
.my-list-group {
    padding-left: 0px;
    margin:0px;
}
.my-list-group li{
    padding: 0px;
}
.my-list-group-item:first-child {
    border-top: 1px solid #ddd;
}
.my-list-group-item:last-child {
    margin-bottom: 0;
}
.my-list-group-item {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 0 15px;
    position: relative;
}
.my-list-group-item a {
    color: #666;
    display: block;
    font-size: 14px;
    margin-top: 1px;
    padding: 10px;
}
.my-list-group-item.active {
    background-color: #eeeeee;
}
.my-list-group-item a:hover {
    background-color: #eeeeee;
    color: #000;
    text-decoration: none;
}
.my-list-group-item a::before {
    color: #028B5D;
    content: "\f105";
    font: 14px/1 FontAwesome;
    margin-right: 10px;
    text-align: left;
    width: 1.28571em;
}
.categorias{
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
.categorias > li{
    margin: 0px;
    padding: 10px 0px 10px 0px;
    list-style: none;
    background-image: url("../images/icon.png");
    background-position: left 17px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    padding-left: 30px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
}
.categorias li a{
     color: #333333;
   
 }
.categorias li a:hover{
    text-decoration: none;
}
.categorias > li ul{
    margin-left: 0px;
    padding: 0px;
}
.categorias > li li{
    list-style: none;
    margin-left: 0px;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px 10px 0px;
    border-bottom: 1px solid #DDDDDD;
}

#map-canvas {
  width:100%;
  height:350px;
}

@media (max-width: 979px) {
    .modal-open .page-container .navbar-fixed-top {
        overflow-y: visible;
    }
}