@keyframes arriba {
0% {
transform:translateY(-100%);
}
100% {
transform:translateY(0);
}
}
@keyframes abajo {
0% {
transform:translateY(100%);
}
100% {
transform:translateY(0);
}
}
* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.625em;
}
body {
	font-size: 1.6rem;
	font-family:'Guardian Sans','Montserrat', san-serif;
	overflow-X: hidden;
}
::-moz-selection{
   color:white;
   background:#b90021;
}
::selection{
   color:white;
   background:#b90021;
}
/****/
/****BURGER****/
#burgercorreo {
	display: block;
	position: absolute;
	right: 20px;
	width: 25px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999999999;
	cursor: pointer;
}
#burgercorreo span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: 0.2s;
}
#burgercorreo span:nth-of-type(1) {
	top: 0;
}
#burgercorreo span:nth-of-type(2) {
	top: 50%;
}
#burgercorreo span:nth-of-type(3) {
	top: 100%;
}
#burgercorreo.activo {
}
#burgercorreo.activo span {
}
#burgercorreo.activo span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 50%;
}
#burgercorreo.activo span:nth-of-type(2) {
	transform: translateX(-300%);
}
#burgercorreo.activo span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 50%;
}
/**************FIN BURGER**************/


.icon-up-open-big {
	color: #888;
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 1;
	text-decoration: none;
	font-size: 2rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	padding: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
.icon-up-open-big:hover {
	color: #333;
	background: rgba(255, 255, 255, 0.9);
}
.icon-up-open-big span {
	display: none;
}

.icon-como-llegar{
    background: url("../img/ico-como-llegar.png") no-repeat;
    padding: 20px;

}

.icon-train{
    background: url(../img/ico-metro.jpg) center top no-repeat;
    padding: 0px 12px 10px 10px;

}

blockquote{
    margin: 0 0 1rem;
    border-left: 3px #ccc;
    padding-left: 15px;
    font-size: 1.5rem;
}
header {
	height:100%;
	position:relative;
}

header#main { background: #fff;}
header #logo {
	position: fixed !important;
   	 /*position: relative;
    top: 0;
    left: 0;*/
    z-index: 99999999;
    /*width: 100%;*/
    height: 50px;
	background: #fff;
}
header #logo a {
	text-align: center;
    display: flex;
    align-content: stretch;
    justify-content: center;
    /*height: 50px;*/
}
header #logo a img {
    width: 180px;
    height: 33px;
    margin-top: 16px;
}
img#logo{

}

ul#idiomas {
    margin: 0px;
    padding: 10px;
    float: right;
    list-style-type: none;
}

ul#idiomas li {
    display: inline;
}

ul#idiomas li a {
    text-decoration: none;
    padding: 10px;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    color: #123157;
}

footer{
    max-width:1200px;
    margin:0 auto;
}
#logos img{
    max-width:200px !important;

}
#logos{text-align:center;}
.barrascroll {
    left: 0;
    width: 100%;
    height: 4px;
    margin-bottom: 0px;
    position: fixed;
    top: 50px;
    overflow: hidden;
    background-color: #fff;
    content: "";
    display: table;
    table-layout: fixed;
    z-index: 999;
}
.colorscroll {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color:#b90021;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
/*MENU*/
#menu {
    display: flex;
    flex-direction: row;
    background: rgb(7,102,51);
    background: linear-gradient(90deg, rgba(7,102,51,1) 0%, rgba(102,153,51,1) 52%);
    position: relative;
    width: 100%;
    top: 50px;
    height: 60px;
    z-index: 99;
}
#menu h2 {
    color: #fff;
    line-height: 2.5rem;
    margin-left: 6px;
    font-size: 1.5rem !important;
    font-weight: 400;
    text-transform: uppercase;
    width:70%;
    padding-top:5px;
}

#menu h2 a{
    color:#fff;
}
#menu h2 img{max-width:250px;}
#menu ul {
    list-style: none;
    font-size: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #669933;
    box-sizing: border-box;
    padding: 50px;
    left: -150%;
    transition: 0.3s;
}
#menu.activo ul {
    left: 0;
}
#menu ul li {
	font-size: 2rem;
	line-height: 3em;
	text-transform:uppercase;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	line-height: 1.5em;
	border-bottom: 2px solid transparent;
}
#menu ul li a:hover {
	color: #a5c132;
	border-bottom: 2px solid #a5c132;
}
#menu ul li a img {
	width: 100%;
	height: auto;
	max-height: 50px;
	display: block;
}
#menu #menugot li {
	margin: 6px 0 0 6px;
}

