@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500,600,300,200,100,800,900);


                        
    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 70px 0;
  text-align: center;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
     padding-left: 12px;
    padding-right: 35px; 
}
#portfolio h2 {
  text-transform: uppercase;
}
#portfolio h3 {
	font-size: 48px; font-weight: 800; border-bottom: 3px solid #ffffff; color: #717171; 
    text-transform: uppercase !important;
    border-bottom: 0;
    margin-bottom: 40px !important;	
	}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.list li {    padding-bottom: 10px;    color: #717171;}

#portfolio .planos { width: 100%; text-align: right; }
#portfolio .planos label { background: #717171; color: white; padding: 15px; margin-bottom: 0px; font-weight: 500; }
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  color: #ff0000
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ff0000;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.planoDepto img { width: 100%; border: 2px solid #717171; }

.deptos h5 { color: #717171; font-weight: 500; padding-top: 50px;  letter-spacing: 1.2px; 
    text-transform: unset;
    font-size: 25px;
}

ul.listDepto { margin-top: 0px; padding:0px; }
ul.listDepto a { cursor: pointer; }
ul.listDepto a li { /*border-right: 1px solid #beac8a;*/ border-right: 1px solid #808080; font-size: 16px; list-style: none; color: #808080; font-weight: 300; display: inline-block; margin-bottom: 15px; padding: 10px 7px 10px 5px; position: relative; }


ul.listDepto a li:hover::before, ul.listDepto a li:focus::before, ul.listDepto a li:active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
ul.listDepto a li::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,255) 0%, rgba(189,189,189,0) 13%, rgba(189,189,189,0.59) 33%, rgba(189,189,189,0.65) 35%, rgba(189,189,189,0.65) 54%, rgba(189,189,189,0.65) 55%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,255) 0%,rgba(189,189,189,0) 13%,rgba(189,189,189,0.59) 33%,rgba(189,189,189,0.65) 35%,rgba(189,189,189,0.65) 54%,rgba(189,189,189,0.65) 55%);
    background: linear-gradient(to bottom, rgba(255,255,255,255) 0%,rgba(189,189,189,0) 13%,rgba(189,189,189,0.59) 33%,rgba(189,189,189,0.65) 35%,rgba(189,189,189,0.65) 54%,rgba(189,189,189,0.65) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#717171',GradientType=0 );
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.depaE div { color: #ff0000; margin-top: 15px;  } .depaE span { font-size: 20px; margin-left: 15px; color: #717171; }

