/* VARIABLES */
/* MIXINS */
/*
@include placeholder {
    font-style:italic;
    color: white;
    font-weight:100;
}
*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* BOTONES */
button {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 2px solid #242424;
  color: #242424;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -ms-transition: background 0.3s; }
  button:hover {
    background: #242424;
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    outline: none; }

.boton-proj, .label-pdf label {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 2px solid #242424;
  color: #242424;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -ms-transition: background 0.3s; }
  .boton-proj:hover, .label-pdf label:hover {
    background: #242424;
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    outline: none; }

button.cta-slider {
  height: 50px;
  width: 185px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-top: 20px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -ms-transition: background 0.5s; }
  button.cta-slider:hover {
    background: #ffffff;
    color: #242424;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    -ms-transition: background 0.5s; }

button.buscar {
  width: 200px;
  background: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 6.3px;
  border: 0;
  height: 65px;
  font-weight: 400;
  position: relative;
  margin: 120px auto 0 350px;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 10px 0px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -ms-transition: background 0.5s; }
  @media screen and (max-width: 992px) {
    button.buscar {
      margin-left: 250px; } }
  @media screen and (max-width: 767px) {
    button.buscar {
      margin: auto;
      margin-top: 35px; } }
  button.buscar:hover {
    background: #ffffff;
    color: #000000;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -ms-transition: background 0.3s; }

.mas {
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 10px 0px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.35); }
  .mas .barra {
    position: absolute;
    height: 2px;
    width: 20px;
    background: #979797;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -ms-transition: 0.7s; }
  .mas .barra.ver {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .mas:hover .barra {
    background: #242424;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transition: 0.5s; }

button.filtro {
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -ms-transition: background 0.3s; }
  button.filtro:hover {
    background: #9D7C32;
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -ms-transition: background 0.3s; }

button.ficha {
  border: 0;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 6.3px;
  font-weight: 300;
  height: 75px; }
  button.ficha:hover {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000; }

.boton_admin {
  border: 1px solid #D8D8D8;
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
  background-color: transparent; }
  .boton_admin:hover {
    background-color: #D8D8D8;
    text-decoration: none; }

.boton-proj:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000; }

#reference {
  padding: 5px;
  background: #ffffff;
  border: 1px solid #BBBBBB;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #979797;
  letter-spacing: 3.34px;
  text-decoration: none; }

.medias fieldset input, .medias fieldset select, #add-fichero input, #add-fichero select, .unidades input, .unidades select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  color: #979797;
  font-size: 18px;
  margin-bottom: 42px;
  outline: none;
  padding: 8px;
  width: 50%;
  height: 40px;
  background: #EEEEEE;
  margin-top: 20px;
  border-bottom: 2px solid #D8D8D8; }

#medias-id {
  width: 100%;
  padding: 8px;
  color: #979797; }

#rutaPrincipal-proj {
  margin: 25px 0; }

.planos-pdf {
  width: 100%;
  float: left;
  padding-top: 10px; }
  .planos-pdf div.input {
    width: calc((100% - 40px) / 2);
    margin: 10px 10px;
    float: left; }
    .planos-pdf div.input input[type='text'] {
      margin-top: 0; }
    .planos-pdf div.input label {
      font-size: 14px !important;
      position: relative !important;
      top: 15px;
      left: 8px;
      font-family: "Raleway", sans-serif !important; }
    .planos-pdf div.input select {
      margin-top: 0;
      width: 100%;
      color: #979797;
      font-family: "Raleway", sans-serif; }

#table-content {
  height: 145px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  border-top: 0; }
  #table-content #tblData {
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 14px; }
    #table-content #tblData thead {
      position: absolute;
      background: #fff;
      left: 15px;
      border-bottom: 1px solid #D8D8D8; }
    #table-content #tblData th {
      font-size: 20px;
      line-height: 2; }
      #table-content #tblData th:last-child {
        text-align: center; }
      #table-content #tblData th:last-child {
        padding-right: 15px; }
        @media screen and (max-width: 767px) {
          #table-content #tblData th:last-child {
            width: 130px; } }
    #table-content #tblData td:nth-child(2) {
      width: 25%; }
    #table-content #tblData td:nth-child(3) {
      width: 55%; }
    #table-content #tblData tbody {
      color: #979797; }
      #table-content #tblData tbody tr:first-child td {
        padding-top: 40px; }
      #table-content #tblData tbody td {
        line-height: 2.225rem; }
        #table-content #tblData tbody td:last-child {
          line-height: 1rem; }