#menu-mapa {
    display: flex;
    flex-direction: row;
    position: relative;
    /*width: 50%;*/
    z-index: 1;
    font-size:2.5rem;
    margin-left:20px;
}


#menu-mapa a {
    color: #a5c132;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
    margin-right: 10px;
    border: 2px solid #008f41;
    border-radius: 50%;
}
#menu-mapa a:hover {
    color: #008f41;
}


#titulo {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 10;
    text-align: center;
	max-width: 700px;
}

#titulo h1 {
    font-size: 3.2rem;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
	color:#fff;
	font-family: 'Guardian Sans Black', sans-serif;
}
#titulo h2 {
	font-size: 2rem;
    color: #c69c04;
    padding: 40px 0 15px;
    border-bottom: 1px solid #fff;
}
/***CONTENIDO***/
#contenido {
    position: relative;
    box-sizing: border-box;
	color: #000;
    margin-top:50px;
    background: #f6fafa;
}

#publifija img{margin-bottom:20px; }

.portada{
    /*background: url(../img/vista-bilbao.jpg) no-repeat;
    background-size: contain;*/
}


.ruta-1{
    background: url(../img/monte-banderas.jpg) no-repeat;
    background-size: contain;
}
.ruta-2{
    background: url(../img/pikotamendi.jpg) no-repeat;
    background-size: contain;
}


.ruta-3{
    background: url(../img/monte-avril.jpg) no-repeat;
    background-size: contain;
}


.ruta-4{
    background: url("../img/santo-domingo.jpg") no-repeat;
    background-size: contain;
}

.ruta-5{
    background: url("../img/la-pena.jpg") no-repeat;
    background-size: contain;
}

.ruta-6{
    background: url("../img/pagasarri.jpg") no-repeat;
    background-size: contain;
}

.ruta-7{
    background: url("../img/arraiz.jpg") no-repeat;
    background-size: contain;
}

.ruta-8{
    background: url("../img/kobetamendi.jpg") no-repeat;
    background-size: contain;
}



.envio{
    background: url("../img/lamina-plantamos-para-el-futuro.png") no-repeat;
    background-size: cover;
}


#contenido header{
	padding: 20px 20px 0px 20px;
    max-width: 1200px;
    margin: 60px auto 20px auto;
}
#contenido header #cabecera {
    padding: 10px 0 10px;
    margin: 10px auto;
}
#contenido header #cabecera .fecha {
    text-align: right;
    margin-bottom: 50px;
    font-family: 'Merriweather',sans-serif;
    font-size: 2rem;
    color: #f7f7f7;
}
#contenido header #cabecera .tipoarticulo {
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 300;
	text-transform: uppercase;
}
#contenido header #cabecera h1 {
    font-size: 1.8rem;
    /*line-height: 2.7em;*/
    font-weight: 600;
	/*margin-bottom: 50px;*/
    color:#076633;
    /*text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    background:#87c7c2;*/
    padding:5px;
}
#contenido header #cabecera .autor {
    margin: 20px 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 300;
}
#contenido header #cabecera .autor:before, #contenido header #cabecera .autor:after, #contenido figure figcaption:after {
	content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 12px 0;
}
#contenido header #cabecera .autor:before {
    margin: 30px 0;
}

#cabecera figure{
      /*box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
      background:#f6f6f6;*/
}
#contenido img{
	/*width: 100%;
	height: auto;
	display: block;
   margin-bottom:20px;*/
}
#contenido p a {
    color: #222;
    text-decoration: none;
    display: inline;
   /* border-bottom: 1px solid #333;*/
    line-height: 1em;
	transition: 0.2s;
    font-size:1.3rem;
    padding-right:10px;
}
#contenido p a:hover {
    color: #444;
    border-bottom: 1px solid transparent;
}
#contenido header figure figcaption {
    /*padding: 10px;*/
    font-size: 1.5rem;
    background:#fff;
    text-align: right;

}
#contenido header .subtitulo {
	font-size: 2.4rem;
    line-height: 1.3em;
}
#contenido section {
    padding: 20px 20px;
    /*max-width: 1400px;*/
    margin: 0px auto;
    color: #000;
	position: relative;
}


