/* Fonts   */
@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/fontawesome-webfont.eot?qeo5nw');
  src: url('../fonts/fontawesome-webfont.eot?#iefixqeo5nw') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?qeo5nw') format('woff'), url('../fonts/fontawesome-webfont.ttf?qeo5nw') format('truetype'), url('../fonts/fontawesome-webfont.svg?qeo5nw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-b';
  src: url('../fonts/DINNextLTPro-Bold.otf');
 font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-l';
  src: url('../fonts/DINNextLTPro-Light.otf');
 font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('../fonts/DINNextLTPro-Regular.otf');
 font-weight: normal;
  font-style: normal;
}
:root {
  --color-principal: #7bc465;
  --color-mouseover: #193c33;
  --color-claro: #a1cc84;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  font-family: 'font-awesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  padding: 0;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  webkit-font-smoothing: antialiased;
}
/* Global Styles    */
body {
  /* color: #7F7F7F; */
  color: #000;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4 , h5, h6{
  color: #494949;
   font-family: 'din-b',  sans-serif;
}
h1 {
  font-size: 20px;
}
.h2,
h2 {
  font-size: 20px;
}
a {
  color: var(--color-principal);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-paises div ul {
  list-style-type: none;
}
.btn-primary {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  border: 0;
}
.btn-primary:hover , .btn-primary:active{
  background-color: var(--color-principal);
}
.featurette-divider {
  border: 0;
  height: 0px;
  margin: 20px auto;
  width: 100%;
  float: left;
}
hr.white {
  border-top: 1px solid #fff;
  height: 1px;
  margin: 20px auto;
  width: 100%;
  float: left;
}
/* Header */
.header {
  width: 100%;
  margin: 0 auto;
  background-color: var(--color-principal);
  color: #fff;
  float: left;
  position: relative;
  padding-top: 30px;
  min-height: 125px;
  font-family: 'din-b',  sans-serif;
}
.header .col-lg-12 {
  padding: 0;
}
.header h1.logo {
  margin: 0;
  padding: 0;
}
.header h1.logo a {
  height: 60px;
  background: url(logo.png) 0 0 no-repeat;
  display: block;
  background-size: 200px;
}
.header h1.logo a span {
  display: none;
}
/* menu nuevo */
.navbar-default {
  background-color: var(--color-principal);
  border-color: #01305C;
}
.navigacija {
  text-transform: uppercase;
  position: relative !important;
}
.navbar-collapse.collapse {
  overflow: hidden !important;
}
.navigacija > ul {
  margin-left: 50px !important;
}
.sub_menu{width:100%;  background:#b2b2b2; min-height: 45px;float:left; position: relative; margin-top: 20px;display: none;}
.sub_menu ul li{float:left; font-size:16px;  margin:2px 12px 0 10px; display:inline;}
.sub_menu ul li.active{float:left;line-height:33px; margin:2px 12px 0 10px; display:inline; color:#8ab921}
.sub_menu ul li a{color:#ffffff; line-height: 45px;text-decoration:none;}
.sub_menu ul li a:hover{color:var(--color-mouseover); text-decoration:none;}
.sub_menu ul li a.active,
.sub_menu ul li a.active:hover{color:var(--color-mouseover); text-decoration:none;}
.sub_menu ul li.sub_menu_marlitlfirst{ margin:2px 0px 0 31px; }
.sub_menu ul li.sub_menu_marlitl{ margin:2px 0px 0 17px; }
.sm{
   margin: 0 0 0 100px;
}
.middot{display:inline-block; margin-right: 3px;}
.error,
input.error,
textarea.error
{
  border: 1px solid red;
}

form#enviaBoletin .error,
form#enviaHacemos .error,
form#content_form .error
{
  border: 1px solid red;
}

@media (max-width: 768px) {
  .navigacija > ul {
    margin-top: 0;
    margin-left: 0 !important;
  }
  .navbar-collapse.collapse {
    overflow: visible !important;
  }
  
}
.dropdown-menu {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}
.dropdown-menu li {
  display: inline-block;
}
/* menu nuevo */
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar {
  margin: 0;
  min-height: 60px;
}
.navbar-default {
  background: transparent;
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  /*text-transform: uppercase;*/
  font-weight: 900;
  font-size: 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
  color: 
  var(--color-mouseover);
  text-decoration: none;
}
.caret {
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: var(--color-mouseover);
}
.navbar-toggle {
  margin-right: 0;
  border: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
/*#navbar{display: block;}*/
.footer .copyright {
    font-size:12px;
  }
  .tienda{ padding:0;}
ul.lang {
  position: absolute;
  top: -15px;
  right: 0;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
  float: right;
}
ul.lang li {
  float: left;
  display: inline;
}
ul.lang li a {
  display: block;
  color: #fff;
  line-height: 15px;
  margin: 0 5px;
}
ul.lang li a:hover {
  text-decoration: none;
  color: var(--color-mouseover);
}
ul.lang li a.active {
  text-decoration: none;
  color: var(--color-mouseover);
}
/* Carousel  */
#myCarousel, {
  font-family: 'din-b',  sans-serif;

}
.carousel {
  height: 200px;
  margin-bottom: 0;
   
}

.carousel-caption {
  z-index: 10;
  height: 100%;
  padding: 0;
  top: 0;
  display: none;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.carousel .item {
  height: 200px;
  background-color: #777;
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover !important;
}
.carousel-caption aside {
  display: table-cell;
  vertical-align: middle;
}
.carousel-caption h1 {
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
}
.carousel-caption h2 {
  font-size: 13px;
  color: #fff;
  margin: 10px 0 20px 0;
}
.carousel-caption a{
  pointer-events: all;
}
.carousel-caption .btn-primary {
  font-size: 13px;
  padding: 4px 8px;
}
.full-menu {
  margin-top: 0;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  float: left;
}
.carousel-menu {
  display: none;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  z-index: 15;
  width: 100%;
}
.carousel-menu li {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.carousel-menu li:last-child {
  border-bottom: 0;
}
.carousel-menu li span {
  display: block;
  margin: 0 10px;
  padding: 5px;
}
.carousel .f1 {
  background-image: url(../img/f1.jpg) !important;
}
.carousel .f2 {
  background-image: url(../img/f1.jpg) !important;
}
.carousel .f3 {
  background-image: url(../img/f1.jpg) !important;
}
.carousel-inner h1 {
  margin: 0 0 30px 0;
}
/* Content */
.page {
  clear: both;
}
/* Colabora */
h1.big {
  margin: 20px auto;
  font-size: 20px;
}
.colabora {
  text-align: center;
}
.colabora .col-md-3 {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: 400px;
  background: #fff;
  position: relative;
  padding-bottom: 50px;
}
.colabora .col-md-3:hover {
  background: #F7F7F7;
}
.colabora .col-md-3 img {
  width: 80%;
  height: auto;
  margin: 10px auto;
}
.colabora .col-md-3 a {
  display: block;
  padding: 0;
  color: #424242;
}
.colabora .col-md-3 a:hover,
.colabora .col-md-3 a:hover h2 {
  text-decoration: none;
  color: var(--color-principal);
}
.colabora .col-md-3 span.border {
  position: absolute;
  bottom: 35px;
  left: 30%;
  margin: 0;
  width: 40%;
  display: block;
  border: 5px solid var(--color-principal);
}
/* Green */
.green {
  background-color: var(--color-principal);
  color: #fff;
}
.green h2 {
  margin: 20px auto;
  line-height: 1.2;
}
.green h3 {
  margin: 0 auto;
  font-size: 25px;
  line-height: 1.2;
}
.green h3 p {
  font-size: 14px;
  line-height: 1.2;
}
.green h2,
.green h3,
.green h4 {
  color: #fff;
}
.green img {
  width: 30%;
  height: auto;
}
.green .border-right {
  border-right: 0;
  border-bottom: 1px solid #fff;
}
.green .info {
  padding: 10px;
}
/* Gray */
.gray {
  background-color: rgba(200, 201, 196, 0.5);
  color: #494949;

}
.puedes-box{max-width:380px; line-height:40px; margin:15px auto;/*width:280px;  */background:#f2f2ed; /*margin-right:23px;*/ /*margin-bottom:40px;*/ border-bottom:11px solid #3f600f; /*float:left; display:inline;*/}
.ml-20{ margin-left: 20px;}
.center{ margin: 0 auto;}
.batchg{min-height: 520px;}
/*.hacemos_box img{float:left; display:inline;}*/
.gray h2 {
  color: #494949;
  text-transform: uppercase;
  margin: 20px auto;
  font-size: 20px;
  line-height: 1.2;
}
/* box */
.box {
  margin: 15px auto;
  float: left;
  width: 100%;
  /*min-height: 400px;*/
  background-color: #fff;
  color: #fff;
  text-align: left;
}
.box h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.box h3 a {
  color: #fff;
}
.box figure {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
}
.box-content {
  padding: 20px;
   background-color: var(--color-principal);
  /* min-height: 160px;*/
   float: left;
   width: 100%
}
.meta-data {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
  clear: both;
  width: 100%;
  float: left;
}
.meta-data li {
  margin: 0 10px 0 0;
  float: left;
  display: inline-block;
}
.meta-data li a.category {
  background: #fff;
  color: var(--color-principal);
  padding: 4px;
  font-size: 11px;
}
.meta-data li a.category:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
}
.meta-data li span {
  padding: 4px;
  font-size: 11px;
}
.meta-data li span i {
  margin-right: 5px;
}
/* social share */
.social-share {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: inline-block;
}
.social-share li {
  float: left;
  display: inline;
  margin: 10px;
}
.social-share li a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.social-share li a:hover {
  text-decoration: none;
}
.social-share li a i {
  font-size: 30px;
}
.social-share li a span {
  display: none;
}
.social-share .icon:before {
  display: block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
}
.social-share .fa-facebook:before {
  content: "\f09a";
  background-color: #3C5A96;
}
.social-share .fa-twitter:before {
  content: "\f099";
  background-color: #1CADEA;
}
.social-share .fa-google-plus:before {
  content: "\f0d5";
  background-color: #D11818;
}
.social-share .fa-youtube:before {
  content: "\f167";
  background-color: #D11818;
}
.social-share .fa-flickr:before {
  content: "\f16e";
  background-color: #0063DB;
}
/* Footer */
.footer {
  width: 100%;
  background-color: #272727;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer ul,
.footer a {
  color: #fff;
}
.footer h3 {
  border-bottom: 1px solid #707070;
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
    font-family: 'din-b';
}
.footer ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.footer ul li {
  margin: 5px 0;
  padding: 0;
}
.footer .full {
  max-width: 260px;
  height: auto;
  margin: 10px auto 0 auto;
  display: block;
  clear: both;
}
.footer img {
  max-width: 300px;
  height: auto;
  margin: 15px 0 10px 0;
}
.footer .social-share li {
  margin: 10px 5px 10px 0;
}
.footer .social-share li a {
  color: #fff;

}
.footer .social-share li a:hover {
  text-decoration: none;
}
.footer .social-share li a:hover .fa-facebook:before {
  background-color: #3C5A96;
  color: #fff;
}
.footer .social-share li a:hover .fa-twitter:before {
  background-color: #1CADEA;
  color: #fff;
}
.footer .social-share li a:hover .fa-google-plus:before {
  background-color: #D11818;
  color: #fff;
}
.footer .social-share li a:hover .fa-youtube:before {
  background-color: #D11818;
  color: #fff;
}
.footer .social-share li a:hover .fa-flickr:before {
  background-color: #0063DB;
  color: #fff;
}
.footer .social-share li a i {
  font-size: 28px;
}
.footer .social-share .icon:before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #272727;
}
.footer .social-share .fa-facebook:before {
  content: "\f09a";
}
.footer .social-share .fa-twitter:before {
  content: "\f099";
}
.footer .social-share .fa-google-plus:before {
  content: "\f0d5";
}
.footer .social-share .fa-youtube:before {
  content: "\f167";
}
.footer .social-share .fa-flickr:before {
  content: "\f16e";
}
   .cont_youtube{
  margin: 0 auto 0;
        
}
.cont_youtube h3{
    text-align: center;
    margin-top:5px;
}

  .videoWrapper {
    margin-top: -20px;
    position: relative;
   /* padding-bottom: 56.25%;*/ /* 16:9 */
     padding-bottom: 41.75%; /* 16:9 */
    height: 0;
    z-index: 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video-img{
  display:none;
}
.yt{width: 1120px; height: 700px;}
.cont_youtube{width: 1120px;}
/* contenido */
.home-photo-box{max-height: 194px; float: left;width: 100%}
/*imagenes responsive*/
.imgs-h{
  max-width: 350px;
  display: inline-block;

  }
.h2-v1{
  color:#3F600F;
  line-height:15px;
  font-size:15px;
}
.pad-10{
padding:10px !important;
}
.equipo{
  margin:0 auto;
  max-width: 1050px;
  /*height: 142px;*/
  padding: 0;

}
.img-equipo{
  width: 233px;
  height: 142px;
  float: left;
}
.equipo .green{
 
  float: left;
  padding:28px;
  width: 290px;
   height: 142px;
}
.equipo .green div{
   text-align: center;
  background-color: #fff;
  color:var(--color-principal);
  float: left;
  padding:6px 8px 3px 8px;
  font-size: 12px;
  font-family:'din-b';
   margin-bottom: 10px;
}
.equipo .green h3{
  color: #fff;
  float: left;
}
a.a-arrow , a.a-arrows:link{
  color:var(--color-principal);
  padding-right:10px;
  background:url(../img/add_arro.png) no-repeat right 6px;
  font-weight:bold;
}
.gray2{
  background-color: #F2F2ED;
}
.mw-400{max-width: 400px;}
.cont-boletin{text-align: center;max-width: 400px; margin: 10px auto;}
.cont-boletin ul{list-style: none}
.cont-boletin li {margin-left: -30px}
.cont-boletin h6{
  font-size: 13px;
    color: #333;
    line-height: 18px;
    margin-left: 5px;

}
p.bg-verde, .bg-verde{
  padding:5px 20px  !important;
  background: var(--color-principal)  !important;
  color:#fff  !important;
}
p.bg-verde-claro, .bg-verde-claro{
  padding:5px 20px  !important;
  background: var(--color-claro)  !important;
  color:#000  !important;
}
p.font-light, .font-light{
  font-family: 'din-l';
}
p.font-bold, .font-bold{
  font-family: 'din-b';
}
p.font-cond, .font-cond{
  font-family: 'Roboto Condensed';
}

div.head_project{
  clear:both;
  border-bottom:1px solid #DFDFD7;
  margin:10px 0;
  padding:6px 0;
}
.proy-bold{
  font-weight: bold;
   color:#6e9d1d; 
}

p.gris, div.gris{
  background-color: #efefee;
  padding:30px;
  
  margin-top: 20px;
  margin-bottom:20px;
}

p.gris a:after {
  content: " »";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
p.gris a, p.gris a:link{
 /* padding-right:10px;
  background:url(../img/add_arro.png) no-repeat right 6px;*/
 color:#7F7F7F;
 font-weight: bold;
 margin-right: 10px;
}
p.txtbig2 {
  font-size:15px;
  
}
 p.txtbig3{
  font-size:17px;
  
}

 p.txtbig4{
  font-size:20px;
  
}
p.txtbig5{
  font-size:34px;
  font-family: 'din-l'
  
}
p.gris-lnk a , p.gris-lnk a:link{
color:#7f7f7f;
text-decoration: none;
}
div#financia{
  clear:both;
  margin-left:37px;
  border-top:1px solid #DFDFD7;
  margin-bottom:6px;
  min-height:40px;
}
.img-up{
  margin-top:0;
   vertical-align: top;
}
.imgs-cc{
  max-width: 380px !important;
}
.de{
  height: 200px;
}

 .info_form{padding-top:29px; background:#f2f2ed;line-height: 30px; max-width: 400px; margin: 0 auto;}
.info_form input , .info_form select{  height: 25px; width: 100%; line-height: 14px !important; padding: 0 3px;}
input[type="checkbox"] {
  width: 30px !important;
}
.span-check{margin-left: 20px; font-weight: normal;}
.info_form textarea{width: 100%; margin-top: 5px;}
.info_form1{ background:#f2f2ed;line-height: 55px; padding:20px;}
.info_form1 input , .info_form1 select{  height: 30px; width: 100%; line-height: 14px !important; padding: 0 3px;}
.info_form1 a, .info_form1 a:link, .span-check a, .span-check a:link{color:#7f7f7f;font-weight: bold;}
.btn-div{width:100px; height:30px;line-height:30px;color:#fff; background-color:var(--color-principal); margin:0 auto; cursor: pointer;}
.lbl-fecha{line-height: 2; margin-top: 4px;}
.lh-1{line-height: 55px;}

.box-green{
 background-color: var(--color-principal);padding: 0;text-transform: uppercase;max-width: 500px;margin:0 auto;
 }
 .box-green h4, .box-green h2, .box-green h3{
  color:#fff;
 }
 .box-green h2{ font-size: 36px !important}
 .pad-20{
  padding: 20px !important;
 }
 .fr{float: right;}
 .fl{float: left;}
 .aceptacion{line-height: 40px;margin: 30px 0}
 .contacto-line{ line-height: 35px; }
 form#content_form input.submit_form_donar {
  margin:0;
  padding:0;
  background: url("../img/donar.jpg") no-repeat center center;
    cursor: pointer;
    height: 47px;
    width: 118px;
  border:0;
    }
    .img_paypal{vertical-align: none}
    .logo_colaboradores{
  width:120px;
  height:100px; 
}

/*.info_form01{/*width:402px; float:left;}
.info_form01 li{height:24px; margin-bottom:9px;}
.info_form01 li span{ float:left; text-align:right; width:169px;}
.info_form01 li input{
  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5DB;
    display: inline;
   /* float: right;
    height: 18px;
    margin-left: 17px;
    width: 206px;
    }
*+html .info_form01 li input{  
  background:#ffffff 0 0;
  border-bottom:#e5e5db 1px solid;
  border-left:#e5e5db 1px solid;
  border-right:#e5e5db 1px solid;
  border-top:#e5e5db 1px solid;
  display:inline;
  /*float:right;
  height:18px;
  margin-left:9px;
  width:206px;}*/
.colaborador{ max-width: 634px; margin:0 auto;}
 .lb-1{text-align: left;}

 .news{width:303px; background:#fff; position:absolute; top:28px; right:25px; overflow:hidden;}
.title{
      /*background: url("../img/socials.png") no-repeat scroll -82px -15px transparent;*/
    height: 40px;
    padding:0;}
.title h5{padding-left:14px; height:31px; line-height:31px; background:var(--color-principal); color:#fff; font-size:16px; margin:0;}
    .mr-20{/* margin-right: 20px !important*/}
    #buscar-noticias{ max-width: 400px; margin:0 auto;}


.notes{width:100%; border-bottom:1px solid #d8d8cf; overflow:hidden; padding:14px 0 16px; }
.notes a{color:var(--color-principal);}
.notes a:hover{color:var(--color-principal);}
.notes_br{border-bottom:none;}
.notes p{color:var(--color-principal); /*line-height:18px;*/}
.notes p span{display:block; font-size:14px; color:#333;}
.note_list{width:100%; height:35px; line-height:35px;background:var(--color-principal); margin-bottom:50px; display:block;}
.note_list ul{margin-left:5px; overflow:hidden;}
.note_list ul li{float:left; margin-left:7px; line-height:27px; font-size:11px; display:inline;}
.note_list a{ margin:0 10px;}
.note_list a, .note_list a:link, .note_list a:visited{color:#fff; float:left;}
.note_list a:active, .note_list a:hover{color:#333; text-decoration:none;}
.note_list a.num-act, .note_list a.num-act:link, .note_list a.num-act:visited{color:#333; float:left;}
.note_list a.num-act:active, .note_list a.num-act:hover{color:#fff; text-decoration:none;}
.note_list a.num, .note_list a.num:link, .note_list a.num:visited{color:#FFF; float:left; text-decoration:none;}
.note_list a.num:active, .note_list a.num:hover{color:#333; float:left; text-decoration:none;}

.note_list ul li.sig{margin-left:20px;}
.note_list ul li.sig a{background:url(../img/note_list_arrow.jpg) right center no-repeat; }
a.buscar{width:84px; height:23px; background: url("../img/socials.png") no-repeat scroll -4px -102px transparent; cursor:pointer; margin:18px 0 13px 186px; display:block;}
a.volver_res, a.volver_res:link, a.volver_res:visited{margin:0px 10px 0px 0px;color:#fff; float:right;}
a.volver_res:active, a.volver_res:hover{margin:0px 10px 0px 0px;color:#333; text-decoration:none;}
#pie_box{
  clear:both;
  float:left;
  width:100%;
  border-top:1px solid #d8d8cf;
  padding-top:20px;
  margin-top:40px;
}
.hacemos-box{
  width:100%;
  max-width: 342px;
  height: 330px;
  padding:0;
  margin:15px auto;
 

}
.hacemos-box-img{
  float:left;
  max-height:226px;
  width: 100%;
}
.hacemos-box-green{
 background-color: var(--color-principal);
 min-height: 104px;
 padding:10px;
 float:left;
 width:100%;}
 .l1 h3 a{line-height: 54px;}
.hacemos-box-green h3 a{ color:#ffffff;}
.hacemos_big_box{width:530px;  background:#f2f2ed; margin-right:23px; margin-bottom:40px;float:left; display:inline;}
.hacemos_big_box img{float:left; display:inline;}

.hacemos_bigger_box{width:880px;  background:#f2f2ed; margin-left:40px; margin-bottom:40px;float:left; display:inline;}
.hacemos_bigger_box img{float:left; display:inline;}
.title_big_box h5{padding-left:14px; height:31px; line-height:31px; /*width:866px;*/ background:#659618; color:#fff; font-size:11px; font-weight:normal;}
.hacemos_flecha_down{background-image:url(../img/down_arrow.jpg); background-position:0px 0px; background-repeat:no-repeat; width:100px; height:10px; display:block; margin-left:20px;}
.mapa-cd{background-color:#f2f2ed;width: 310px; height:172px;margin:0 auto;}
.box-paises{ margin: 30px 0;}
.title-paises{background-color: var(--color-principal);}
.title-paises h3{ color:#fff;}
.title-proy{/*border-bottom:1px solid #d8d8cf;*/ margin-top: 20px;}
/* Proyectos */

#projects{margin:0px 30px 0px 30px;}

#projects .row{border-bottom:1px solid #DFDFD7;padding: 20px;}
div#ver_otros{
  margin:20px 0px 30px 30px;
  padding:20px;
  background-color:#f1f2ec;
}

.title2{background:var(--color-principal);line-height: 31px;}
.title2 h5{color:#fff;}
/*.hacemos_flecha_down1{background-image:url(../img/down_arrow1.jpg); background-position:0px 0px; background-repeat:no-repeat; width:100px; height:10px; display:block; margin-left:50px;float:left;}*/
.news .title{margin-bottom:0px;}
.news h5{padding-left:14px; height:31px; line-height:31px; width:289px; background:#8dbc22 url(../img/title_arrow_main.png) 285px center no-repeat; color:#fff; font-size:11px; font-weight:normal;}
.news h3{font-size:15px; color:var(--color-principal); font-weight:normal; padding:19px 16px 7px; line-height:18px;}
.news h3 a{color:var(--color-principal);}
.news h3.top_title a{
  color: #6E9930;
    padding-top: 0;
 }
 .news h3.top_title a:hover{
  color: #6E9930;
    padding-top: 0;
    text-decoration: underline;
 }
.news p{font-size:12px; color:#333; padding:0 15px; line-height:15px;}
.news p.date{font-size:11px; font-weight: bold;}
.news img{margin:17px 0 12px 14px;}
.news .border{background:#d8d8cf; margin-top:18px; height:1px; font-size:0; line-height:0; width:100%;}
.more a{float: right; width: 20px !important;height: 20px; background: url("../img/socials.png") no-repeat scroll -74px -72px transparent; }
.more_news{width:269px; padding: 13px 17px 20px 17px; background:#f2f2ed; line-height:20px; overflow:hidden;}
*+html .more_news{padding: 13px 15px;}
.more_news{padding: 13px 15px\0/;}
.more_news a{color:var(--color-principal); font-family:Arial; font-size:11px; width:73px; height:20px; display:block; float:right; font-weight:bold;}

.subbtn{
  margin-top: 20px;
    border-top: 1px solid #E5E5DB;
    text-align: center;
 }
.newsletter{
  padding:0 15px;
  margin-top: 20px;
}
.newsletter div{
  padding:10px;

}
.newsletter input{
  margin-left: 15px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
border:0;
width: 200px;
color:#7F7F7F;
}

.newsletter div span{
  font-weight: bold;
  font-size:16px !important;
}
.submit input{
  background: url("../img/socials.png") no-repeat scroll -4px -140px transparent;
   cursor: pointer;
    height: 23px;
    margin: 13px 0;
   /* margin-right: 58px;
    */
    width: 118px;
    }
  
  .newsletter .btn_enviar{
/* display: block;
 text-indent: -9999px;*/
width: 18px;
  height: 18px;
  background: url('../img/btn_enviar.png') no-repeat;
  /*position: absolute;
 right: 3px;
 top:2px;*/
 cursor: pointer;
 margin-left: -25px;
 line-height: 18px;
 display: inline-block;
   } 
  
.submit_en input{
  background: url("../img/enviar_en.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
    
    height: 23px;
    
    margin: 13px 0;
    width: 118px;
    }
/* media querys */

@media (min-width: 768px) {
  
  .info_form{max-width: 3000px}
  .info_form1{padding:20px 60px;}
  .lh-1{
    line-height: 1px;
  }
  .cont-boletin{margin:10px;}
  .lb-1{text-align: right;}
  .hacemos-box{
  width:342px;
  height: 330px;
  margin:15px;
   -webkit-box-shadow: 0px 0px 2px 2px rgba(140,137,140,0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(140,137,140,0.2);
  box-shadow: 0px 0px 2px 2px rgba(140,137,140,0.2);
  }
.home-photo-box{max-height: 165px;}
.box-content {
 
   min-height: 135px;
   
}
.mapa-cd{width: 750px; height:417px;}
  h1 {
    font-size: 25px;
  }
  .imgs-h{
  max-width:3000px;
  }
  .header {
   /* padding: 30px 0;*/
  }
  .header .col-lg-12 {
    padding: 0 15px;
  }
 
  .carousel,
  .carousel .item {
    height: 500px;
  }
  .carousel-caption h1 {
    font-size: 40px;
    color: #fff;
  }
  .carousel-caption h2 {
    font-size: 30px;
    color: #fff;
  }
  .carousel-caption .btn-primary {
    font-size: 15px;
    padding: 10px 15px;
  }
  
  
  .carousel-menu li {
    min-height: 100px;
    display: table-cell;
    font-size: 25px;
    border: 0;
  }
  .carousel-menu li:hover {
     background: rgba(61, 61, 61, 0.8);
  }
  .carousel-menu li span {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
  }
  .featurette-divider {
    margin: 15px auto;
    clear: both;
  }
  h1.big {
    margin: 30px auto;
    font-size: 40px;
  }
  .colabora .col-md-3 img {
    width: 60%;
  }
  .green .border-right {
    border-right: 1px solid #fff;
    border-bottom: 0;
  }
  .green h2 {
    margin: 40px auto;
  }
  /* Gray */
  .gray h2 {
    margin: 30px auto;
    font-size: 40px;
  }
  .box {
    min-height: 300px;
  }
  .box h3 {
    font-size: 15px;
  }
  .box figure {
    height: 200px;
  }
  .meta-data li {
    margin: 0 5px 0 0;
  }
  .meta-data li a.category {
    padding: 4px;
    font-size: 10px;
  }
  .meta-data li span {
    padding: 4px;
    font-size: 10px;
  }
  .footer .full {
    max-width: 210px;
  }
}
@media (min-width: 480px) {
  .mapa-cd{width: 470px; height:261px;}
}
@media (min-width: 992px) {
  .de{
  height: 180px;
}
.newsletter input{
    width: 280px;
  }
.footer .copyright {
    font-size:9px;
  }
  .carousel-caption {
  display: table;
}
.carousel-menu {
    display: table;
    min-height: 100px;
  }
  .full-menu {
    margin-top: -100px;
    min-height: 100px;
    background: rgba(0, 0, 0, 0.5);
  }
 .mapa-cd{width: 857px; height:477px;}
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .footer .social-share .icon:before {
   line-height: 30px;
  width: 30px;
  height: 30px;
  }
  .title h5{font-size:11px; }
  .note_list{ height:27px;; line-height:27px;}
  .notes p span{font-size:11px;}
  .footer .social-share li a i {
    font-size: 15px;
  }
  .header {
    padding-top: 30px;
  }
  .header h1.logo a {
    width: 190px;
    height: 50px;
    background-size: 100%;
  }
  /*#navbar{display:none !important;}*/
  .navbar-right {
    float: right;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 60px;
    padding: 0 10px;
    font-size: 14px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 30px;
    border: 0;
  }
  .middot{display:none;}
  .dropdown-menu{display: none !important;}
  /*.dropdown-menu > li {
    float: left;
    display: inline;
  }*/

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .sub_menu{display: block;}
  ul.lang {
    top: -15px;
  }
  ul.lang li a {
    line-height: 20px;
  }
  .carousel,
  .carousel .item {
    height: 700px;
  }
  h1.big {
    margin: 60px auto 30px auto;
    font-size: 40px;
  }
  .colabora {
    display: table;
  }
  .colabora .col-md-3 {
    min-height: 100%;
    display: table-cell;
    float: none;
  }
  .colabora .col-md-3 a {
    padding: 20px;
  }
  .carousel-menu {
    display: table;
  }
  .fifty {
    width: 50%;
    float: left;
  }
  .gray h2 {
    margin: 60px auto 40px auto;
    font-size: 40px;
  }
  .home-photo-box{max-height: 270px;}
  .box-content {
  min-height: 160px;
  
}
  .box {
    min-height: 431px;
  }
  .box h3 {
    font-size: 25px;
  }
  .box figure {
    height: 250px;
  }
  .meta-data li {
    margin: 0 10px 0 0;
  }
  .meta-data li a.category {
    padding: 5px;
    font-size: 12px;
  }
  .meta-data li span {
    padding: 5px;
    font-size: 12px;
  }
  .footer {
    text-align: left;
  }
  .footer .full {
    margin: 10px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  ul.lang {
    position: relative;
    top: auto;
  }
  ul.lang li a {
    line-height: 60px;
  }
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .img-up{
  margin-top:-174px;
  z-index:20;
 
}
   .header h1.logo a {
    width: 225px;
    height: 60px;
    background-size: 100%;
  }
  .footer {
    text-align: left;
  }
  .footer .social-share{
  
    padding-left: 75px;
  }
  .footer .copyright {
    font-size:12px;
  }
  .footer .full {
    max-width: 260px;
  }
}
