/* General Styles */

.logoLeft{
 text-align: center;
}
.centered-tabs {
  text-align: center;
}
.centered-tabs .nav-tabs > li {
  float: none !important; /* Avoid !important, added for SO snippet priority */
}
.centered-tabs .nav > li {
  display: inline-block !important;
}
.method img{
    width: 75%;
}
.conMapa{
 background-image:url('../img/mapbg.png')
}
.team{
  background-color: #fafafa;
  text-align: center;
  padding-bottom: 30px;
}
.team h1{
  font-weight: 700;
  font-size: 70px;
  padding-bottom: 30px;
  padding: 0;
  margin: 0; 
}
.minibio{
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: black;
  padding: 40px 100px 30px 100px;
}
.minibio p{
font-size: 15px !important;
line-height: initial !important;
font-weight: 400;
margin: 0;
 /* padding: 0 50px;*/
}
.minibio ul, ol{
  padding: 0 90px; 
  counter-reset: list;
}
.minibio ol > li{
  margin: 0 0 0 1em;
  list-style: none;
  position: relative;
}
.minibio ol > li:before{
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

@media (max-width: 1140px) {
  .minibio{
    padding: 40px 50px 30px 50px;
  }
  .colBioRight{
    padding: 0 50px;
  }
}

@media (max-width: 640px) {
  .minibio{
    padding: 40px 25px 30px 25px;
  }
  .colBioRight{
    padding: 0 25px;
  }
}


.pdf {
    font-size: 10px;
    width: 100%;
    line-height: 16px;
    display: block;
}
.pdf p{
  color: #888;
}
.pdf img {
	margin:0 5px 0 0;
	float:left;
}
.fotoTop{
  text-align: center;
}
.fotoTop img{
  width:90%;
  max-width: 210px;
  height: auto;
}
.dumbo{
   width: 100%; 
   margin: 0;  
}
.dumbo img{
  width: 100%;
  height: auto;
  margin: 0; 
}
.col-md-12 {
  margin: 0 !important;
}
#metodo{
  margin-left: auto;
  margin-right: auto; 
  background-color: #86a758;
}
.pilares{
  background-color: #e19d28;
  text-align: center;
  margin: 0;
}
.services {
  background-color: #86a758; /* #e29d28; */
}
.centrado{
  text-align: center;
}
.inside {
  margin-top: 0px;
  margin-bottom: 0px;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 498px) {
      .imgMap{
        display: none;
      }
      .trioSmall{
        display: none;
      }
      #metSmall{
        display: none;
      }
      .conMapa{
        z-index: 30000;
      }

}

@media (max-width: 497px) {

    .rightText, .content{
      padding-bottom: 0px !important;
    }
    .rightText{
      padding-right: 10px !important;
      padding-left: 20px !important;
    }
    .not-active {
       pointer-events: none;
       cursor: default;
       text-decoration: none !important;
    }
    .method img{
      width: 100%
    }
    .trio{
      display: none;
    }
    #met{
      display: none;
    }

    .trioSmall img{
        width:100%;
        height: auto;
      }
      #metSmall{
        width:100%;
        height: auto;
      }
    #worldmap{
      display: none;
    }
    .imgMap img{
        width: 100%;
        height:auto;
    }
    .conMapa{
      display: none;
    }

    .logoLeft img{
      padding-top: 60px;
      width:90%;
      height: auto;
      max-width: 300px;
    }
    .rightText> h1{  
      font-size: 43px !important;
      padding-bottom: 30px;
      padding-left: 0;
      margin: 0;
    }
    .ipr h1{  
      font-size: 43px !important;
      padding-bottom: 10px;
      margin: 0;
    }
    .team h1{
      font-size: 43px !important;
      padding-bottom: 30px;
      padding: 0;
      margin: 0; 
    }
}

@media (max-width: 719px) {
    #sss img{
      max-width: 380px;
      height: auto;
    }
    #sss{
      width: 100% !important;
    }
    .og-grid > li a img {
      width: 210px;
    }
}

@media (min-width: 720px) {
    #sss img{
      max-width: 533px;
      height: auto;
    }
    .og-grid > li a img {
      width: 210px;
    }
}



@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
 
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
/*767 768*/
@media (max-width: 1014px) {
  nav br, nav img{
    display: none;
  }
  .navbar-right{
    display: none;
  }
}

@media (min-width: 1015px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .navbar .language{
    display: none;
  }

  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
 
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

#mapa {
  height: 0px;  
  border-width: 0px
}
.ipr{
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: white;
}

.ipr h1{  
  font-weight: 700;
  font-size: 70px;
  padding-bottom: 10px;
  margin: 0;
}