#contenido section>div {
    max-width: 1080px;
    margin: 0px auto 20px auto;
}

#contenido section>div>p {
    /*max-width: 800px;*/
}

#contenido section>div>h2 a{
    color:#87c7c2;
    /*max-width: 800px;*/
}
#contenido section p{
	font-size: 1.5rem;
	line-height: 1.5em;
}


#contenido section .capitular:first-letter {
    font-size: 14rem;
    line-height: 0.8em;
    font-weight: 300;
    float: left;
    padding: 0 15px 0 0;
    background: #009581;
    color:#fff;
    margin-right:10px;

}

#contenido section figure {
	margin:40px auto;
}
#contenido section figure div{
	display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
}
#contenido section figure div a{
	display: block;
	position: relative;
	color:#fff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	transition: 0.4s;
}
#contenido section figure div a:before {
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 5rem;
    margin: 0;
    border: 2px solid #b90021;
    border-radius: 50%;
    padding: 10px;
	z-index: 99;
    color:#a5c132;
    box-sizing:unset !important;
}
#contenido section figure div a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    box-sizing:unset !important;
}
#contenido section figure div a:hover{
	opacity: 0.8;
}
#contenido section figure figcaption p{
	padding: 15px 0;
    font-size: 1.5rem;
	line-height: 1.2em;
}

#single-foto img{width:100%;}

.big-image {width:100% !important;}
.image{padding:5px;}

.side-nav{padding:10px;}

#envio {
    /*margin-top:60px !important;*/
}

#contenido h2 {
    color:#fff;
    text-transform: uppercase;
}

.bouton{
    border: none;
    color: #fff;
    background: #00956f;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 6px;
    margin: 0px;
}

.bouton a:hover, .bouton2 a:hover{
    color:#000;
    text-decoration: none;
}

.bouton2{
    border: none;
    color: #fff;
    background: #a5c132;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
}


.bouton2 i{
    display:none;
}
#puntos ol {
  counter-reset: list -0; /*start from 0,1,2,3... name List - customize*/
  margin-left:10px;
}
#puntos ol li {
  list-style-type: none;
  position: relative;
  margin: 25px 0;
  line-height: 25px;
  padding-left: 50px;
}
#puntos ol li:before {
content: counter(list) "";
counter-increment: list;
display: block;
position: absolute;
top: 0;
left: 0;
width: 37px;
height: 37px;
margin-right: 4px;
background:#1f140f;
font-size: 18px;
line-height: 30px;
font-weight: bold;
color: #a5c132;
text-align: center;
border-radius:50%;
border: 2px solid #00913d;
}

#map-box a.circle{
background:#1f140f !important;
border-radius:50% !important;
border: 2px solid #00913d !important;
color:#a5c132 !important;
width:20px !important;
height:20px !important;
padding:0px;
text-align: center;
}

#map-box a.inicio{
color:#ea4c56; font-size:1.3rem;border-radius:50%

}

#recorrido a.circle{
    width: 37px;
    height: 37px;
    margin-right: 4px;
    background: #1f140f;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #a5c132;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #00913d
}


span.circle{
background:#1f140f !important;
border-radius:50% !important;
border: 2px solid #00913d!important;
color:#a5c132 !important;
width:20px !important;
height:20px !important;
padding:3px;
}

#destacados{
   
    font-size:1.5rem;
    padding:20px;
    color:#ffffff !important;
    margin-top:60px !important;
    margin-bottom:60px !important;
    min-height: 250px !important;

}

#destacado-fotos{
    font-size:1.5rem;
    padding:20px;
    color:#ffffff !important;
    margin-top:60px !important;
    margin-bottom:60px !important;
    min-height: 150px !important;

}

#recorrido p{
    background: url("../img/rec2.png") no-repeat 10px 5px; 
    padding-left:35px;
}


#destacados a{
      color: #ffffff;
    font-size: 2.2rem;
     
}
.des-izq{
    padding-top:30px;
    background: #669933;
    padding-bottom:30px;

}