#description {
  position: relative;
  padding: 8px;
  color: #979797;
  height: 100px;
  background: #EEEEEE;
  margin-top: 10px;
  border-bottom: 2px solid #D8D8D8 !important; }

.table.add-proj {
  font-family: "Raleway", sans-serif; }
  .table.add-proj th, .table.add-proj td {
    height: 76px;
    font-weight: 16px;
    padding: 25px 8px;
    vertical-align: middle; }
  .table.add-proj th {
    color: #2a2c2e;
    font-weight: 700; }

.input-table {
  width: calc((100% - 140px) / 8);
  margin: 0 10px 0;
  float: left; }
  .input-table:nth-child(8n+2) {
    margin-left: 0; }
  .input-table:nth-child(8n+9) {
    margin-right: 0; }
  .input-table input {
    font-size: 10px !important;
    padding: 0 9px; }
  @media screen and (max-width: 992px) {
    .input-table {
      width: 100%;
      margin: 0 auto; } }

label[for="planos-content"] {
  padding: 30px; }

.label-pdf label {
  text-align: center;
  font-size: 16px !important;
  padding: 15px 0;
  color: #242424 !important; }
  .label-pdf label:hover {
    color: #ffffff !important; }

#projects-table .actions {
  width: 100px; }
#projects-table th:nth-child(2) {
  width: 110px; }
#projects-table tr td:nth-child(4) {
  max-width: 400px; }

