/*
Theme Name: fct-arq Theme
Theme URI: 
Author: Dino Castro
Author URI: 
Description: Descripcion
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
Text Domain: Dino Castro
*/

aside::-webkit-scrollbar {
  width: 10px;
}

aside::-webkit-scrollbar-track {
  background: transparent;
}

aside::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
}

@font-face {
  font-family: 'Porpora-Regular';
  src: url(fonts/Porpora-Regular.ttf);
}

a{
  text-decoration: none !important;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a.hover{
  text-decoration: none !important;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

@keyframes muestraBody {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

body{
  animation-name: muestraBody;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  font-family: 'Porpora-Regular' !important;
  margin:0 !important;
  background:#fff !important;
  font-size: 12px;
  color: #686868;
}

@keyframes muestraSecction {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

section{
  animation-name: muestraSecction;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  font-size: 1.2em;
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 5em 0em;
  padding-right: 28%;
  overflow: auto;
  padding-bottom: 0em;
}

section ul{
  list-style: none;
  padding: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
}

section ul li{
  padding: 0;
  bottom: 0;
  margin-left: 50px;
  color: #686868;
  margin-bottom: 2em;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  margin-bottom: 2em;
}

.ano{
  float: left;
  margin-top: 2px;
}

.detalle{
  margin-left: 55px;
}

section.nosotros ul li:hover{
  opacity: 1;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

section.nosotros ul li .detalle div{
  font-size: 1.1em;
  margin-bottom: .5em;
}

section ul li a{
  color: #686868;
  font-size: .9em;
}

section ul li a:hover{
  color: #000;
}

section ul li p{
  font-family: 'Porpora-Regular';
}

@keyframes muestraAside {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

aside{
  animation-name: muestraAside;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  scrollbar-gutter: stable;
  background:#4f4f4f;
  position: fixed;
  right:0;
  left:78%;
  top:0;
  bottom: 0;
  padding: 3em;
  padding-left: 0px;
  text-align: center;
  padding-top: 200px;
  overflow: auto;
  padding-bottom: 10em;
	z-index: 1;
  opacity: 0;
}

aside .logo{
  position: absolute;
  right: 0;
  top: 0;
  padding: 4em 0em;
  left: 0;
}

aside .logo img{
  max-width: 135px;
}

aside nav{
  width: 78%;
  margin: auto;
  font-family: 'Porpora-Regular';
  font-size: .8em;
}

aside nav ul{
  font-size: 1.1em;
  list-style: none;
  margin: 0;
  padding: 0;
}

aside nav ul li{
  margin: 0;
  padding: 0;
  text-align: left;
}

aside nav ul li a{
  color: #fff;
  text-transform: uppercase;
  border-bottom: dotted 1px #ccc;
  display: block;
  padding: 7px 0px;
}

aside nav ul li:last-child a{
  border-bottom: none;
  padding-bottom: 0;
}

aside nav ul li a:hover{
  color: #000;
}

aside nav ul li a.active{
  color: rgba(0, 0, 0, 0.3);
}

aside nav ul li ul{
  padding-left: 10px;
  overflow: hidden;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

aside nav ul li ul.collapse{
  display: none;
}

aside nav ul li ul.muestra{
  height: fit-content;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.redes{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 22%;
  top: auto;
  height: 100px;
  border-top: solid .5px #eaeaea;
  padding-left: 3em;
  font-size: 2em;
  background:#fafafa;
}

.redes ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-right: 10%;
}

.redes ul li{
  font-family: 'Porpora-Regular';
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 100px;
  margin-right: 20px;
  font-size: 15px;
  letter-spacing: 1px;
}

.redes ul li a{
  color: #999;
}

.redes ul li{
  color: #999;
  opacity: .8;
}

.redes ul li:hover{
  opacity: 1;
}

nav .panel-group{
  margin-bottom: 0;
  text-align: left;
}

nav .panel-group .panel-default{
  border: none !important;
  box-shadow: none !important;
}

nav .panel-group .panel-default .panel-heading{
  background-color: transparent;
  padding: 7px 0px;
  color: #686868;
  border-bottom: dotted 1px #ccc;
  text-transform: uppercase;
}

nav .panel-group .panel-default .panel-heading .panel-title{
  font-size: 1em;
}

aside nav ul li{
  font-size: 1em;
}

nav .panel-default > .panel-heading + .panel-collapse > .panel-body{
  border-top-color: transparent !important;
  padding: 0;
}

nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul{
  margin-bottom: 10px;
}

nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a{
  color: rgba(153, 153, 153, .5);
  padding-left: 15px;
  text-transform: inherit !important;
}

nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a:hover, nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a.active{
  color: rgba(153, 153, 153, 1);
}

nav .panel-heading .panel-title > a:hover{
  color: #000 !important;
}

nav .panel-heading .panel-title > a.active{
  color: rgba(153, 153, 153, 1);
}

#next, #prev{
  font-family: 'Porpora-Regular';
  display: inline-block;
}

.separador{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.ubicacionn, .fecha{
  display: inline-block;
}

.bx-wrapper .bx-pager{
  padding-top: 0 !important;
  text-align: left !important;
  left: 135px !important;
  top: -53px !important;
  font-family: 'Porpora-Regular';
}

.bx-wrapper{
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.proyecto ul li .titulo{
  margin-bottom: 10px;
}

.proyecto ul li .titulo span{
  text-transform: uppercase;
  font-style: normal;
}

#next a:hover, #prev a:hover{
  color: #000;
}

#next a:focus, #prev a:focus{
  color: inherit !important;
}

section.contacto form{
  max-width: 400px;
  margin-top: 1.5em;
}

section.contacto .mensaje{
  margin-top: 1.5em;
}

section.contacto form input, section.contacto form textarea{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #686868 !important;
  font-family: 'Porpora-Regular';
  opacity: .6;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

section.contacto form input:hover, section.contacto form textarea:hover, section.contacto form input:focus, section.contacto form textarea:focus{
  opacity: 1;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

section.contacto form button.btn-default{
  font-family: 'Porpora-Regular';
  border-radius: 0px !important;
  border: solid 1px #686868 !important;
  color: #686868;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

section.contacto form button.btn-default:hover{
  color: #fff;
  background: #AD9C7E;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

section.proyecto{
  bottom: 0px;
  padding-right: 25%;
}

.filtro{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 25;
  transition: 3s ease;
  -o-transition: 3s ease;
  -webkit-transition: 3s ease;
  text-align: center;
}

.filtro.muestra{
  left: 90%;
  transition: 3s ease;
  -o-transition: 3s ease;
  -webkit-transition: 3s ease;
}

.loading{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
  text-align: center;
  padding-top: 17%;
}

.loading img{
  display: none;
  position: relative;
  z-index: 19;
}

.bx-wrapper{
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.bx-wrapper .bx-pager{
  top: -32px !important;
  left: inherit !important;
  right: 0;
  text-align: right !important;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
  z-index: 9;
}
.menusmart{
  display: none;
}
.muestra-smartphone{
  display: none;
}

aside ul.menu li ul li a{
  color: rgb(199 199 199) !important;
  font-size: .9em;
}

aside ul.menu li ul li a:hover{
  color: rgba(153, 153, 153, 1) !important;
}

a:hover, a:focus{
  color: #999 !important;
}

@media (max-width: 450px) {
  .bx-wrapper .bx-pager {
    left: 95px !important;
  }
  .separador{
    margin-left: 5px;
    margin-right: 5px;
  }
  .loading{
    padding-top: 42%;
  }
  .loading img{
    max-width: 200px;
  }
  .filtro{
    left: 20%;
    right: 0;
    transition: 10s ease;
    -o-transition: 10s ease;
    -webkit-transition: 10s ease;
  }

  .filtro.muestra{
    left: 90%;
    transition: 10s ease;
    -o-transition: 10s ease;
    -webkit-transition: 10s ease;
  }
  aside.home, aside.home .logo{
    left: 0;
  }
  aside{
    left: 0 !important;
    bottom: inherit;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
  aside .logo{
    left: inherit;
    padding: 0;
    position: relative;
    float: left;
  }
  aside .logo img{
    width: 90px;
  }
  section{
    margin-top: 92px;
    padding-right: 0px;
    padding-top: 3em;
  }
  section ul li {
    margin-left: 0px !important;
  }
  nav.visible-xs{
    position: fixed;
    top: 30px;
    right: 30px;
    display: inline-block !important;
    width: inherit !important;
  }
  .muestra-smartphone .abre-menu svg{
    height: 50px;
    width: 50px;
    color: #FFF;
  } 
  .muestra-smartphone{
    display: inline-block;
    float: right;
  }
  .menusmart{
    overflow: auto;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(79, 79, 79, .8);
    z-index: 999;
    padding: 4em;
    padding-top: 8em;
  }
  .menusmart .cierra-menu{
    position: fixed;
    top: 30px;
    right: 45px;
    display: inline-block !important;
    width: inherit !important;
  }
  .menusmart .cierra-menu svg{
    color: #FFF;
  }
  .menusmart .panel-group{
    margin-bottom: 0;
    text-align: left;
  }
  .menusmart .panel-group .panel-default{
    border: none !important;
    box-shadow: none !important;
  }
  .menusmart .panel-group .panel-default .panel-heading, .menusmart ul li{
    background-color: transparent;
    padding: 7px 0px;
    color: #686868;
    border-bottom: dotted 1px #ccc;
    text-transform: uppercase;
  }
  .menusmart ul li a{
    color: #fff !important;
    font-size: 1.1em;
  }
  .menusmart .panel-group .panel-default .panel-heading .panel-title{
    font-size: .95em;
  }
  .menusmart ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menusmart ul li{
    font-size: .95em;
  }
  .menusmart .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top-color: transparent !important;
    padding: 0;
  }
  .menusmart .panel-default > .panel-heading + .panel-collapse > .panel-body ul{
    margin-bottom: 10px;
  }
  .menusmart .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a{
    color: rgba(153, 153, 153, .5);
    padding-left: 15px;
    text-transform: inherit !important;
  }
  .menusmart .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a:hover, nav .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a.active{
    color: rgba(153, 153, 153, 1);
  }
  .menusmart .panel-heading .panel-title > a:hover{
    color: #000 !important;
  }
  .menusmart .panel-heading .panel-title > a.active{
    color: rgba(153, 153, 153, 1);
  }
  section.proyecto{
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.proyecto ul{
    width: 100%;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    width: inherit !important;
  }
  .redes{
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    height: inherit;
  }
  section.contacto{
    padding-bottom: 1em;
  }
  .bx-wrapper img{
    width: 100%;
  }
  .menusmart .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a.active i{
    font-size: .3em;
    float: left;
    margin-top: 6px;
    margin-left: 15px;
    opacity: .8;
  }
  .menusmart .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a.active{
    padding-left: 5px;
  }
  #menu-smartphone ul li, .menusmart ul li{
    border: none !important;
    padding: 0;
  }
  ul#menu-smartphone li ul li a{
    padding-left: 10px;
  }
  ul#menu-smartphone li ul a{
    display: block;
    padding-top: 7px;
  }
  ul#menu-smartphone ul.sub-menu{
    margin-bottom: 7px;
  }
  ul#menu-smartphone a{
    border-bottom: dotted 1px #ccc !important;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