.des-der{

    background:#fff url("../img/lamina-plantamos-para-el-futuro.png") no-repeat center top;
    background-size:contain;
    min-height:180px !important;
    padding:30px 10px 30px 10px !important;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0,0,0,0.05), 0 0.5rem 1.125rem rgba(75,0,0,0.05);
}

.des-der-abetxuko{

    background:#669933 url(../img/envio-abetxuko.jpg) no-repeat center top;
    background-size:cover;
    min-height:180px !important;
    padding:30px 10px 30px 10px !important;
}

hr {
    margin-bottom:20px !important;
}



.ficha-info {
    background: #a8d8d84a;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    font-size: 1.5rem;
    color: #000;
    margin:15px !important;
    width: 90% !important;
}


.ficha-info strong{
    color:#020202;
}


#map-box {
  position: relative;
  display: inline-block;
  margin: 0px auto;
 /*  max-width: 100%; */
}

#map-box a.rec {
/*background: #a5c132;*/
  z-index: 0;
 /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);*/
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    text-transform:uppercase;
    padding:3px;
    /*width: 18%;
    height: 10% !important;*/
    margin: 0 auto;
    text-align: center;
    vertical-align:middle;
    font-size:0.8rem;
}

.rec-1{
    background: #b71e1e;
}


#map-box a.rec-inactivo {
  /*z-index: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    color:#000;
    text-decoration: none;
    font-weight: bold;
    text-transform:uppercase;
    padding:0px;
    width: auto;
    height: 10% !important;
    margin: 0 auto;
    text-align: center;*/
    opacity:0.6;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    text-transform:uppercase;
    padding:3px;
     margin: 0 auto;
    text-align: center;
    vertical-align:middle;
}



.map-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  
}

#mano-ampliar {
    position: absolute; left: 0%; top: 85%; z-index: 5;width:35px !important;background:#ffffff87;
}