.fproj {
  margin-top: 30px !important; }
  .fproj .slide .right, .fproj .slide .left {
    background-image: none; }
  .fproj .slide .img {
    height: 480px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .fproj h1 {
    margin-top: 75px;
    text-transform: uppercase; }
  .fproj button {
    background: #3d3d3d; }
  .fproj #planos-slider {
    margin: 0 auto;
    margin-bottom: 75px; }
    .fproj #planos-slider img {
      height: 500px; }
  .fproj .sec1 {
    max-width: 1600px;
    margin: auto; }
    .fproj .sec1 h1 {
      display: none;
      margin-top: 0;
      margin-bottom: 75px; }
      @media screen and (max-width: 767px) {
        .fproj .sec1 h1 {
          display: block; } }
  .fproj .sec2 {
    margin-bottom: 117px; }
    .fproj .sec2 button {
      max-width: 400px; }
  .fproj .sec3 {
    margin: auto;
    max-width: 900px; }
    .fproj .sec3 .btn-content {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      float: left;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .fproj .sec3 .btn-content {
          width: 100%;
          margin-bottom: 40px;
          text-align: center; } }
      .fproj .sec3 .btn-content.m {
        text-align: right; }
        @media screen and (max-width: 767px) {
          .fproj .sec3 .btn-content.m {
            text-align: center; } }
      .fproj .sec3 .btn-content.btn-one {
        text-align: center;
        width: 100%; }
    .fproj .sec3 .btn-none {
      display: none; }
    .fproj .sec3 .btn-pdf {
      display: inline-block;
      padding-top: 17px;
      max-width: 400px;
      text-align: center;
      text-decoration: none; }
  .fproj .sec4 {
    max-width: 1300px;
    margin: 0 auto 150px; }
    .fproj .sec4 .cuadro-des {
      border: 1px solid;
      padding: 0;
      float: left;
      margin-top: 50px;
      overflow-y: hidden;
      height: 270px;
      border: 1px solid #D8D8D8;
      width: 300px; }
      .fproj .sec4 .cuadro-des h2 {
        font-size: 14px;
        background: #3d3d3d;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff;
        height: 50px;
        text-align: center;
        padding-top: 17px; }
      .fproj .sec4 .cuadro-des p {
        margin-top: 30px;
        padding: 0 31px 0 34px;
        text-align: justify;
        line-height: 1.29;
        letter-spacing: 1px; }
      .fproj .sec4 .cuadro-des.case-one {
        margin: 50px auto 0 !important;
        float: none; }
      .fproj .sec4 .cuadro-des.case-two:nth-child(2n+1) {
        margin-left: calc((100% - 800px)/2) !important;
        margin-right: 100px; }
        @media screen and (max-width: 992px) {
          .fproj .sec4 .cuadro-des.case-two:nth-child(2n+1) {
            margin: 50px calc((100% - 300px)/2) !important; } }
      .fproj .sec4 .cuadro-des.case-two:nth-child(2n+2) {
        margin-left: 100px;
        margin-right: calc((100% - 800px)/2) !important; }
        @media screen and (max-width: 992px) {
          .fproj .sec4 .cuadro-des.case-two:nth-child(2n+2) {
            margin: 50px calc((100% - 300px)/2) !important; } }
      .fproj .sec4 .cuadro-des:nth-child(3n+1) {
        margin-right: 35px;
        margin-left: calc((100% - 1040px)/2); }
      .fproj .sec4 .cuadro-des:nth-child(3n+2) {
        margin-right: 35px;
        margin-left: 35px; }
      .fproj .sec4 .cuadro-des:nth-child(3n+3) {
        margin-left: 35px;
        margin-right: calc((100% - 1040px)/2); }
      @media screen and (max-width: 1280px) {
        .fproj .sec4 .cuadro-des:nth-child(2n+1) {
          margin-left: calc((100% - 700px)/2);
          margin-right: 50px; }
        .fproj .sec4 .cuadro-des:nth-child(2n+2) {
          margin-right: calc((100% - 700px)/2);
          margin-left: 50px; } }
      @media screen and (max-width: 767px) {
        .fproj .sec4 .cuadro-des {
          margin: 50px auto 0 !important;
          float: none; } }
  .fproj .sec5 {
    max-width: 1030px;
    margin: 0 auto 140px;
    padding: 0 45px; }
    .fproj .sec5 .container-fluid {
      overflow-x: auto; }
      .fproj .sec5 .container-fluid table {
        font-family: "Raleway", sans-serif;
        text-align: center; }
        .fproj .sec5 .container-fluid table th, .fproj .sec5 .container-fluid table td {
          height: 76px;
          font-weight: 16px;
          padding: 25px 8px;
          vertical-align: middle; }
        .fproj .sec5 .container-fluid table th {
          color: #2a2c2e;
          font-weight: 700;
          text-align: center; }
        .fproj .sec5 .container-fluid table .rojo {
          color: red; }
    .fproj .sec5 .nota-unidad {
      float: left;
      width: 100%;
      text-align: center; }
      .fproj .sec5 .nota-unidad p:first-child {
        font-weight: 700; }
      .fproj .sec5 .nota-unidad > p {
        margin: 15px 0 15px;
        font-size: 14px; }
        .fproj .sec5 .nota-unidad > p span {
          color: red; }
  .fproj .ubicacion {
    margin: 0 auto 150px;
    max-width: 1600px; }
  .fproj #mapa {
    margin-bottom: 75px; }
  .fproj .descripcion {
    text-align: center; }
    .fproj .descripcion p {
      max-width: 750px;
      margin: 75px auto;
      text-align: justify;
      font-size: 16px;
      line-height: 1.56;
      letter-spacing: 3.8px; }
    @media screen and (max-width: 767px) {
      .fproj .descripcion h1 {
        display: none; } }

.carousel.slide span.glyphicon {
  background: url(../img/felcha_slider.png) no-repeat;
  background-size: 20px 40px;
  height: 40px;
  width: 20px; }
.carousel.slide .glyphicon-chevron-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  .carousel.slide .glyphicon-chevron-right:before {
    content: ''; }
.carousel.slide .glyphicon-chevron-left:before {
  content: ''; }

.list-proj h1 {
  font-size: 48px;
  margin-top: 90px; }
