body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.ftt-90container {
  width: 90%;
  margin: 0 auto;
}
.ftt-center {
  text-align: center;
}
.flex-img {
  width: 100%;
  height: auto;
}
/*Homepage*/
.ftt-links {
  letter-spacing: 5px;
  width: 100%;
  padding: 2%;
  display: block;
  float: left;
  margin: 5% auto; 
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.ftt-link-arqui {
  background-color: #CC814E;
  border: 1px #bf7949 solid;
  color: #643E36;
}
.ftt-link-asesoria {
  background-color: #7EA864;
  color: #643E36;
  border: 1px #719659 solid;
}
.ftt-links:link, 
.ftt-links:visited, 
.ftt-links:active {
  text-decoration: none;
  color: #643E36 !important;
}
.ftt-link-arqui:hover {
  text-decoration: none;
  color: #643E36 !important;
  background-color: #bf7949 !important;
}
.ftt-link-asesoria:hover {
  text-decoration: none;
  color: #643E36 !important;
  background-color: #719659 !important;
}
/*PAGES*/
.ftt-title {
  text-align: center;
  color: #643E36;
  letter-spacing: 5px;
  font-size: 1.6em;
}
.ftt-gal-link {
  text-decoration: none; 
  color: #643E36; 
  margin: 0 2%; 
  font-size: 20px;
}
.ftt-gal-link:hover,
.ftt-gal-link:visited {
  text-decoration: none; 
  color: #643E36;
}
#ftt-gal-cat-apartas {
  background-image: url('/img/f-aparta.png');
  margin: 2% auto;
  width: 270px;
  height: 210px;
  transition: all 2000ms ease;
}
#ftt-gal-cat-apartas:hover {
  background-image: url('/img/aparta.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#ftt-gal-cat-comercio {
  background-image: url('/img/f-comer.PNG');
  margin: 2% auto;
  width: 270px;
  height: 210px;
  transition: all 2000ms ease;
}
#ftt-gal-cat-comercio:hover {
  background-image: url('/img/comer.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#ftt-gal-cat-educ {
  background-image: url('/img/f-educ.PNG');
  margin: 2% auto;
  width: 270px;
  height: 210px;
  transition: all 2000ms ease;
}
#ftt-gal-cat-educ:hover {
  background-image: url('/img/educ.PNG');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#ftt-gal-cat-hospi {
  background-image: url('/img/f-hospi.PNG');
  margin: 2% auto;
  width: 270px;
  height: 210px;
  transition: all 2000ms ease;
}
#ftt-gal-cat-hospi:hover {
  background-image: url('/img/hospi.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#ftt-gal-cat-wood {
  background-image: url('/img/f-madera.PNG');
  margin: 2% auto;
  width: 270px;
  height: 210px;
  transition: all 2000ms ease;
}
#ftt-gal-cat-wood:hover {
  background-image: url('/img/wood.PNG');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#ftt-gal-cat-resi {
  background-image: url('/img/f-resi.PNG');
  margin: 2% auto;
  width: 270px;
  height: 210px;
  transition: all 2000ms ease;
}
#ftt-gal-cat-resi:hover {
  background-image: url('/img/resi.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
/*Pages*/
.ftt-pages-title {
  color: #d3d7d7; 
  text-transform: uppercase; 
  text-align: center;
  padding-top: 6%; 
  /*font-style: italic; */
  font-size: 1.5em; 
  font-weight: normal;
} 
.ftt-pages-subtitle {
  color: #d3d7d7; 
  text-transform: uppercase; 
  text-align: center;
  font-style: italic; 
  font-size: 1em; 
  font-weight: bold;
} 
/*Slider*/
.w3-button{
  border:none;
  display:inline-block;
  outline:0;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  cursor:pointer;
  white-space:nowrap
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}   
.w3-button:disabled{
  cursor:not-allowed;
  opacity:0.3
}
.w3-button:hover{
  color:#000!important;
  background-color:#ccc!important
}
.w3-white,.w3-hover-white:hover{
  color:#000!important;
  background-color:#fff!important
}
.w3-black,.w3-hover-black:hover{
  color:#fff!important;
  background-color:#000!important
}
.w3-display-left{
  position:absolute;
  top:8%;
  left:0%;
  transform:translate(0%,-50%);
  -ms-transform:translate(-0%,-50%)
}
.w3-display-right{
  position:absolute;
  top:8%;
  right:0%;
  transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%)
}
.w3-content{
  width: 95%;
  height: 550px;
  margin: 10% auto 0;
}
.w3-display-container:hover .w3-display-hover{
  display:block
}
.w3-display-container:hover span.w3-display-hover{
  display:inline-block
}
.w3-display-container{
  position:relative
}

@media only screen and (min-width: 700px) {
  .ftt-pages-title { 
    font-size: 4em;
    padding-top: 2%;
  } 
  .ftt-pages-subtitle {
    font-size: 2em;
  }
  .ftt-title {
    font-size: 4em;
  }
  #ftt-gal-cat-apartas {
    background-image: url('/img/desktop/f-aparta.PNG');
    margin: 2% auto;
    width: 370px;
    height: 310px;
  }
  #ftt-gal-cat-apartas:hover {
    background-image: url('/img/desktop/aparta.PNG');
  }
  #ftt-gal-cat-comercio {
    background-image: url('/img/desktop/f-comer.PNG');
    margin: 2% auto;
    width: 370px;
    height: 310px;
  }
  #ftt-gal-cat-comercio:hover {
    background-image: url('/img/desktop/comer.jpg');
  }
  #ftt-gal-cat-educ {
    background-image: url('/img/desktop/f-educ.PNG');
    margin: 2% auto;
    width: 370px;
    height: 310px;
  }
  #ftt-gal-cat-educ:hover {
    background-image: url('/img/desktop/educ.PNG');
  }
  #ftt-gal-cat-hospi {
    background-image: url('/img/desktop/f-hospi.PNG');
    margin: 2% auto;
    width: 370px;
    height: 310px;
  }
  #ftt-gal-cat-hospi:hover {
    background-image: url('/img/desktop/hospi.jpg');
  }
  #ftt-gal-cat-wood {
    background-image: url('/img/desktop/f-madera.PNG');
    margin: 2% auto;
    width: 370px;
    height: 310px;
  }
  #ftt-gal-cat-wood:hover {
    background-image: url('/img/desktop/wood.PNG');
  }
  #ftt-gal-cat-resi {
    background-image: url('/img/desktop/f-resi.PNG');
    margin: 2% auto;
    width: 370px;
    height: 310px;
  }
  #ftt-gal-cat-resi:hover {
    background-image: url('/img/desktop/resi.jpg');
  }
  .w3-content {
    width: 70%;
    margin: 2% auto 0;
  }
  .w3-display-left{
    top: 30% !important;
  }
  .w3-display-right{
    top: 30% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .w3-display-left{
    top: 20% !important;
  }
  .w3-display-right{
    top: 20% !important;
  }
}