.r1{background-color: #b61d1b;}
.r2{background-color: #0d6eb6;}
.r3{background-color: #ea5a0a;}
.r4{background-color: #e6047d;}
.r5{background-color: #e30811;}
.r6{background-color: #020202;}
.r7{background-color: #096330;}
.r8{background-color: #af7e49;}

/*#ruta-1{
   background: rgba(0,148,111,.8) !important;
    color:#a5c132;
    background: #fff;
}

span#ruta-1 {
    padding:5px;
    margin-right:6px;
    border: 2px solid #008f41;
    border-radius: 50%;
}*/




/*------------------------------------------------------------------
[Portfolio filter]
*/

.row-portfolio-filter {
    margin-right: -15px;
    margin-left: -15px;
}

.filters {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filters > li {
    display: inline-block;
    margin: 20px 15px;
    line-height: 20px;
}

.filters > li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.filters > li a {
    color: #111;
    opacity: .5;
}

.filters > li a:hover,
.filters > li a.current {
    opacity: 1;
    color:#333333;
}

@media (max-width: 767px) {
    .filters > li {
        display: inline;
    }
}

/*------------------------------------------------------------------
[Portfolio grid]
*/

.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 100%;
    float: left;
    overflow: hidden;
}

.row-portfolio[data-columns="2"] .grid-sizer,
.row-portfolio[data-columns="2"] .portfolio-item {
    width: 50%;
}

.row-portfolio[data-columns="4"] .grid-sizer,
.row-portfolio[data-columns="4"] .portfolio-item {
    width: 25%;
}

.row-portfolio[data-columns="5"] .grid-sizer,
.row-portfolio[data-columns="5"] .portfolio-item {
    width: 20%;
}

.row-portfolio.row-related-portfolio {
    margin-left: -10px;
    margin-right: -10px;
}

.row-portfolio.row-related-portfolio .grid-sizer,
.row-portfolio.row-related-portfolio .portfolio-item {
    padding: 0 10px 20px;
}

.row-portfolio.row-gutter .grid-sizer,
.row-portfolio.row-gutter .portfolio-item {
    padding: 10px;
}

/*------------------------------------------------------------------
[Portfolio Single Item]
*/

.portfolio-title,
.portfolio-caption,
.portfolio-overlay,
.portfolio-subtitle,
.portfolio-wrapper img {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
    /*border-radius: 8%;*/
    margin: 10px 10px 40px 10px;
}

.portfolio-overlay {
    position: absolute;
    background: rgba(150, 193, 31, .75);
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.portfolio-caption {
    position: absolute;
    /*padding: 25px;*/
    padding-bottom:25px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    top: 50%;
    left: 0;
    text-align: center;
}

.portfolio-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
}

.portfolio-subtitle {
    font-size: 14px;
    opacity: .7;
}

.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.portfolio-item:hover .portfolio-wrapper img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-caption {
    position: relative;
    opacity: 1;
    top: 0;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item .portfolio-title,
.row-portfolio[date-portfolio-type="standard"] .portfolio-item .portfolio-subtitle {
    color: #313131;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-title,
.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-subtitle {
    color: #fff;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-caption {
    -webkit-transform: translateY(-160%);
            transform: translateY(-160%);
}


.portfolio-item .portfolio-wrapper .item-hidden {
    position: absolute;
    width: 100%;
    top: 10%;
    opacity: 1;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
} 


.portfolio-item:hover .portfolio-wrapper .item-hidden {
  opacity: 1;
 z-index: 100;

}

.btn-outline-light{
    border:none !important;
}

.item-hidden .btn-outline-light {width: 100%; margin: 0 auto; background:#212529a8; border-color:none;color:#a5c132;}

.btn {
     display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: 1px solid transparent;*/
    padding: .5rem .75rem;
    font-size: 2.5rem !important;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.item-hidden .btn-outline-light:hover { background: rgba(0,0,0,0.5); color: #ffffff;}


@media (max-width: 1199px) {
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 33.333333%;
    }
}

@media (max-width: 991px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 50%;
    }

    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 50%;
    }
    
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="5"] .grid-sizer,
    .row-portfolio[data-columns="5"] .portfolio-item {
        width: 50%;
    }

    .row-portfolio[data-columns="5"] .grid-sizer,
    .row-portfolio[data-columns="5"] .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="5"] .grid-sizer,
    .row-portfolio[data-columns="5"] .portfolio-item,
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item,
    .row-portfolio[data-columns="2"] .grid-sizer,
    .row-portfolio[data-columns="2"] .portfolio-item {
        width: 100%;
    }

    #categoria-fotos image {width:100% !important;}

}

/*------------------------------------------------------------------
[Portfolio Single Navigation]
*/

.ps-next,
.ps-prev {
    height: 40px;
    display: block;
}

.ps-all,
.ps-next,
.ps-prev {
    line-height: 40px;
}

.ps-all a,
.ps-next a,
.ps-prev a {
    line-height: 40px;
    color: #313131;
}

.ps-all a > .arrows,
.ps-next a > .arrows,
.ps-prev a > .arrows {
    line-height: 40px;
    font-size: 35px;
}

.ps-all a > .arrows:before,
.ps-next a > .arrows:before,
.ps-prev a > .arrows:before {
    line-height: 40px;
}

.ps-all a:hover,
.ps-next a:hover,
.ps-prev a:hover {
    color: #388500;
}

.ps-next {
    text-align: right;
}

.ps-all {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.ps-all .h4 {
    font-size: 12px;
}

/*------------------------------------------------------------------
[Portfolio Single]
*/

.portfolio-content p,
.portfolio-content ul,
.portfolio-content ol {
    margin: 0 0 30px;
}

.portfolio-sidebar {
    padding-left: 30px;
}

.portfoli-details {
    border-top: 1px solid rgba(238, 238, 238, .9);
    border-bottom: 1px solid rgba(238, 238, 238, .9);
    padding: 20px 0;
    margin: 0 0 0;
}

.portfoli-details ul {
    margin: 0;
}

.portfoli-details.border-left {
    border: 0;
    border-left: 1px solid rgba(238, 238, 238, .9);
    padding: 0 0 0 30px;
}

.portfoli-details li > span {
    display: inline-block;
    min-width: 100px;
}

.portfoli-details > ul > li {
    margin: 0 0 20px;
}

.portfoli-details > ul > li:last-child {
    margin: 0;
}

.portfoli-details li > h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 5px;
}

h2.single-portfolio-title {
    font-size: 30px;
}

h3.single-portfolio-title {
    font-size: 22px;
}

.project-details li {
    padding: 0 0 5px;
}

.portfolio-content > :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .portfolio-sidebar {
        padding: 50px 0 0 0;
    }

    .portfoli-details.border-left {
        border: 0;
        border-top: 1px solid rgba(238, 238, 238, .9);
        border-bottom: 1px solid rgba(238, 238, 238, .9);
        padding: 20px 0;
    }
}






















/****ANUNCIO*****/
#publicidad{
	width: 96%;
	height: 320px;
	max-width: 320px;
	background: #c4f9be;
	margin: 40px auto;
}
#robapaginas {
	display: block;
	margin: 100px auto;
	text-align: center;
}

/**********SOCIAL********/
#redessociales {
    position: static;
    width: 100%;
    bottom: 0;
    background: #a5c132 !important;
	z-index: 9999;
	animation: none;
}
#redessociales h3 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 15px 0;
}
#social {
	text-align: center;
	margin: 10px 0 20px 0;
}
#social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 2rem;
}
#social a {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 10px;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    box-sizing:unset !important;
}
#social span {
	display: none;
}/*
#social .icon-facebook {
	color: #3b5998;
	border-color: #3b5998;
}
#social .icon-facebook:hover {
	color: #fff;
	background: #3b5998;
}
#social .icon-twitter {
	color: #55acee;
	border-color: #55acee;
}
#social .icon-twitter:hover {
	color: #fff;
	background: #55acee;
}
#social .icon-gplus {
	color: #dd4b39;
	border-color: #dd4b39;
}
#social .icon-gplus:hover {
	color: #fff;
	background: #dd4b39;
}
#social .icon-whatsapp {
	color: #4dc247;
	border-color: #4dc247;
}
#social .icon-whatsapp:hover {
	color: #fff;
	background: #4dc247;
}*/
#social .icon-facebook:before, #social .icon-twitter:before, #social .icon-gplus:before, #social .icon-whatsapp:before {
	margin: 0;
    box-sizing:unset !important;
}
@media screen and (min-width:750px){

.icon-up-open-big {
	right: 20px;
}
#menu ul {
    width: 74%;
    max-width: 500px;
}
#contenido section p {
    font-size: 1.5rem;
    line-height: 1.5em;
}
#contenido section .capitular:first-letter {
    font-size: 20rem;
}
#contenido section figure figcaption p {
		font-size: 1.8rem;
}