.list-proj .line {
  margin: 30px auto 50px;
  width: 85px;
  min-height: 2px;
  background: #2d2b52; }
.list-proj .header {
  border-bottom: 2px solid #D8D8D8; }
.list-proj .proj-item {
  height: 430px;
  margin: 92px auto;
  width: 100%;
  max-width: 1600px; }
  .list-proj .proj-item .proj-list {
    width: 430px;
    height: 430px;
    margin-left: 86px;
    margin-right: 65px;
    float: left; }
    .list-proj .proj-item .proj-list .right, .list-proj .proj-item .proj-list .left {
      background-image: none; }
    .list-proj .proj-item .proj-list.par {
      margin-left: 65px;
      margin-right: 86px; }
    .list-proj .proj-item .proj-list .img {
      height: 430px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 992px) {
      .list-proj .proj-item .proj-list {
        float: none;
        margin: 0 auto;
        width: 95%; } }
    @media screen and (max-width: 992px) {
      .list-proj .proj-item .proj-list {
        height: 350px; }
        .list-proj .proj-item .proj-list .img {
          height: 350px; } }
  .list-proj .proj-item .proj-info {
    width: calc(100% - 668px);
    float: left;
    margin-right: 87px;
    position: relative;
    height: 430px; }
    .list-proj .proj-item .proj-info h2 {
      font-size: 24px;
      letter-spacing: 5.7px;
      margin-bottom: 40px; }
    .list-proj .proj-item .proj-info p {
      font-size: 16px;
      letter-spacing: 3.8px;
      line-height: 1.56;
      text-align: justify;
      overflow: hidden; }
    .list-proj .proj-item .proj-info .dir {
      bottom: 100px;
      position: absolute; }
      @media screen and (max-width: 1280px) {
        .list-proj .proj-item .proj-info .dir {
          display: none; } }
    .list-proj .proj-item .proj-info button {
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      width: 200px;
      height: 56px; }
    .list-proj .proj-item .proj-info.par {
      margin-right: 0;
      margin-left: 87px; }
      .list-proj .proj-item .proj-info.par h2 {
        text-align: right; }
      .list-proj .proj-item .proj-info.par button {
        right: 0; }
      .list-proj .proj-item .proj-info.par .dir {
        right: 0; }
    .list-proj .proj-item .proj-info.mobile {
      display: none; }
    @media screen and (max-width: 992px) {
      .list-proj .proj-item .proj-info {
        width: 95%;
        margin: auto;
        float: none; } }
  @media screen and (max-width: 992px) {
    .list-proj .proj-item {
      height: auto;
      margin: 50px auto;
      padding-bottom: 20px;
      border-bottom: 2px solid #D8D8D8; }
      .list-proj .proj-item .proj-list.par {
        margin: 0 auto; }
      .list-proj .proj-item .proj-info {
        height: auto; }
        .list-proj .proj-item .proj-info button {
          position: relative;
          float: none;
          left: calc(100% - 200px);
          margin-top: 30px; }
        .list-proj .proj-item .proj-info h2 {
          margin-bottom: 20px;
          margin-top: 20px; }
        .list-proj .proj-item .proj-info.par {
          margin: 0 auto; }
        .list-proj .proj-item .proj-info.mobile {
          display: block; }
        .list-proj .proj-item .proj-info.desktop {
          display: none; } }

.medias {
  text-align: center;
  font-family: "Raleway", sans-serif; }
  .medias fieldset {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-top: 20px; }
    .medias fieldset label {
      display: block;
      color: #979797; }
  .medias #add-galeria {
    width: 30%; }

#add-fichero {
  font-family: "Raleway", sans-serif; }
  #add-fichero #rutaPrincipal {
    width: 100%;
    margin-left: 0;
    margin-top: 0; }
  #add-fichero label[for="file"] {
    top: 40px; }
  #add-fichero #file {
    cursor: pointer; }
  #add-fichero input, #add-fichero select {
    width: 100%; }

.unidades {
  margin-top: 40px;
  font-family: "Raleway", sans-serif; }
  .unidades input, .unidades select {
    width: 100%; }
    .unidades input[type="checkbox"], .unidades select[type="checkbox"] {
      width: 20px;
      border-radius: 4px;
      border: 1px solid;
      margin: 0;
      -webkit-appearance: checkbox; }
    .unidades input[type="file"], .unidades select[type="file"] {
      opacity: 0;
      height: 0;
      width: 0;
      padding: 0;
      margin: 0; }
  .unidades label[for="file"] {
    cursor: pointer;
    margin-top: 30px; }
    .unidades label[for="file"] i {
      margin: 8px 12px 8px; }
  .unidades .rutas {
    margin-bottom: 20px; }
  .unidades .checkbox label {
    padding-left: 0; }
  .unidades .check {
    padding-top: 25px; }
    .unidades .check .box {
      width: 100%;
      float: left;
      text-align: left;
      margin-top: 5px; }
      .unidades .check .box input {
        display: inline-flex;
        height: 20px;
        margin-right: 10px; }
      .unidades .check .box p {
        display: inline-flex;
        vertical-align: super; }

/*# sourceMappingURL=projects.css.map */
