/* Navbar PC*/
.navbarPC {
  width: 100%;
  height: 120px;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  z-index: 1010;
  overflow: hidden;
}

.navbarLogo {
  width: auto;
  max-height: 85px;
  position: absolute;
  bottom: 3px;
  left: 5%;
}

.navbarInner {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
}

.navbarOptions {
  width: 100%;
  height: 50px;
  padding: 0 0 0 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease;
}
.navbarOptions ul li {
  padding: 0 20px 0 20px;
  display: inline-block;
  transition: all .3s ease;
}
.navbarOptions ul li a {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #414456;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease;
}
.navbarOptions ul li a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #c49a6c;
  background-color: #c49a6c;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
.navbarOptions ul li a:hover {
  color: #c8a176;
}
.navbarOptions ul li a:hover::after {
  width: 100%;
}

.navbarOptions ul li a.activePage {
  color: #c8a176;
}
.navbarOptions ul li a.activePage::after {
  width: 100%;
}
/*  */

.isFixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* Navbar Responsive*/
.navbarHamb {
  width: 80px;
  height: 80px;
  padding: 25px 0 0 0;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
  display: none;
}
.navbarHamb div {
  width: 60px;
  height: 6px;
  background: #c8a176;
  background-color: #c8a176;
  margin: 5px auto;
  transition: all .3s ease;
}

.navbarHamb:hover div,
.navbarHamb:focus div {
  background: #c8a176;
  background-color: #c8a176;
}
/*  */

/* Sidebar Main */
.moradoBG {
  background: #4a4b66;
  background-color: #4a4b66;
}
.sidebarMain {
  width: 100%;
  height: 0;
  background: #4a4b66;
  background-color: #4a4b66;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  display: none;
}
.sidebarInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.sidebarContent {
  width: 100%;
  position: absolute;
  bottom: 2px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 100px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.sidebarContent ul li {
  line-height: 75px;
}
.sidebarContent ul li a {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 60px;
  transition: all .3s ease;
}
.sidebarContent ul li a.activePage , .sidebarContent ul li a:hover ,
.sidebarContent ul li a:focus {
  color: #c8a176;
}
.sidebarFooter {
  width: 100%;
  height: 2px;
  background: #4a4b66;
  background-color: #4a4b66;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*  */

/* Formulario Contacto */
.contactoResult {
  width: 600px;
  height: 375px;
  background: #ffffff;
  background-color: #ffffff;
  border: 5px solid #c2996b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  bottom: -500%;
  margin: auto;
  z-index: 1300;
  opacity: 0;
  display: none;
}
.contactoResult a {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #c2996b;
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  transition: all .3s ease;
}
.contactoResult a:hover {
  color: #4b4a66;
}

.contactoPrincipal {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 100px 5% 0 5%;
  position: relative;
}
.contactoPrincipal h1 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  color: #c2996b;
  padding:  0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
  transition: all .3s ease;
}

.contactoPrincipal p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #4b4a66;
  text-transform: uppercase;
  transition: all .3s ease;
}
/*  */