#envio{
    /*margin-top:70px !important;*/
}


#mano-ampliar{
   display:none;
}
.ficha-info{
    margin:0px !important;
    /*height:auto;*/
}

header #logo {
    position: relative !important;
     /*position: relative;
    top: 0;
    left: 0;*/
    z-index: 99999999;
    /*width: 100%;*/
    height: 50px;
    background: #fff;
}

#map-box {
  position: relative;
  display: inline-block;
  /*margin: 20px auto;*/}

#map-box a.rec {

    font-size: 1.5rem;
    padding: 6px;
    vertical-align: middle
}

#map-box a.rec-inactivo {
    font-size:1.5rem;
    height:auto !important;
}


#contenido h2 {
 /*margin-bottom:30px;
 margin-top:30px;
 background: #87c7c2;*/
}
#map-box a.circle{
background:#1f140f !important;
border-radius:50% !important;
border: 2px solid #00913d !important;
color:#a5c132 !important;
width:40px !important;
height:40px !important;
padding:4px;
font-size:1.8rem;
text-align:center;
font-weight: bold;
}

#map-box a.inicio{
color:#ea4c56; font-size:5.3rem;border-radius:50%

}

span.circle{
background:#1f140f !important;
border-radius:50% !important;
border: 2px solid #00913d!important;
color:#a5c132 !important;
width:20px !important;
height:20px !important;
padding:3px;
}

}
@media screen and (min-width:850px){

}
@media screen and (min-width:1000px){
#contenido header .subtitulo {
    font-size: 3.5rem;
    line-height: 1.3em;
}
#contenido section {
    /*padding: 0px 20px;*/
    margin-bottom:60px;
}
#contenido section>div>p {
    /*max-width: 800px;
    width: calc(100% - 350px);*/
}

#publicidad {
    position: absolute;
    right: 20px;
	margin: 0;
}
/*#publicidad.fijo {
    position: fixed;
}*/
}
@media screen and (min-width:1280px){
	
}