.rightText{
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: white;
  padding-right: 57px;
}

.rightText ul{
  margin-left: 55px;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
}

.rightText ol{
  margin-left: -20px;
  line-height: 120%;
}

.rightText > h1{  
  font-weight: 700;
  font-size: 66px;
  padding-bottom: 30px;
  padding-left: 0;
  margin: 0;
}

.rightText span{
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}

.rightText p{
  font-weight: 400;
  font-size: 17px;
  line-height: 125%;
}

.rightText a{
  text-decoration: underline;
  color: #d5ef9e;
}

#expertise{
  background-color: #86a758;
}

.exp {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: white;
  padding: 10px 30px 50px 30px;
}

.exp h1{  
  font-weight: 700;
  font-size: 50px;
  margin: 20px 0 0;
}

.exp span{
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.exp p{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.exp ul{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

#contMap {
  margin:0px auto;
  width: 100%x;
}

/* visual styles */

.first-color{
  background-color: #86a758; /* #92b06a;*/
  border-width: 0px;
}

.main-light{
  background-color: #179b4e;
}

.second-color{
  background-color: #f3e2c6;
}

.second-light{
  background-color: #c71414;
}

/* centering styles for jsbin */

html,
body {
  width: 100%;
  height: 100%;
}
html {
  display: table;
}
body {
  display: table-cell;
  vertical-align: middle;
}

/* Footer */

.fixedFooter{
  position: relative;
  /*position: fixed;*/
  /*bottom: 0px !important;*/
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  font-size: 13px;
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 400;
  text-align: center !important;
  letter-spacing: 2px;
  color: #fff !important;  
  z-index:2000;
  padding:0;
  border-top-style: solid;
  border-top-width: 1px; 
  border-top-color: #0E1115;
  background: #333 url("../img/logo30W.png") no-repeat center; /*223*/
    overflow: hidden;
}


.fixedFooter a{
  color: #FFF !important;
  text-decoration:none !important;
}


/* FROM DEFAULT */

.navbar a{
  text-align: left;
  line-height: 16px !important;
}

.navbar-right li > a{
  text-align: right; 
  border-right: solid thin #ddd;
}

.navbarHome{
  padding-top: 7px;
}

.fullContent{
  /*margin-bottom: -60px;*/
  margin: 0;
  background-color: #fff;
}

.content {  
  padding-bottom: 20px;
}

.content, .teamContent {
  width: 100%;
  padding-top: 70px;
  position: relative;
}

.teamContent {
  padding-bottom: 170px;
  background-color: #fafafa
}

.topContent {
  width: 100%;
  position: relative;
  padding: 70px 0px 90px 0px;
}

.content > header {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 20px 15px 30px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}



.content > header h1 {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: black;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  margin: 0 auto;
  padding-top: -40px;
  color: #333;
}

.content > header h1 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
}

.main > p {
  text-align: center;
 
}

.codrops-top {
  line-height: 24px;
  font-size: 11px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #333;
  display: inline-block;
}

.codrops-top a:hover {
  background: rgba(255,255,255,0.8);
  color: #000;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}


/* GRID MENU */

.gridMenu ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.gridMenu li {
  font-family: 'lato', sans-serif;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.gridMenu a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.gridMenu a:hover {
  background-color: #005f5f;
}
 
.gridMenu a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .gridMenu li {
    width: 220px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
  .gridMenu li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .gridMenu li {
    float: left;
  }
  .gridMenu ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .gridMenu {
    background-color: #444;
  }
  */
}


/* ::::::::::::: TABLE CELL 50% :::::::::::::::::::::; */
.out {
        display:table;
        width:100%;
        padding-top: 60px;
    } 

@media (min-width: 992px){
    
    .col {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .colBioLeft {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
    }
    .colBioRight {
        display: table-cell;
        vertical-align: bottom;
        width: 60%;
    }
    .logoLeft img{
      width:90%;
      height: auto;
      max-width: 400px;
    }
    .bottomLeft{
       vertical-align:bottom;
    }
}


/* Search Descargas */
.downloadsContent {
color:#fff;
padding-bottom: 100px;
padding-top: 70px;
background-color:#337ab7
}

.downloads_srch {
	text-align: center;
	margin:10px auto 5px;
	width:80%;
	max-width:620px;
}

.downloads_srch input {
	width:100%;
	padding:4px;
	border:1px solid #444444;
	border-right:0;
	background:#fff;
	color:#555;
	border-radius:3px 0 0 3px
}
.downloads_srch input:focus {
	outline:none
}

.downloads_srch_part, .downloads_srch_btn {
	display: inline-block;
	border-radius: 0 3px 3px 0px
}

.downloads_srch_btn {
    background-color: #666677;
    padding: 4px 0;
    border: 1px solid #444444;
    border-left: 0;
}

/*Estilo Descargas*/
#ListadoArchivos {
    width: 95%;
    margin: 0 auto;
	/*min-height: 300px;
    max-height: 445px;*/
	height:445px;
    overflow-y: auto;
    /*background: #86a758;*/
    /*border-radius: 7px 0 0 7px;*/
	padding:10px 5px;
    box-sizing: content-box;
}


.downloads { 
text-align: center;
padding-bottom: 30px
}
.downloads_file:hover {
	background:#223;
	border-color:#223;
	transition: .3s;
}
.downloads_nofiles {
	/*color:#191919;*/
    margin: 10px 0 20px;
	display:none
}


.downloads_fileName {
	display:none
}

.downloads_file {
    box-shadow: -1px 2px 8px rgba(0,0,0,.3);
    cursor: pointer;
	padding:10px 2% 15px 2%;
	border-radius:5px 5px 0 0;
	width:400px;
    height: 120px;
    overflow: hidden;
	background:#26262F;
    border: 5px solid #26262F;
}
.downloads_file2 {
margin-top:-1px;
background:#000;
font-size:0.8em;
border-radius:0 0 5px 5px;
}
.downloads_link {
	color:#fff !important;
}
.downloads_link:focus{
	text-decoration:none !important
}

.downloads_file h6 {
	float:right;
	width:82px;
	height:30px;
	background: #223 url("../img/logo30W.png");
	opacity:0.25;
}
.downloads_file p {
	color:#DDD;
	font-size:0.9em;
	margin:4px 0 0 4px
}

.downloads h1 {
	
    font-weight: 700;
    font-size: 50px;
    /*padding-bottom: 30px;*/
    padding-left: 0;
    margin: 0;
}

/* Estilo Contacto */
.contactContent {
color:#fff;
padding-bottom: 100px;
padding-top: 70px;
background-color:#161A1F
}
.contact { 
text-align: center;
padding-bottom: 30px
}
.contact h1 {
	
font-weight: 700;
font-size: 50px;
padding-left: 0;
margin: 0;
}

.contact_container {
	margin:20px auto 5px;
	width:80%;
	max-width:1000px;
}
.contact_container input[type=text], .contact_container textarea {
	width:100%;
	resize: none;
	padding:8px 32px;
	border:1px solid #26262F;
	color:#000;
}
.contact_container input:focus, .contact_container textarea:focus {
outline: 0;
border-color: #E29C2A !important;
box-shadow: 0 0 13px -4px #e29c2a;
}
.contact_container textarea {
	padding:8px
}
.contact_Label_sub, .contact_Label_corr, .contact_Label_nom, .contact_Label_email {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	font-weight:100
}
.contact_Label_sub:before, .contact_Label_corr:before, .contact_Label_nom:before {
	top:3px;
	left:0;
	width:32px;
	height:32px;
	position:absolute;
	content:' ';
	color:#000;
	background-image:url('../img/contact_sub.png');
	background-repeat:no-repeat;
	background-position:center
}

.contact_Label_corr:before {
	background-image:url('../img/contact_email.png');
}
.contact_Label_nom:before {
	background-image:url('../img/contact_nombre.png');
}
.contact_Label_email {
	display:none
}

.contact_button {
margin-top:10px;
width:100%;
color: #fff;
border: 1px solid #2C343C;
background: #22282F;
padding: 10px 50px;
border-radius: 2px;
cursor: pointer;
}
.contact_button:hover {
background-color: #262f38;
transition: .3s;
}
.contact_info {
	margin:0 auto;
	width:90%;
}
.contact_info li {
	vertical-align:top;
	width:33%;
	padding:0 10px;
	display:inline-block
}
.contact_info a {
text-decoration:none !important;
color:#1282b9 !important;
font-weight:100;
}
.contact_info a:hover{
text-shadow: 0px 0px 6px rgba(51, 122, 183, 0.55);
}
.contact_info img {
position:relative;
top:-2px;
vertical-align:middle;
}

.contact_label {
	font-size:0.8em
}
	
#con_correo {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.contact_mitad { 
height:135px;
display:inline-block;
width:50%;
vertical-align:top
}
.contact_enviando {
display:none;
position:absolute;
top:0;
left:0;
width:100%;
background:#060708;
opacity:0.97;
height:100%;
border-radius:2px;
z-index:10000;
border: 1px solid #1b1e21
}
.contact_enviando img {
position: relative;
top: -1px
}
.contact_error {
/*font-size:1.0em;*/
position:relative;
background:#d60000;
/*border:1px solid #ff2a2a;*/
color:#fff;
padding:2px 20px;
border-radius:15px;
line-height:25px
}


.contact_charcnt {
position: absolute;
border-radius: 3px;
font-size: 9px;
padding: 1px 10px;
bottom: 3px;
right: 20px;
background: #262f38;
z-index: 1000;
opacity: 0.8;
}


/*Estilo Noticias*/
.noticiasContent {
background-color:#fafafa;
padding: 70px 0px 50px 0;
}
.noticias { 
background-color: #fafafa;
text-align: center;
padding-bottom: 30px
}
.noticias h1 { 
margin: 0;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-weight: 700;
font-size: 50px
}
.news {
text-align:left;
padding:10px;
width:65%;
margin: 0 auto;
background-color:#fff;
border:1px solid #ddd;
box-shadow: -1px 2px 8px rgba(0,0,0,.1)
}
.news_list {
margin:25px 0px 15px;
min-height:571px
}
.news_list li{
margin:5px 0px 0px
}

.news_text {
height:64px; overflow:hidden;
display: block;
border-left: 5px solid #EAEAEA;
padding-left: 10px;   
}
.news_text img {
margin:0 10px 0 0;
float:left;
/*width:64px;*/
width: auto !important;
height:64px
}
.news_text ul, ol {
    list-style: initial;
    margin: initial;
    padding: 1em 0 1em 40px;
		
    line-height: 1.1em;
    display: inline-block;
    position: relative;
}
.news_text ol {
	list-style-type: decimal
}
.news_text li {
    display: list-item;
	padding: 0;
	margin:0
}
.news_text p {
	min-height:1em;
	margin:0
}
.news_text a {
color: #3C98D2 !important
}

.news_date {
color:#333344;
font-weight:bold;
padding: 0px 0px 5px
}
.news_comparte {
font-size: 11px;
color:#fff;
float:right;
padding:1px 25px;
background-color:#86a758;
cursor:pointer;
border-radius:3px;
line-height:18px
}
.news_comparte img {
vertical-align:middle;
height:17px
}
.news_cntlabel {
font-size:12px;
}
.news_comparte:hover {
background-color:#5D805E;
}
.news_social {
float:right;
display:none;
height:24px
}
.news_show {
display: inline-block;
border-radius:3px;
font-size: 11px;
color:#fff;
background-color:#f09437;
padding: 1px 20px;
margin: 10px 0 0;
cursor:pointer;
line-height: 16px
}
.news_show:hover {
background-color:#BF7900
}
.news_showfull, .news_showlast {
border-radius: 3px;
color: #fff;
padding: 4px 20px;
margin: 0 7px;
background-color: #333344;
cursor: pointer;
  
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none;   /* Chrome/Safari/Opera */
-khtml-user-select: none;    /* Konqueror */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* IE/Edge */
}
.news_showlast {
padding: 4px 8px;
margin: 0;
}
.news_showfull:hover, .news_showlast:hover {
background-color:#585865
}
.news_showlast_disable {
background-color: #B3B3B3 !important;
cursor:default !important
}
/* Tamaños celular */
@media (max-width: 450px) {
	.news_text img {
	display:none;
	}
	.news_text {
	height:1.1em !important;
	font-size:12px !important;
	width:100% !important
	}
	.news_list {
	min-height:372px  !important
	}
}
@media (max-width: 497px) {
	.noticias h1{
	font-size: 20px !important;      
	padding: 0;
	margin: 0
	}
	.contact_mitad {
		display:block;
		width:100%;
		padding:0 !important
	}
	.contact_container {
		width: 95%;
		font-size:0.8em
	}
	.contact_error {
		padding:2px 10px
	}
	.contact_info {
		font-size:1.1em
	}
	.contact_info li {
		width:100%;
		display:block;
		padding-bottom:15px
	}
}
@media (max-width: 600px) {
	.news {
	width:100% !important
	}
	.news_comparte {
	padding:1px 5px !important
	}
	.news_date {
	font-size:10px !important;
	text-spacing:1px
	}
	.news_cntlabel {
	font-size:11px
	}
}
@media (max-width: 900px) {
	.news {
	width:100% !important
	}
	.news_text {
	width:100% !important
	}
}
.news_expanded { 
height:auto !important
}
.news_listformat {
	list-style-type: disc;
    line-height: 1.1em;
    display: inline-block;
    position: relative;
    left: 30px;
}
.sharer {
	cursor:pointer;
	margin:0 1px 0;
}
.Menu_AccesoAdmin {
	font-weight:bold;
	color:#a94442 !important;
}
.Menu_AccesoAdmin:hover {
	color:#E65452 !important;
}