#header-patente{
	background: url('../img/recursos/header-patente.jpg') ;
	  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-subportada-recursos{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #00113d url('../img/recursos/header-recursos.jpg') no-repeat right top fixed;

}
.header-subportada-recursos h1{
   font-weight: 800;
	color: #fff;
	font-size: 60px;
}

#header-patente .container{
	height: 300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header-patente h1{
	font-weight: 800;
	color: #fff;
	font-size: 60px;
}
.patente h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
}
.patente h3 span{
	font-weight: 800!important;
}
.patente .gray-bg{
	padding: 4px 0px;
}
.no-patente{
	height: 230px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 34px;
	text-align: center;
	font-weight: 800;
}
.patente .aduana{
	padding: 4px 0px; 
}

#header-tecnologia{
	background: url('../img/recursos/header-tecnologia.jpg');
	  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-tecnologia .container{
	height: 300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header-tecnologia h1{
	font-weight: 800;
	color: #fff;
	line-height: 0.6;
	font-size: 60px;
}
#header-tecnologia h1 small{
	font-size: 22px!important;
}
#header-certificaciones{
	background: url('../img/certificaciones/header-certificaciones.jpg');
	  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-certificaciones .container{
	height: 300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header-certificaciones h1{
	font-weight: 800;
	color: #fff;
	line-height: 0.6;
	font-size: 60px;
}
#header-asociaciones{
	background: url('../img/recursos/header-asociaciones.jpg');
	  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-asociaciones .container{
	height: 300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header-asociaciones h1{
	font-weight: 800;
	color: #fff;
	line-height: 0.6;
	font-size: 80px;
}
#header-certificaciones h1 small{
	font-size: 22px!important;
}
.apps{
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.section h2 .line-yellow{
	margin-top: 10px;
}
.section p{
	color: #777;
	font-family: "Open Sans", serif;
}
.section li{
	color: #777;
}
.app{
	display: inline-block;
}
.app-front{
	
}
.item-asoc{
  /*height: 120px;
  background: #EEEEEE;*/
  margin-bottom: 30px;
  padding-right: 0px!important;
  padding-left: 0px!important;

}

.img-asoc{
   /*	margin-top: 0px;
	margin-right: 45px;*/
   /* max-width: 18%;*/
   /* display: inline-block;*/

}

#asoc-tterrestre .img-asoc{
   /*max-width: 14%*/;
}


/* -------------------------------------------*/
.seccion-contenido-recursos{
  padding-bottom: 150px;
}

.item-subportada-recursos img{
  margin-top: 50px;
}

.item-subportada-recursos h3{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  font-weight: 800;
  color: #606060;
   min-height: 67px;

}

.item-subportada-recursos h3 .segundalinea{
  margin-top: -10px;
  display: block;
}

.item-subportada-recursos .btn-leermas{
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: transparent;
  max-width: 35%;
 /*  */
 /* -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;

  padding: 8px 12px;*/
  background: #00113d;
}
.item-subportada-recursos .btn-leermas:hover{
  background: #F7A800;
  color:#fff;
}
/* PATENTES 2011.11.11 --------------------------- */
.col-md-15 {
    width: 20%;
    float: left;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
   
}



 .test{
   border: 1px dashed #000;
 }



 @media (max-width: 768px) {

   .item-subportada-recursos h3 .segundalinea{
      margin-top: 0px;
      display: inline-block;
    }

 }