.menu{
   border: 0 solid;
   border-bottom: 5px solid #18443A;
   background: linear-gradient(360deg, #F7F7F7 0%, #fff 100%);
   font-family: 'Inter', sans-serif;
   font-weight: 500;
   font-size: 0.9em;
   margin-top: -3.1em

}
.fondo_gris{
	background: -webkit-linear-gradient(-90deg, rgba(229,229,229,1) 0, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(229,229,229,1) 0, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(229,229,229,1) 0, rgba(255,255,255,1) 100%);
  background-position: 50% 50%;
}
.fondo_blanco{
	background: -webkit-linear-gradient(-90deg, rgba(247,247,247,0.6) 0, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(247,247,247,0.6) 0, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(247,247,247,0.6) 0, rgba(255,255,255,1) 100%);
  background-position: 50% 50%;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05) ;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05) ;
}
.titulos{
	font-family: bebas-neue, sans-serif;
	font-size: 4em;
	text-shadow: 2px 2px 10px rgba(0,0,0,1) ;
	color: #e7b53a;
}
.parrafo{
	font-family: didact-gothic, sans-serif;
  font-weight: bold;
  font-size: 1em;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.8) ;
}
.titulos_c{
	font-family: bebas-neue, sans-serif;
	
	color: #e7b53a;
}
.parrafo_c{
	font-family: didact-gothic, sans-serif;
	font-size: 0.8em;
}
.titulos_c2{
	font-family: bebas-neue, sans-serif;
	font-size: 4em;
	color: #e7b53a;
}
.titulos_c3{
  font-family: bebas-neue, sans-serif;
  font-size: 1.5em;
  color: #e7b53a;
}

.titulos_c4{
  font-family: bebas-neue, sans-serif;
  font-size: 1.5em;
  color: #000;
}

.photo-gallery {
  color:#313437;
  
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:800px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

.hover_link{
 
  cursor: pointer;
}
.hover_link:hover{
  border-bottom: solid  #0d3d33;
  cursor: pointer;
}

/* unvisited link */
a:link {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* visited link */
a:visited {
  color: #000;
}

/* mouse over link */
a:hover {
  color: #8A8A7B;
}

/* selected link */
a:active {
  color: blue;
}

.fondoobras{
  background-image: url("../img/icono_obras.png");
  background-repeat: repeat;
}
.fondocorte{
  background-image: url("../img/corte1.png");
  background-repeat: no-repeat;
  background-size: cover;
}